[Issue 13024] [ICE](expression.c line 1172) with implicit supertype conversion of different enums in array literal

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13024 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/aec7dff579c3873894c309ccb90e190d20289b0a fix Issue 13024 -

[Issue 13024] Refused implicit supertype conversion of different enums in array literal

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13024 bearophile_h...@eml.cc changed: What|Removed |Added Keywords|ice, pull |rejects-valid

[Issue 13092] New: std.algorithm.cartesianProduct of Nullable Tuple of strings array too

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13092 Issue ID: 13092 Summary: std.algorithm.cartesianProduct of Nullable Tuple of strings array too Product: D Version: D2 Hardware: x86 OS: Windows

[Issue 12448] in argument for std.string.toStringz

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12448 bearophile_h...@eml.cc changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 13093] New: D ABI change for guaranteed efficient return of fixed size array

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13093 Issue ID: 13093 Summary: D ABI change for guaranteed efficient return of fixed size array Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 13024] Refused implicit supertype conversion of different enums in array literal

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13024 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Severity|regression |normal --- Comment #5 from

[Issue 13006] Allow inout return type without inout parameters

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13006 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 13024] [ICE](expression.c line 1172) with implicit supertype conversion of different enums in array literal

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13024 bearophile_h...@eml.cc changed: What|Removed |Added Keywords|rejects-valid |ice, pull

[Issue 13094] New: Refused implicit supertype conversion of different enums in array literal

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13094 Issue ID: 13094 Summary: Refused implicit supertype conversion of different enums in array literal Product: D Version: D2 Hardware: x86 OS: Windows

[Issue 13095] New: Someteims `struct` destructor is called if constructor throws

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13095 Issue ID: 13095 Summary: Someteims `struct` destructor is called if constructor throws Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 13024] [ICE](expression.c line 1172) with implicit supertype conversion of different enums in array literal

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13024 --- Comment #7 from Kenji Hara k.hara...@gmail.com --- (In reply to bearophile_hugs from comment #6) (In reply to Kenji Hara from comment #5) (In next time, please file a new issue instead of reopening) Sorry, I close this now, and I'll

[Issue 704] `class` destructor is called even if constructor throws

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=704 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 13095] Someteims `struct` destructor is called if constructor throws

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13095 --- Comment #1 from Denis Shelomovskij verylonglogin@gmail.com --- Note: Replacing `S(0)` with `S s = S(0)` or `f(S(0))` detriggers the issue. --

[Issue 13055] @nogc std.string.sformat

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13055 --- Comment #1 from bearophile_h...@eml.cc --- One of my intended usages for this function is to generate messages for exceptions in @nogc code. Chris Cain comments: It's just stack-allocated this way isn't possible since the exception can be

[Issue 13093] D ABI change for guaranteed efficient return of fixed size array

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13093 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull Component|DMD

[Issue 13093] D ABI change for guaranteed efficient return of fixed size array

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13093 --- Comment #2 from Kenji Hara k.hara...@gmail.com --- You can test it by the code. void* p; ubyte[1] foo() nothrow { typeof(return) data; p = data; return data; } void main() nothrow { immutable data = foo(); assert(p ==

[Issue 8269] The 'with statement' does not observe temporary object lifetime

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8269 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Keywords||wrong-code

[Issue 13096] New: Imported private identifiers conflict with public ones.

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13096 Issue ID: 13096 Summary: Imported private identifiers conflict with public ones. Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 13097] New: linker error: undefined reference to symbol '_end', bisected to druntime 09ea3d

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13097 Issue ID: 13097 Summary: linker error: undefined reference to symbol '_end', bisected to druntime 09ea3d Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 13072] Cherry-picks for v2.066.0-b3

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13072 Dragos Carp dragosc...@gmail.com changed: What|Removed |Added CC||dragosc...@gmail.com ---

[Issue 13072] Cherry-picks for v2.066.0-b3

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13072 --- Comment #3 from Dragos Carp dragosc...@gmail.com --- Please take back pull 3735. Walter is still working on it... See: https://github.com/D-Programming-Language/dmd/pull/3739 --

[Issue 13096] Imported private identifiers conflict with public ones.

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13096 --- Comment #1 from Yuriy yuriy.gluk...@gmail.com --- Proposed PR: https://github.com/D-Programming-Language/dmd/pull/3743 --

[Issue 13072] Cherry-picks for v2.066.0-b3

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13072 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #4 from

