Conversation
|
a982d70 to
b382863
Compare
b382863 to
4d19d0a
Compare
|
Thx, rebased to target stable! |
|
Auto-merge toggled on |
I think this needs a review to be merge due to the new workflow. |
|
Seems like this fails on OSX_64_32. Just noticed that the auto-tester doesn't update it's target branch and still tests this merged into master, but failures with tests3 happened on both tests. |
Seems to work when pushing after changing the base branch on GH. Or might have been a transient issue. |
|
Do you have means to look at the OSX32 failure? |
|
@MartinNowak I have mac so should be able to try OSX32. Is it enough to throw in -m32 switch? The issue is strange, could be codegen problem. |
|
The test is failing extremely often, my concept script found 42 failures in master today (original post.)
Looking at the test failure log suggests that that is sufficient. |
|
Indeed it smells like a codegen bug. Also the immutable joiner issue isn't fully resolved yet. |
|
Found a debug stacktrace in the same test file, might be related. |
- see dlang#5042 (comment) for a hint on which unittest fails
Make joiner work with ranges that have immutable members.