[D-runtime] [dlang/druntime] 9a94b4: Allow configuration of cycle detection via command...
GitHub via D-runtime
d-runtime at puremagic.com
Fri Oct 7 11:21:48 PDT 2016
Branch: refs/heads/stable
Home: https://github.com/dlang/druntime
Commit: 9a94b49ebb22788b068d2487a76f719bc76a13f1
https://github.com/dlang/druntime/commit/9a94b49ebb22788b068d2487a76f719bc76a13f1
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2016-10-05 (Wed, 05 Oct 2016)
Changed paths:
M src/rt/minfo.d
Log Message:
-----------
Allow configuration of cycle detection via command line parameters
Commit: b53b07fe337d675690c847d149de4834fb467c14
https://github.com/dlang/druntime/commit/b53b07fe337d675690c847d149de4834fb467c14
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2016-10-05 (Wed, 05 Oct 2016)
Changed paths:
M posix.mak
A test/cycles/Makefile
A test/cycles/src/mod1.d
A test/cycles/src/mod2.d
A test/cycles/src/mod3.d
Log Message:
-----------
Add tests for new DRT options for cycle handling
Commit: 6e27f17d90bee735895ec7d5bb144605552724f8
https://github.com/dlang/druntime/commit/6e27f17d90bee735895ec7d5bb144605552724f8
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2016-10-05 (Wed, 05 Oct 2016)
Changed paths:
M src/rt/minfo.d
Log Message:
-----------
Remove outdated comment
Commit: d364c4b0683b6575b0fd639288252c006cb8d94f
https://github.com/dlang/druntime/commit/d364c4b0683b6575b0fd639288252c006cb8d94f
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
M src/rt/minfo.d
Log Message:
-----------
simplify self-import filtering
- directly compare pointers instead of module indices
- rename e (edge) -> imp (import)
Commit: 6e7ff71ffd6e0ca3ebcd2fe8254abc35a82ad40f
https://github.com/dlang/druntime/commit/6e7ff71ffd6e0ca3ebcd2fe8254abc35a82ad40f
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
M src/rt/minfo.d
Log Message:
-----------
fix printf parameter
- %.*s expects an int length
Commit: 45f2014d5b3f4965ccbda5c2dabb3f8e612924b4
https://github.com/dlang/druntime/commit/45f2014d5b3f4965ccbda5c2dabb3f8e612924b4
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
M posix.mak
M src/rt/minfo.d
A test/cycles/Makefile
A test/cycles/src/mod1.d
A test/cycles/src/mod2.d
A test/cycles/src/mod3.d
Log Message:
-----------
Merge pull request #1668 from schveiguy/allowcycles
Allow configuration of cycle detection via command line parameters.
Compare: https://github.com/dlang/druntime/compare/a9102475cfe1...45f2014d5b3f
More information about the D-runtime
mailing list