[Issue 12628] emplace does not work for rvalues

2014-04-23 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 Har

[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 changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara --- https:

[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: rejects-valid

[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 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 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 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

[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 changed: What|Removed |Added CC||flybo...@gmail.com --

[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 --- (In reply to Andrej Mitrovic from comment #0) > - > template Foo(alias sym) { pragma(msg, "Foo1"); } > template Foo(alias int[] sym) { pragma(msg, "Foo2"); } > template Foo(alias float[] sym) { pr

[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 --- (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 identifier (hence why a stri

[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

[Issue 5915] Newlines are not propagated when copy&pasting code snippets

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

[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 Pr

[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 --- (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 Haskell this doesn't

[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 ti

[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 --- (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 unique string ID? >

[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 #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 pre-co

[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

[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 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 12461] Typedef and opOpAssign

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

[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 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 Resolution|--

[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 --- (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 built with -release mod

[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 --- 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)[])(); // fails because of inout(char

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added Keywords||pull Assignee|nob...@puremagic.c

[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 Pri

[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 changed: What|Removed |Added Keywords||pull 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 #6 from Andrej Mitrovic --- (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. Hope you don't mind (I thoug

[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 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 --- Comment #4 from monarchdo...@gmail.com --- BTW, this seems resolved in HEAD. Didn't Dmitry fix this? Let me look up the pull... --

[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 changed: What|Removed |Added Keywords||pull 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 #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 > th

[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 > th

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com,

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #1 f

[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 --- Cool, thanks! --

[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 Priority:

[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 Status:

[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 changed: What|Removed |Added Summary|cppstrings.html and |cppstrings.html and |cpp

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #5 f

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 Resolution|-

[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 ctRegex

[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 Resolution|-

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 Actual

[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 changed: What|Removed |Added Status|NEW |RESOLVED URL|std_stream.html

[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 changed: What|Removed |Added Keywords||pull CC|

[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 - Provid

[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 - Missin

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 changed: What|Removed |Added Keywords||ice, pull Hardware|x86

[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 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 Non-ex

[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 Resolution|-

[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 --- (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 you Andrej :-) What I

[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 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 - Ad

[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 Resolution|--

[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 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 --- (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 one way or the other. Al

[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 --- (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 @ > > > http://forum.dlang.org/thread/kfvklb$aqu

[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 #7 from Andrej Mitrovic --- (In reply to Martin Nowak from comment #6) > BTW, I'm currently working on the library AA, but it's more work than > anticipated. Mostly because getting all the details of attributes, rvalues, > construction and

[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 --- (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 took some time for me

[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 changed: What|Removed |Added CC||blah38...@gmail.com --- Comment #10 from Orvid K

[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 Resolution|-

[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 - Docu

[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 changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[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 Andrej Mitrovic changed: What|Removed |Added Version|unspecified |D2 URL|http://www.digitalmar

[Issue 3093] Object.factory has incomplete documentation

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3093 Andrej Mitrovic changed: What|Removed |Added Keywords||pull URL|http://digitalmars.

[Issue 12615] Warn against, and then deprecate old alias syntax

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

[Issue 3351] Reference diagrams

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

[Issue 12615] Warn against, and then deprecate old alias syntax

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12615 --- Comment #5 from bearophile_h...@eml.cc --- (In reply to Orvid King from comment #4) > The issue with doing this is that there are still quite a few syntax > constructs that the new syntax doesn't currently support, including alias > this. Yes, "

[Issue 2770] Example code would help in Modules documentation

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2770 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2769] Link needed in 'Templates' for DeclDefs

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2769 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3953] Take user to correct compiler page from digitalmars.com

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3953 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3351] Reference diagrams

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3351 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com Versi

[Issue 12615] Warn against, and then deprecate old alias syntax

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

[Issue 4548] D2 Language Docs: http://www.digitalmars.com/d/2.0/attribute.html

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4548 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 6793] Document that assumeUnique may not be necessary in some contexts

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

[Issue 6793] Document that assumeUnique may not be necessary in some contexts

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

[Issue 4472] Update D2 Enhancements to D1

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

[Issue 7289] Document how std.format handles structs, unions, and hashes.

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

[Issue 7289] Document how std.format handles structs, unions, and hashes.

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

[Issue 4164] sieve Sample D Program -- need documentation for array representation

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4164 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4164] sieve Sample D Program -- need documentation for array representation

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4164 --- Comment #5 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/24e526e966150baf2cf93b53caa2820e121795cd Issue 4164 - siev

[Issue 5102] D1 missing Function Templates with Auto Ref Parameters

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

[Issue 5151] Home page download link(s?) doesn't update itself

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

[Issue 12457] http://digitalmars.com is linking to an outdated D version

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12457 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 5136] DDoc: listing methods in the 'Jump to' links may be undesirable

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5136 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5112] scope is deprecated, but this is not mentioned in the specification

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5112 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6179] scope should be removed from the documentation

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

[Issue 5872] core.sys.*, core.stdc.* modules are not documented

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5872 Andrej Mitrovic changed: What|Removed |Added Status|ASSIGNED|NEW CC|

[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 #6 from Martin Nowak --- BTW, I'm currently working on the library AA, but it's more work than anticipated. Mostly because getting all the details of attributes, rvalues, construction and range interfaces right is quite involved. https://g

[Issue 5778] Missing attributes.

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5778 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

  1   2   >