[Issue 13084] ModuleInfo.opApply delegate expects immutable parameter

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13084 --- Comment #3 from Kenji Hara k.hara...@gmail.com --- (In reply to Jacob Carlborg from comment #2) I assumed that, but i still breaks code. What about the standard deprecation cycle? Unfortunately, it's impossible. We cannot allow iterating both

[Issue 13078] [dmd 2.066-b2] AA rehash failed with shared

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13078 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/f05177bb2daa83ddea507baed9628c4dedfd223d fix Issue 13078 -

[Issue 13078] [dmd 2.066-b2] AA rehash failed with shared

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13078 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to 2.066 at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/3d039ed4004840302bc6c0834f2dd2541785a351 Merge pull request

[Issue 13071] [ICE] dmd 2.066.0-b1 assertion in nogc.c:73

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13071 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/10499414c5fa77d704e921a47a531abff15d2856 Merge pull request #3730 from

[Issue 13087] Error: no property 'xyz' for type 'Vec!4'

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13087 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9695e29f4aced4d8f7e775902bdde8922b44b937 Merge pull request #3736 from

[Issue 13024] [ICE](expression.c line 1172) with implicit supertype conversion of different enums in array literal

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13024 --- Comment #8 from github-bugzi...@puremagic.com --- Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8ca5956e10ed9637ae35911c0afae37faffd3c56 Merge pull request #3733 from

[Issue 13081] ICE with alias this and opSlice

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13081 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e18332655fbe96ccd640d4f005e30b936d6f884b Merge pull request #3732 from

[Issue 13074] Old opCmp requirement for AA keys should be detected

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13074 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to 2.066 at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/bc4d38f9aefc89a7568669fc3cb1070523f6813d Merge pull request

[Issue 13076] [dmd 2.066-b2] DList clearing of empty list

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13076 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to 2.066 at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/9102be68d560412719eddcc63c66c0272a83a8fa Merge pull request

[Issue 13074] Old opCmp requirement for AA keys should be detected

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13074 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13074] Old opCmp requirement for AA keys should be detected

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13074 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/11a29600c94a599ea670c8ba1a134a6ea5bcf491 fix Issue 13074 - Old opCmp

[Issue 13074] Old opCmp requirement for AA keys should be detected

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13074 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/601d4786af647204779488844e50e6906ce43e0d Merge pull request #3731 from

[Issue 13098] New: std.path.baseName no longer works with DirEntry

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13098 Issue ID: 13098 Summary: std.path.baseName no longer works with DirEntry Product: D Version: unspecified Hardware: All OS: All Status: NEW Severity: regression

[Issue 13098] std.path.baseName no longer works with DirEntry

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13098 --- Comment #1 from Martin Nowak c...@dawg.eu --- Introduced by https://github.com/D-Programming-Language/phobos/pull/2169. The regression applies to all of the following std.path methods. baseName, extSeparatorPos, extension, isRooted, isAbsolute

[Issue 13056] [2.066.0-b1] Regression: Error: template std.path.baseName cannot deduce function from argument types !()(DirEntry)

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13056 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment #6 from

[Issue 13098] std.path.baseName no longer works with DirEntry

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13098 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13072] Cherry-picks for v2.066.0-b3

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13072 Jonathan Crapuchettes jcrapuchet...@gmail.com changed: What|Removed |Added CC|

[Issue 13098] std.path functions no longer works with DirEntry

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13098 Martin Nowak c...@dawg.eu changed: What|Removed |Added Summary|std.path.baseName no longer |std.path functions no

[Issue 13072] Cherry-picks for v2.066.0-b3

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13072 Andrew Edwards edwards...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12556] Add persistent byLine

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12556 Justin Whear jus...@economicmodeling.com changed: What|Removed |Added CC|

[Issue 13098] std.path functions no longer works with DirEntry

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13098 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 12643] @nogc std.range.dropOne

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12643 Justin Whear jus...@economicmodeling.com changed: What|Removed |Added CC|

[Issue 12643] @nogc std.range.dropOne

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12643 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 12781] process.d: Executable file not found is supposed to show executable name but fails

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12781 Justin Whear jus...@economicmodeling.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13099] New: @nogc std.range.stride

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13099 Issue ID: 13099 Summary: @nogc std.range.stride Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority: P1

