[Issue 11865] Unhandled exception does not show crash dialog

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11865 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 11705] std.typecons.Typedef is missing proper documentation

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11705 --- Comment #1 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/4e47221560c8e14ac253a112743885c3c2ea63cd Fix Issue 11705 -

[Issue 11705] std.typecons.Typedef is missing proper documentation

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

[Issue 3179] [PATCH] Improvement of Inline Assembly D 2.0 specification

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3179 Orvid King blah38...@gmail.com changed: What|Removed |Added CC||blah38...@gmail.com ---

[Issue 3351] Reference diagrams

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3351 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to bearophile_hugs from comment #2) (In reply to Andrej Mitrovic from comment #1) It's a bit overkill for the dlang.org official documentation IMO. I can't agree. It

[Issue 9535] incomplete documentation for std.range.recurrence and std.range.sequence

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9535 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to monarchdodra from comment #3) (In reply to Andrej Mitrovic from comment #2) (In reply to monarchdodra from comment #1) Per the discussion @

[Issue 8307] inconsistent treatment of auto functions

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8307 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to timon.gehr from comment #3) In 'foo' the types of the two return expressions do not 'match exactly', yet it is accepted. There's an error with -w though, so it's caught

[Issue 11705] std.typecons.Typedef is missing proper documentation

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11705 --- Comment #2 from bearophile_h...@eml.cc --- (In reply to github-bugzilla from comment #1) Commits pushed to master at https://github.com/D-Programming-Language/phobos Thank you Andrej :-) What I'd like is something like the lisp gensym, so you

[Issue 3093] Object.factory has incomplete documentation

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

[Issue 3093] Object.factory has incomplete documentation

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3093 --- Comment #3 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/30da7367e4221005902b5a02020daa89d5d249f8 Fix Issue 3093 -

[Issue 7008] Associative array ABI is under-specified

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7008 --- Comment #8 from hst...@quickfur.ath.cx --- Wow. Best wishes on that! And yes, being more complicated than anticipated is a familiar feeling w.r.t. AA's. :-) --

[Issue 11705] std.typecons.Typedef is missing proper documentation

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11705 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to bearophile_hugs from comment #2) (In reply to github-bugzilla from comment #1) Commits pushed to master at https://github.com/D-Programming-Language/phobos Thank

[Issue 12582] Non-existant named capture groups cause runtime range violation or segmentation fault in regex

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

[Issue 12582] Non-existant named capture groups cause runtime range violation or segmentation fault in regex

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12582 --- 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/85ba4748eb9aa78d27e7fce14182ede4dd29ffc0 fix issue 12582

[Issue 12554] [ICE](struct.c line 898) with failed delegate purity

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12554 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull

[Issue 12100] __GENTYPE to generate ever different types

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12100 --- Comment #3 from bearophile_h...@eml.cc --- (In reply to Andrej Mitrovic from comment #1) How about __uniqueID, which would create a unique string ID? Yes, a progressive integer is enough. --

[Issue 12610] std.algorithm.reduce (with seed) and array-wise operation produces incorrect result

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12610 Ali Cehreli acehr...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9556] Missing underscore in docs for std.string.isNumeric

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9556 --- 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/8c2d814802116de33b3a1908172130ffaf42f80e Fix Issue 9556 -

[Issue 7246] Provide a simpler example for std.algorithm.remove

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7246 --- 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/899155194ac1cdd208af5b3176213461a0644b21 Fix Issue 7246 -

[Issue 1574] DDoc documentation lacks macro examples

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1574 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 2114] Incorrect example foreach readLine()

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2114 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2081] Foreach over Stream appears broken

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2081 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11784] std.regex: bug in set intersection

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11784 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/1fa74e5d895b94005347ae959772613ac9fe90b2 fix issue 11784

[Issue 10798] std.regex: ctRegex unicode set ops unimplemented

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

[Issue 10798] std.regex: ctRegex unicode set ops unimplemented

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10798 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5baa7ca53c20222b8040f99245610aa2d249efe6 fix issue 10798

[Issue 11784] std.regex: bug in set intersection

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

