foreach(line; f.byLine) produces core.exception.InvalidMemoryOperationError@(0) in 2.067 but not 2.066

Martin Krejcirik via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Sep 15 09:11:05 PDT 2015


On Tuesday, 15 September 2015 at 15:28:23 UTC, Andrew Brown wrote:
> A very naive question: would it be possible in this case to 
> backport it into gdc/ldc by copying the pull request and 
> building the compiler from source, or would this get me into a 
> world of pain?

Cherry-picking should work and merge cleanly. I have done it for 
DMD 2.067. I don't know how difficult it is to recompile Phobos 
and Druntime with LDC/GDC though.


More information about the Digitalmars-d-learn mailing list