[Issue 8725] segmentation fault with negative-lookahead in module-level regex
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Sep 26 09:38:48 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8725
--- Comment #3 from Val Markovic <val at markovic.io> 2012-09-26 09:39:30 PDT ---
Thanks for the explanation!
WRT the regex string being faulty, I was aware of that; I was just
experimenting when I encountered a segfault.
Thanks for the pointer about adding @safe: at the top; too bad writeln is still
@system. That kinda kills the usefulness of SafeD, doesn't it? I mean if I
literally can't write a Hello World program in SafeD, then SafeD is quite far
from ready. :)
I've read the TDPL last week and this is my first encounter with writing real D
code; all in all, the language is freaking awesome (goodbye C++) and I'm even
willing to live with esoteric bugs in the compiler/libs if I can work around
them. I understand that D is still a work-in-progress language.
I intend to write a substantial (multi KLOC) D program as a learning
experience; will report any bugs I find as I find them.
Anyway, good luck fixing this. :)
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list