[Issue 2115] Describe thread_hdl in relation to unix

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2115 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2299] the ABI documentation for registry convention does not include IA-64 platform

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2299 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12626] cppstrings.html and cppcontracts.html went missing from the website

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12626 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Summary|cppstrings.html and |cppstrings.html

[Issue 12626] New: cppstrings.html and cppcontracts.html have gone missing from the website

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12626 Issue ID: 12626 Summary: cppstrings.html and cppcontracts.html have gone missing from the website Product: D Version: D2 Hardware: All OS: All

[Issue 12627] New: extern(C++) interfaces should format

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12627 Issue ID: 12627 Summary: extern(C++) interfaces should format Product: D Version: D2 Hardware: x86 OS: All Status: NEW Severity: enhancement

[Issue 11784] std.regex: bug in set intersection

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11784 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com --- Cool, thanks! --

[Issue 9793] XREF broken for package modules (e.g. digest.digest)

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9793 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12616] AssertError in std.utf.decode

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12616 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12616] AssertError in std.utf.decode

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12616 --- Comment #2 from monarchdo...@gmail.com --- (In reply to Andrej Mitrovic from comment #1) Interesting problem. I think decode is wrong in using asserts here. asserts are for checking program state, enforce is for checking input. So I think the

[Issue 12616] AssertError in std.utf.decode

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12616 --- Comment #3 from monarchdo...@gmail.com --- (In reply to Andrej Mitrovic from comment #1) Interesting problem. I think decode is wrong in using asserts here. asserts are for checking program state, enforce is for checking input. So I think the

[Issue 12600] Variant should support coercion to bool

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12600 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12616] AssertError in std.utf.decode

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12616 --- Comment #4 from monarchdo...@gmail.com --- BTW, this seems resolved in HEAD. Didn't Dmitry fix this? Let me look up the pull... --

[Issue 12419] assertion failure in std.utf

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12419 monarchdo...@gmail.com changed: What|Removed |Added CC||dmitryc...@gmail.com --- Comment #2

[Issue 12616] AssertError in std.utf.decode

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12616 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 12616] AssertError in std.utf.decode

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12616 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to monarchdodra from comment #3) BTW: How did you tag me? Did you simply add my email to the cc list? I searched for your e-mail on github and added you to the cc list.

[Issue 12568] std.functional.memoize with constant array argument too

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12568 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12628] New: emplace does not work for rvalues

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12628 Issue ID: 12628 Summary: emplace does not work for rvalues Product: D Version: unspecified Hardware: x86 OS: Mac OS X Status: NEW Severity: normal

[Issue 12477] std.bitmanip should emit informative diagnostics

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12477 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12456] Regression: Direct downloads are no longer available from the changelog

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

[Issue 12470] std.array.replace does not work with inout(char)[]

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12470 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com --- It seems the bottom-line problem is this: - import std.array; import std.range; inout(char)[] sanitize(inout(char)[] input) { auto app = appender!(inout(char)[])(); //

[Issue 12458] No out of bounds assert errors in not-release mode for std.bitmanip.BitArray

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12458 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to Andrej Mitrovic from comment #2) (In reply to comment #1) This is strange, because I can see this is checked in the in blocks: Oh I see what's going on, Phobos is

[Issue 8798] Tuple curry example not really curry

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

[Issue 8798] Tuple curry example not really curry

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8798 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/a4c735929088535cd7cb0feb41181649e1ef289b Fix Issue 8798 -

[Issue 12461] Typedef and opOpAssign

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12461 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12596] Implement Typedef ctor that can take itself as a parameter

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12596 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12100] __GENTYPE to generate ever different types

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12100 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Comment

[Issue 12100] __GENTYPE to generate ever different types

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12100 --- Comment #5 from monarchdo...@gmail.com --- (In reply to Andrej Mitrovic from comment #1) How about __uniqueID, which would create a unique string ID? I'd imagine this would be more useful since it's more generic, and you could easily create a

[Issue 12100] __GENTYPE to generate ever different types

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12100 --- Comment #6 from bearophile_h...@eml.cc --- (In reply to monarchdodra from comment #5) Basically, we're asking for a static PRNG? No, I am asking for a integer that is incremented every time by 1, and that is exported as a range by every