[Issue 13098] std.path functions no longer works with DirEntry

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13098 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3a114c45fb89377413ae0cf33bc8c047c8875799 fix Issue 13098 -

[Issue 13025] Tools repository does not build on Ubuntu

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13025 --- Comment #5 from Martin Nowak c...@dawg.eu --- This happens when linking with libcurl, I can add -L--no-as-needed -L-lcurl to any dmd app and it will trigger this issue. --

[Issue 13025] Tools repository does not build on Ubuntu

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13025 --- Comment #6 from David Nadlinger c...@klickverbot.at --- (In reply to Martin Nowak from comment #5) This happens when linking with libcurl, I can add -L--no-as-needed -L-lcurl to any dmd app and it will trigger this issue. This sounds eerily

[Issue 13025] Tools repository does not build on Ubuntu

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13025 --- Comment #7 from Martin Nowak c...@dawg.eu --- (In reply to David Nadlinger from comment #6) This sounds eerily similar to a problem I had with _end way back when: http://stackoverflow.com/questions/13328144/end-symbol-disappears-when-

[Issue 12815] Dummy file

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12815 Justin Whear jus...@economicmodeling.com changed: What|Removed |Added CC|

[Issue 12815] Dummy file

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12815 Justin Whear jus...@economicmodeling.com changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Issue 12815] Dummy file

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12815 --- Comment #2 from David Nadlinger c...@klickverbot.at --- I also needed something like this a while back (also for input, though), so I agree that having it in Phobos would be nice. (In reply to Maksim Zholudev from comment #0) What about other

[Issue 13025] Tools repository does not build on Ubuntu

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13025 --- Comment #8 from David Nadlinger c...@klickverbot.at --- (In reply to Martin Nowak from comment #7) Oh, I remember this one, but we actually did resolve it back then. I meant unresolved as in we didn't actually figure out why the symbol

[Issue 12897] std.json.toJSON doesn't translate unicode chars(=0x80) to \uXXXX

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12897 Justin Whear jus...@economicmodeling.com changed: What|Removed |Added CC|

[Issue 12969] std.json: Lack of opIndexAssign operator for JSONValue may become a source of runtime errors

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12969 Justin Whear jus...@economicmodeling.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 13097] linker error: undefined reference to symbol '_end', bisected to druntime 09ea3d

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13097 yazan.dab...@gmail.com changed: What|Removed |Added CC||yazan.dab...@gmail.com

[Issue 13100] New: std.process.setCLOEXEC() throws on invalid file descriptor

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13100 Issue ID: 13100 Summary: std.process.setCLOEXEC() throws on invalid file descriptor Product: D Version: D2 Hardware: All OS: Linux Status: NEW

[Issue 13025] Tools repository does not build on Ubuntu

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13025 --- Comment #9 from Martin Nowak c...@dawg.eu --- OK, I could reproduce the issue with a few C files. It seems to be caused by a diagnostic bug in the linker. For some reason (optimized linker scipt, hidden visibility) libcurl.so does not carry _end

[Issue 13100] std.process.setCLOEXEC() throws on invalid file descriptor

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13100 --- Comment #1 from Lars T. Kyllingstad bugzi...@kyllingen.net --- https://github.com/D-Programming-Language/phobos/pull/2326 --

[Issue 13025] Tools repository does not build on Ubuntu

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13025 yazan.dab...@gmail.com changed: What|Removed |Added CC||yazan.dab...@gmail.com --- Comment

[Issue 13025] Tools repository does not build on Ubuntu

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13025 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||zor...@gmail.com --- Comment #11

[Issue 13097] linker error: undefined reference to symbol '_end', bisected to druntime 09ea3d

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13097 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3191] std.zlib.UnCompress errors if buffer is reused

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3191 Justin Whear jus...@economicmodeling.com changed: What|Removed |Added CC|

[Issue 3191] std.zlib.UnCompress errors if buffer is reused

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3191 --- Comment #4 from Justin Whear jus...@economicmodeling.com --- I should note that some amount of block reuse is possible if the blocks are sufficiently distant; the maximum distance for a back reference is 32,768 bytes. --

[Issue 3821] writeln doesn't detect recursive data structures yet

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3821 Justin Whear jus...@economicmodeling.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12835] std.random.uniform with open lower bound cannot support smaller integral types or character types

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12835 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/88d86ecda0c53568e4c7036ec85aa7a5a27438f9 Fix Issue #12835:

[Issue 12835] std.random.uniform with open lower bound cannot support smaller integral types or character types

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12835 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10748] ldc fails to build on arm

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10748 David Nadlinger c...@klickverbot.at changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13073] Wrong uint array comparison

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13073 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #2 from

[Issue 3191] std.zlib.UnCompress errors if buffer is reused

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3191 --- Comment #5 from Stewart Gordon s...@iname.com --- (In reply to Justin Whear from comment #3) The DEFLATE decompression algorithm relies on the results of previous blocks, as it tries to reuse the encoding tree. From the RFC: Note that a

[Issue 3363] std.stream.readf segfaults with immutable format strings

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3363 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3363] std.stream.readf segfaults with immutable format strings

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3363 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/141a088e378ac9b97f63ea044ff160a7c0310369 Fix issue 3363:

[Issue 13101] New: Cherry-picks for v2.066.0-rc1

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13101 Issue ID: 13101 Summary: Cherry-picks for v2.066.0-rc1 Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: critical Priority: P1

[Issue 13073] Wrong uint/int array comparison

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13073 hst...@quickfur.ath.cx changed: What|Removed |Added Summary|Wrong uint array comparison |Wrong uint/int array

[Issue 13073] Wrong uint array comparison

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13073 --- Comment #3 from hst...@quickfur.ath.cx --- Comparison of int[] is also wrong; it uses subtraction, which is OK in terms of sign handling, but wrong because of possibility of overflow (e.g., int.max - int.min overflows and doesn't return a

[Issue 13100] std.process.setCLOEXEC() throws on invalid file descriptor

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13100 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/b7af42bafa7f4cdae415daf0d1e5bb212a40bd88 Fix issue #13100 -

[Issue 13102] New: Cannot parse 184467440737095516153.6L

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13102 Issue ID: 13102 Summary: Cannot parse 184467440737095516153.6L Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: regression

[Issue 12897] std.json.toJSON doesn't translate unicode chars(=0x80) to \uXXXX

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12897 --- Comment #2 from egu...@gmail.com --- OK... I used Python but didn't decode first and got a problem. (In reply to Justin Whear from comment #1) Looking at the spec (http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf) it

[Issue 13042] std.net.curl.SMTP doesn't send emails with libcurl-7.34.0 or newer

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13042 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3f95468346f1eb42f27d18385ecfd5fae6887339 Fix Issue 13042 -

[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7648 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/2932b9e7e5ee7c6eb6057bef61ab6be6065ed013 Fix bug 7648 comment

[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7648 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13103] New: struct initialization w/ null for Rebindable!(const Object) fails

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13103 Issue ID: 13103 Summary: struct initialization w/ null for Rebindable!(const Object) fails Product: D Version: D2 Hardware: x86_64 OS: Linux Status:

[Issue 7648] std.stdio expects file names to be encoded in CP_ACP on Windows instead of UTF-8

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7648 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 13073] Wrong uint/int array comparison

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13073 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/edbcce94acaa10fa0137bcec99f095a8e7c0ed8f Add unittest for

[Issue 13073] Wrong uint/int array comparison

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13073 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 1985] import expression should return ubyte[] not string

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1985 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 1926] TypeInfo methods getHash, compare, equals unimplemented for AA, function and delegate

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1926 --- Comment #4 from hst...@quickfur.ath.cx --- Bug #10380 has been resolved; is this bug also fixed now, or is it still a problem? --

[Issue 2372] Template parameter types given as template parameter inhibits template instantiation + missing line number

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2372 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment

[Issue 13084] ModuleInfo.opApply delegate expects immutable parameter

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13084 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4459] bad format - phobos/std/all.d - 2.051

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4459 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5332] Undefined reference to zero length array

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5332 hst...@quickfur.ath.cx changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5332] Undefined reference to zero length array

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5332 hst...@quickfur.ath.cx changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 10693] cartesianProduct with over 7 ranges causes segfault at compile time

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10693 --- Comment #8 from hst...@quickfur.ath.cx --- Latest git HEAD no longer segfaults at compile-time (new cartesianProduct implementation no longer uses exponential number of templates); but now a new problem is exposed: an empty cartesianProduct

[Issue 7068] copying array of pointers calls memset instead of memcpy with -d

2014-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7068 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9d6f4db34c426253892ba21d8e8728ce327867f4 Add regression test for bug