December 04, 2011 [phobos] [D-Programming-Language/phobos] e312f9: Strict @property syntax compliance. | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: e312f9898b4132db91fff743cee7d570a23ed55b https://github.com/D-Programming-Language/phobos/commit/e312f9898b4132db91fff743cee7d570a23ed55b Author: David Nadlinger <code at klickverbot.at> Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M std/algorithm.d M std/array.d M std/base64.d M std/concurrency.d M std/container.d M std/conv.d M std/cpuid.d M std/date.d M std/datebase.d M std/datetime.d M std/encoding.d M std/exception.d M std/file.d M std/format.d M std/internal/uni.d M std/math.d M std/md5.d M std/net/isemail.d M std/numeric.d M std/path.d M std/perf.d M std/process.d M std/random.d M std/range.d M std/regex.d M std/regexp.d M std/socket.d M std/stdio.d M std/stream.d M std/traits.d M std/typecons.d M std/variant.d M std/xml.d Log Message: ----------- Strict @property syntax compliance. This enables the test suite to build with the -property switch enabled. std.cpuid: vendor()/processor() have not been converted to properties in accordance to core.cpuid. std.xml: Element.text() cannot be a property due to the optional parameter. Commit: 3afa5e38555798c4bf45aa77f3ab74d6cd0570c6 https://github.com/D-Programming-Language/phobos/commit/3afa5e38555798c4bf45aa77f3ab74d6cd0570c6 Author: David Nadlinger <code at klickverbot.at> Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M posix.mak M win32.mak Log Message: ----------- Add -property to default build to prevent regressions. Commit: ca2a0828685daef2056ac25d92c12c7336057194 https://github.com/D-Programming-Language/phobos/commit/ca2a0828685daef2056ac25d92c12c7336057194 Author: David Nadlinger <code at klickverbot.at> Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M std/algorithm.d Log Message: ----------- Until.predSatisfied() is a private helper function, mark it as such. Commit: 034b7e02bdf1c81aa11aa38181b87c29e6eff547 https://github.com/D-Programming-Language/phobos/commit/034b7e02bdf1c81aa11aa38181b87c29e6eff547 Author: David Nadlinger <code at klickverbot.at> Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M std/container.d Log Message: ----------- Remove unused, private Array helper. Commit: 62872423cb26805e2a8b4cfcc18ae01f6b49acf0 https://github.com/D-Programming-Language/phobos/commit/62872423cb26805e2a8b4cfcc18ae01f6b49acf0 Author: David Nadlinger <code at klickverbot.at> Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M std/stdio.d Log Message: ----------- Make sure LockingTextReader is an input range. Commit: 130b1ac71c812912a19fa9401e9670dd7114494f https://github.com/D-Programming-Language/phobos/commit/130b1ac71c812912a19fa9401e9670dd7114494f Author: David Nadlinger <code at klickverbot.at> Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M std/base64.d M std/range.d Log Message: ----------- Whitespace cleanup. Commit: 7c134fecf6b11d959376a26eed2bf5df629719a5 https://github.com/D-Programming-Language/phobos/commit/7c134fecf6b11d959376a26eed2bf5df629719a5 Author: Andrei Alexandrescu <andrei at erdani.com> Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M posix.mak M std/algorithm.d M std/array.d M std/base64.d M std/concurrency.d M std/container.d M std/conv.d M std/cpuid.d M std/date.d M std/datebase.d M std/datetime.d M std/encoding.d M std/exception.d M std/file.d M std/format.d M std/internal/uni.d M std/math.d M std/md5.d M std/net/isemail.d M std/numeric.d M std/path.d M std/perf.d M std/process.d M std/random.d M std/range.d M std/regex.d M std/regexp.d M std/socket.d M std/stdio.d M std/stream.d M std/traits.d M std/typecons.d M std/variant.d M std/xml.d M win32.mak Log Message: ----------- Merge pull request #342 from klickverbot/property Strict @property syntax compliance (-property) Compare: https://github.com/D-Programming-Language/phobos/compare/0eddab6...7c134fe |
Copyright © 1999-2021 by the D Language Foundation