[Issue 12100] __GENTYPE to generate ever different types

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12100 --- Comment #7 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to monarchdodra from comment #4) (In reply to bearophile_hugs from comment #3) (In reply to Andrej Mitrovic from comment #1) How about __uniqueID, which would create a

[Issue 12461] Typedef and opOpAssign

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12461 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment

[Issue 12100] __GENTYPE to generate ever different types

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12100 --- Comment #8 from monarchdo...@gmail.com --- (In reply to bearophile_hugs from comment #6) (In reply to monarchdodra from comment #5) Basically, we're asking for a static PRNG? No, I am asking for a integer that is incremented every time by

[Issue 12461] Typedef and opOpAssign

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12461 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to bearophile_hugs from comment #2) (In reply to Andrej Mitrovic from comment #1) But I'm not sure if this is the appropriate fix. Do you have a better idea? In

[Issue 12629] New: Adjust search path according to module name

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12629 Issue ID: 12629 Summary: Adjust search path according to module name Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 5915] Newlines are not propagated when copypasting code snippets

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5915 --- Comment #11 from Stewart Gordon s...@iname.com --- Can't seem to reproduce now (FF 28.0). --

[Issue 12100] __GENTYPE to generate ever different types

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12100 --- Comment #9 from monarchdo...@gmail.com --- (In reply to Andrej Mitrovic from comment #7) Hmm.. I don't know about that. Really all I wanted was: auto a = __uniqueID; // asdf01 auto b = __uniqueID; // asdf02 It's just something that's

[Issue 12100] __GENTYPE to generate ever different types

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12100 --- Comment #10 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to monarchdodra from comment #9) Yeah, but I'm saying that: import mod_a, mod_d; static assert(a != b); One workaround for this is to encode the module name in the

[Issue 12620] Compiler picks lesser template specialization match for float array alias value parameters

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12620 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to Andrej Mitrovic from comment #0) - template Foo(alias sym) { pragma(msg, Foo1); } template Foo(alias int[] sym) { pragma(msg, Foo2); } template

[Issue 12629] Adjust search path according to module name

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12629 Adam Wilson flybo...@gmail.com changed: What|Removed |Added CC||flybo...@gmail.com --

[Issue 12461] Typedef and opOpAssign

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12461 --- Comment #4 from bearophile_h...@eml.cc --- (In reply to Andrej Mitrovic from comment #3) struct UserTypedef(T) { mixin MixOverload!opUnary; // implement opUnary mixin MixOverload!opBinary; // implement opBinary } This is

[Issue 11638] Variadic function documentation, out-of-date example

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11638 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/020071b2486d7098dddca2accdaa59731a207101 Fix Issue 11638

[Issue 1497] Add a link to the DWiki debuggers page

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1497 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/554fec2301e0c667a773af3d4318c405df07f462 Fix Issue 1497 -

[Issue 4044] [Tracker] Bad debug information and DWARF errors

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4044 Issue 4044 depends on issue 1497, which changed state. Issue 1497 Summary: Add a link to the DWiki debuggers page https://issues.dlang.org/show_bug.cgi?id=1497 What|Removed |Added

[Issue 12630] New: @nogc should recognize compile-time evaluation context

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12630 Issue ID: 12630 Summary: @nogc should recognize compile-time evaluation context Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords:

[Issue 12630] @nogc should recognize compile-time evaluation context

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

[Issue 12628] emplace does not work for rvalues

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12628 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com

[Issue 12631] std.string.isNumeric uses among without explicit braces when calling 'std.algorithm.among' when compiling with dmd -property flag

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12631 Rostyslav Dzinko rostislav.dzi...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Issue 12631] New: std.string.isNumeric uses among without explicit braces when calling 'std.algorithm.among' when compiling with dmd -property flag

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12631 Issue ID: 12631 Summary: std.string.isNumeric uses among without explicit braces when calling 'std.algorithm.among' when compiling with dmd -property flag Product: D

