LDC 0.11.0 release process

David Nadlinger see at klickverbot.at
Sun May 12 05:05:20 PDT 2013


Hi all,

As discussed previously, I'd really like to push out the release 
soon, and Kai and I have been fixing the last outstanding issues 
on Linux yesterday.

Unfortunately, the GitHub file server part of our code is hosted 
on was offline for maintenance last night, so further progress 
has been delayed somewhat. But right now, all the Linux buildbots 
are green, and the test suite also fully passes on the current 
LLVM 3.3 RC (Linux x86_64, multilib).

There is one big remaining issue, though: OS X. Currently, the 
test results look like this:
———
	1350 - phobos_std_algorithm_debug_32_run (SEGFAULT)
	1352 - phobos_std_algorithm_release_32_run (SEGFAULT)
	1422 - phobos_std_container_debug_32_run (SEGFAULT)
	1424 - phobos_std_container_release_32_run (SEGFAULT)
	1430 - phobos_std_conv_debug_32_run (SEGFAULT)
	1432 - phobos_std_conv_release_32_run (SEGFAULT)
	1454 - phobos_std_csv_debug_32_run (SEGFAULT)
	1470 - phobos_std_datetime_debug_32_run (SEGFAULT)
	1500 - phobos_std_file_release_run (SEGFAULT)
	1518 - phobos_std_functional_debug_32_run (SEGFAULT)
	1520 - phobos_std_functional_release_32_run (SEGFAULT)
	1596 - phobos_std_parallelism_release_run (SEGFAULT)
	1598 - phobos_std_parallelism_debug_32_run (SEGFAULT)
	1600 - phobos_std_parallelism_release_32_run (SEGFAULT)
	1630 - phobos_std_random_debug_32_run (SEGFAULT)
	1638 - phobos_std_range_debug_32_run (SEGFAULT)
	1640 - phobos_std_range_release_32_run (SEGFAULT)
	1646 - phobos_std_regex_debug_32_run (SEGFAULT)
	1648 - phobos_std_regex_release_32_run (SEGFAULT)
	1750 - phobos_std_typecons_debug_32_run (SEGFAULT)
	1752 - phobos_std_typecons_release_32_run (SEGFAULT)
	1793 - phobos_std_uuid_debug_build (Failed)
	1794 - phobos_std_uuid_debug_run (Not Run)
	1795 - phobos_std_uuid_release_build (Failed)
	1796 - phobos_std_uuid_release_run (Not Run)
	1798 - phobos_std_uuid_debug_32_run (SEGFAULT)
	1800 - phobos_std_uuid_release_32_run (SEGFAULT)
	1806 - phobos_std_variant_debug_32_run (Failed)
	1808 - phobos_std_variant_release_32_run (Failed)
	1841 - phobos_std_digest_digest_debug_build (Failed)
	1842 - phobos_std_digest_digest_debug_run (Not Run)
	1843 - phobos_std_digest_digest_release_build (Failed)
	1844 - phobos_std_digest_digest_release_run (Not Run)
	1865 - phobos_std_digest_sha_debug_build (Failed)
	1866 - phobos_std_digest_sha_debug_run (Not Run)
	1867 - phobos_std_digest_sha_release_build (Failed)
	1868 - phobos_std_digest_sha_release_run (Not Run)
	1886 - phobos_std_net_isemail_debug_32_run (SEGFAULT)
	1888 - phobos_std_net_isemail_release_32_run (SEGFAULT)
	1889 - phobos_std_internal_digest_sha_SSSE3_debug_build (Failed)
	1890 - phobos_std_internal_digest_sha_SSSE3_debug_run (Not Run)
	1891 - phobos_std_internal_digest_sha_SSSE3_release_build 
(Failed)
	1892 - phobos_std_internal_digest_sha_SSSE3_release_run (Not Run)
	1950 - phobos_std_internal_uni_debug_32_run (SEGFAULT)
	2100 - dmd-testsuite_release (Failed)
	2102 - dmd-testsuite_debug_32 (Failed)
	2104 - dmd-testsuite_release_32 (Failed)
———

It seems like there is a GC problem in 32 bit mode, will 
investigate.

David


More information about the digitalmars-d-ldc mailing list