[Issue 9045] Feature request for std.asscii => function isNewline

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9045 --- Comment #5 from Jonathan M Davis 2012-11-18 23:28:15 PST --- Technically speaking, if you don't know which type of line endings a file uses, you can't possibly correctly determine when you've reached the end of a line. Best case, you have

[Issue 9045] Feature request for std.asscii => function isNewline

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9045 --- Comment #4 from bioinfornatics 2012-11-18 23:19:27 PST --- (In reply to comment #3) > Just check whether it equals std.ascii.newline. yes but the problem is when you need to write a parser and detect end of line. You can get the given fil

[Issue 9035] Nested struct `init` is lvalue and can be modified

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9035 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 2012

[Issue 9036] postblit is called for nested structs when assigning `init`

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9036 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #2 from Kenji Hara 2012

[Issue 9046] typeof(T.init) should have the type T

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9046 --- Comment #2 from Kenji Hara 2012-11-18 21:48:01 PST --- https://github.com/D-Programming-Language/dmd/pull/1300 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 9046] typeof(T.init) should have the type T

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9046 --- Comment #1 from github-bugzi...@puremagic.com 2012-11-18 21:01:58 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/71e54c199c7de8ed6b63735eebb0ed5fe

[Issue 9036] postblit is called for nested structs when assigning `init`

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9036 Kenji Hara changed: What|Removed |Added Depends on||9035 --- Comment #1 from Kenji Hara 2012

[Issue 9046] New: typeof(T.init) should have the type T

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9046 Summary: typeof(T.init) should have the type T Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: wrong-code Severity: normal Prio

[Issue 9045] Feature request for std.asscii => function isNewline

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9045 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #3

[Issue 9045] Feature request for std.asscii => function isNewline

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9045 --- Comment #2 from bioinfornatics 2012-11-18 17:08:08 PST --- (In reply to comment #1) > See representation on various systems: > > http://en.wikipedia.org/wiki/Newline > > In particular: > On Unix, and Mac OS X: LF (1 char) > On Windows: C

[Issue 9045] Feature request for std.asscii => function isNewline

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9045 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 9045] New: Feature rest for std.asscii => function isNewline

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9045 Summary: Feature rest for std.asscii => function isNewline Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 C

[Issue 9038] Template mixin identifier as template alias parameter issue

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9038 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9026] Template mixin identifier as template alias parameter doesn't work

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9026 Kenji Hara changed: What|Removed |Added CC||jappleg...@gmail.com --- Comment #2 from

[Issue 9038] Template mixin identifier as template alias parameter issue

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9038 --- Comment #1 from Jack Applegame 2012-11-18 08:18:53 PST --- Also another bug seems to have the same reason: import std.stdio; mixin template Foo() { string data = "default"; } class Bar { string data; mixin Foo f; } void check_dat

[Issue 9044] New: Random "Previous Definition Different" optlink failure (looks like a buffer overflow bug somewhere)

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9044 Summary: Random "Previous Definition Different" optlink failure (looks like a buffer overflow bug somewhere) Product: D Version: D2 Platform: All OS/Version: Windows

[Issue 8685] sha1UUID does not show up on http://dlang.org/phobos/std_uuid.html

2012-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8685 Johannes Pfau changed: What|Removed |Added Status|NEW |RESOLVED CC|