[Issue 12629] Adjust search path according to module name

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12629 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 11706] Alias to the original type inside std.typecons.Typedef

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11706 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 11706] std.traits.OriginalType should support std.typecons.Typedef

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11706 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12597] Payload getter for std.typecons.Typedef

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12597 --- Comment #9 from Andrej Mitrovic andrej.mitrov...@gmail.com --- Would this getter give ref access? If so, we might as well make the `Typedef_payload` field public. Otherwise we could make a UFCS function that would avoid symbol conflicts: - V

[Issue 11706] std.traits.OriginalType should support std.typecons.Typedef

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11706 --- Comment #4 from bearophile_h...@eml.cc --- (In reply to Andrej Mitrovic from comment #3) https://github.com/D-Programming-Language/phobos/pull/2116 Thank you. But: // safely cast to get the value that's being wrapped int x =

[Issue 11706] std.traits.OriginalType should support std.typecons.Typedef

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11706 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to bearophile_hugs from comment #4) (In reply to Andrej Mitrovic from comment #3) https://github.com/D-Programming-Language/phobos/pull/2116 Thank you. But: //

[Issue 11706] std.traits.OriginalType should support std.typecons.Typedef

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11706 --- Comment #6 from bearophile_h...@eml.cc --- (In reply to Andrej Mitrovic from comment #5) That's not safer if 'myInt' is a UDT that happens to define get(). You may end up calling a function that returns something else entirely. Right, sorry,

[Issue 12597] Payload getter for std.typecons.Typedef

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12597 --- Comment #10 from bearophile_h...@eml.cc --- (In reply to Andrej Mitrovic from comment #9) we might as well make the `Typedef_payload` field public. Yes, making that field public could be the simplest solution. But the field needs to be renamed

[Issue 9998] RefCounted is impure

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9998 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 9998] RefCounted is impure

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9998 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Assignee|andrej.mitrov...@gmail.com

[Issue 11706] Add a TypedefType trait to extract the underlying type of a std.typecons.Typedef

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11706 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Summary|std.traits.OriginalType |Add a

[Issue 10458] tuple of struct with unused member function

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10458 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10190] fullyQualifiedName on enum template members doesn't work

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10190 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 10168] Named tuple: inconsistent behavior

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10168 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12632] New: Out of range indexing for std.typecons.Tuple emits a bad diagnostic

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12632 Issue ID: 12632 Summary: Out of range indexing for std.typecons.Tuple emits a bad diagnostic Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 10168] Named tuple: inconsistent behavior

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10168 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com --- (In reply to Andrej Mitrovic from comment #2) Original case fixed, but bearophile's post is another issue which I'll file now. Filed as

[Issue 8197] phobos\win32.mak missing -Idruntime\import

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8197 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12181] std.conv.to should support static array manifest constants

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12181 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Assignee|andrej.mitrov...@gmail.com

[Issue 10817] Linker error with postcondition contract in a release library

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10817 Dicebot pub...@dicebot.lv changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12633] New: std.conv.to for fixed-size arrays too

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12633 Issue ID: 12633 Summary: std.conv.to for fixed-size arrays too Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: rejects-valid

[Issue 9285] dtoh utility - convert D files to C++ header files

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9285 Issue 9285 depends on issue 11620, which changed state. Issue 11620 Summary: dmd json output should output enum values https://issues.dlang.org/show_bug.cgi?id=11620 What|Removed |Added

[Issue 11620] dmd json output should output enum values

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11620 --- Comment #1 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/6fb1c2b7635824d49eebd910fe03bc7bb863492f Fix Issue 11620 - Emit enum

[Issue 12634] New: [D1] Wrong code with string literal concatenation

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12634 Issue ID: 12634 Summary: [D1] Wrong code with string literal concatenation Product: D Version: D1 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 9285] dtoh utility - convert D files to C++ header files

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9285 --- Comment #14 from Andrej Mitrovic andrej.mitrov...@gmail.com --- https://issues.dlang.org/show_bug.cgi?id=11620 is now fixed, are there any other fixes needed for this tool? --

[Issue 12633] std.conv.to should support target fixed-sized arrays

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12633 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 1966] Allow for Derived Thread Classes

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1966 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 1726] std.stream FileMode documentation problems

2014-04-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1726 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

<    1   2   3   4   5   6   7   8   9   10   >