[Issue 1819] spurious warning about missing return statement after synchronized

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1819 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3310] std.range needs to import std.conv.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3310 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.032 |D2 --

Re: DIP80: phobos additions

2015-06-09 Thread John Colvin via Digitalmars-d
On Tuesday, 9 June 2015 at 16:18:06 UTC, Manu wrote: On 10 June 2015 at 01:26, Ilya Yaroshenko via Digitalmars-d digitalmars-d@puremagic.com wrote: I believe that Phobos must support some common methods of linear algebra and general mathematics. I have no desire to join D with Fortran

[Issue 8829] std.algorithm.find fails to take advantage of SortedRange

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8829 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 4145] cross alias namespace can't be resolve

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4145 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2154] static if (is(typeof(E.toString()) : string)) in template broken

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2154 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.014 |D2 --

Re: DIP80: phobos additions

2015-06-09 Thread Manu via Digitalmars-d
On 10 June 2015 at 02:32, John Colvin via Digitalmars-d digitalmars-d@puremagic.com wrote: On Tuesday, 9 June 2015 at 16:18:06 UTC, Manu wrote: On 10 June 2015 at 01:26, Ilya Yaroshenko via Digitalmars-d digitalmars-d@puremagic.com wrote: I believe that Phobos must support some common

[Issue 4151] Add weak references to Phobos/druntime

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4151 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 3247] Crash on overriding class methods with 'auto' return type

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3247 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.031 |D2 --

Re: DIP80: phobos additions

2015-06-09 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 9 June 2015 at 16:16:39 UTC, Dennis Ritchie wrote: On Tuesday, 9 June 2015 at 16:14:24 UTC, Dennis Ritchie wrote: To solve these problems you need something like Blas. Perhaps BLAS - it's more practical way to enrich D techniques for working with matrices. Actually, that's what

[Issue 746] incorrect code generation for new Type[][](1, 1)

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=746 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|glue layer |DMD

[Issue 11174] Both AF_PACKET and SO_BINDTODEVICE undefined

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11174 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2938] incorrect code generated for assignment to assoc array element

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2938 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.029 |D2 --

[Issue 2188] man-or-boy test fails with access violation

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2188 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.016 |D2 --

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

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5112 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

Re: Make dub part of the standard dmd distribution

2015-06-09 Thread Sönke Ludwig via Digitalmars-d
Am 08.06.2015 um 08:47 schrieb Jacob Carlborg: On 2015-06-08 08:04, Sönke Ludwig wrote: Isn't just the list of *modules* needed and not the list of *imports*? The registry can easily query the list of files of a package using the GitHub API. The package description is obviously already known,

[Issue 1572] Compiler crash on x86_64.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1572 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 10634] Win64: wrong codegen with .init of small structs

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10634 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

Right after allocators: containers or database connectivity?

2015-06-09 Thread Andrei Alexandrescu via Digitalmars-d
My work on allocators takes the last turn before the straight line. I've arranged with Dicebot to overlap the review period with finalizing details so I can act on feedback quickly. After that I'm ready for some major library work, and I had two things in mind. One would be a good pass of

[Issue 6223] Crash on exit when embeeding std.stream.File in a class.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6223 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2098] Outdated docs

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2098 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2811] mixin fields not visible inside mixin method

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2811 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.027 |D2 --

[Issue 3114] optlink failing on multicore machines

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3114 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|Optlink |tools --

Re: DIP80: phobos additions

2015-06-09 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 9 June 2015 at 16:40:56 UTC, Ilya Yaroshenko wrote: On Tuesday, 9 June 2015 at 16:18:06 UTC, Manu wrote: On 10 June 2015 at 01:26, Ilya Yaroshenko via Digitalmars-d digitalmars-d@puremagic.com wrote: I believe that Phobos must support some common methods of linear algebra and

[Issue 4123] BitArray this() with length

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4123 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 10100] Identifiers with double underscores and allMembers

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10100 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 6459] Inline assembler does not work well for 64 bit registers R8..R15

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6459 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 1325] Forward declaration crashes gdc

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1325 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3763] std.stdio.readlnImpl absurdly inefficient and overflows stack

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3763 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.040 |D2 --

[Issue 3993] Do not show email addresses at all (At least as a user-setting)

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3993 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2183] Bad formatting in std.c.stdlib

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2183 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.016 |D2 --

[Issue 2115] Describe thread_hdl in relation to unix

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2115 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.014 |D2 --

[Issue 2599] Two variadic parameters should be accepted

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2599 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

Re: Self-referential tuples?

2015-06-09 Thread Andrei Alexandrescu via Digitalmars-d
On 6/9/15 8:59 AM, Brian Rogoff wrote: On Tuesday, 9 June 2015 at 15:28:16 UTC, Andrei Alexandrescu wrote: Following the use of This in Algebraic (https://github.com/D-Programming-Language/phobos/pull/3394), we can apply the same idea to Tuple, thus allowing one to create self-referential types

[Issue 8590] Documentation for any and all in std.algorithm is incorrect

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8590 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3667] Regression(D2 only): broken out(result) in contracts

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3667 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.038 |D2 --

Re: [OT] Modules dropped out of C++17

2015-06-09 Thread deadalnix via Digitalmars-d
On Tuesday, 9 June 2015 at 08:06:52 UTC, Brian Schott wrote: On Tuesday, 9 June 2015 at 07:49:24 UTC, Shachar Shemesh wrote: Also, you say 5 seconds as if that's a short amount of time. If it takes an automatic scanner 5 seconds, it means the amount of coverage it needs to perform is huge. If

Re: Right after allocators: containers or database connectivity?

2015-06-09 Thread Dennis Ritchie via Digitalmars-d
On Tuesday, 9 June 2015 at 17:12:53 UTC, Liam McSherry wrote: I think containers would be the better option. D sorely needs to have basics like (de)queues and stacks in the standard library, as well as any other popular and useful containers. And `set`.

[Issue 2272] synchronized attribute documentation

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2272 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3253] DMD crashes on function pointer struct member initialization with function literal

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3253 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.031 |D2 --

[Issue 2408] class declared as invariant cannot have static methods

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2408 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.014 |D2 --

[Issue 3100] ICE(cast.c) when a struct with members is shared

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3100 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.030 |D2 --

[Issue 1755] linker problems in mac os x 10.5

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1755 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 362] Wrong sender in the 'newsgroup post to bugzilla comment' functionality

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=362 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2481] mixing field into anonymous struct inside class generates field overlapping vtable

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2481 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 1191] multidimensional associative array assignment doesn't behave as with DMD

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1191 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3436] std.functional.compose with only one function

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3436 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.035 |D2 --

[Issue 2275] std.utf.toUTF16z() should return const(wchar)*

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2275 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.014 |D2 --

Re: Right after allocators: containers or database connectivity?

2015-06-09 Thread Jacob Carlborg via Digitalmars-d
On 2015-06-09 19:05, Andrei Alexandrescu wrote: My work on allocators takes the last turn before the straight line. I've arranged with Dicebot to overlap the review period with finalizing details so I can act on feedback quickly. After that I'm ready for some major library work, and I had two

[Issue 8788] The super constructor call can be prevented by mentioning return.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8788 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 2807] Marking a nested function as 'pure' may cause bad code generations silently accepted

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2807 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.027 |D2 --

[Issue 10589] GC.malloc(sz, GC.BlkAttr.APPENDABLE) fails after a certain size

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10589 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2664] OSX standard math functions are less accurate

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2664 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 14373] std.range.refRange doesn't work on mere input ranges

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14373 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

Re: [OT] Modules dropped out of C++17

2015-06-09 Thread via Digitalmars-d
On Tuesday, 9 June 2015 at 18:20:43 UTC, Tobias Müller wrote: And if you don't give that guarantee, well then it may just work. Or not. Or just stop working at some point in the future. It would be nice to have an operator that forces CTFE and inlining. @ct( this_is_ctfe() ) @inline(

[Issue 3532] benchmark function consumes 100% CPU when used with anonymous delegate

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3532 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.036 |D2 --

[Issue 2635] $ for user-defined slices should forward to value.length, not global __dollar. Also injected length must go.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2635 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 1940] Phobos buildscripts do not work on x86_64

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1940 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.014 |D2 --

[Issue 1368] Default template parameter + template recursion + mixin = segfault

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1368 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3711] Ddoc does not generate nothing if std.stdio is imported

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3711 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.038 |D2 --

[Issue 8138] Attribute inference fails with Voldemort type

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8138 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 1496] Make stringof return D-style function pointer type strings

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1496 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

Re: Asked on Reddit: Which of Rust, D, Go, Nim, and Crystal is the strongest and why?

2015-06-09 Thread Dennis Ritchie via Digitalmars-d
On Tuesday, 9 June 2015 at 18:46:48 UTC, Israel wrote: Ruby that compiles? Yet Rust, Nim and Crystal is a very young languages. And alas, life is not eternal to wait five years of a flourishing language :) There are already ready to be used option. This is D.

Re: Asked on Reddit: Which of Rust, D, Go, Nim, and Crystal is the strongest and why?

2015-06-09 Thread Andrei Alexandrescu via Digitalmars-d
On 6/9/15 11:02 AM, Ali Çehreli wrote: http://www.reddit.com/r/programming/comments/396c95/of_the_emerging_systems_languages_rust_d_go_nim/ Also found this: http://www.reddit.com/r/programming/comments/3971qf/this_week_in_d_dconf_2015_report_new_forum_site/ Andrei

[Issue 7161] Passing string literal by ref changes its bounds forever

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7161 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 3317] std.conv.to, string to multidimensional array support

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3317 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 7333] interfaceToC should mention __gshared

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7333 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3777] size_t is undefined

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3777 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.038 |D2 --

[Issue 3424] Ref counting still doesn't work for std.stdio.File

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3424 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.035 |D2 --

[Issue 42] enable-checking error found in std/regexp.d

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=42 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|glue layer |DMD

[Issue 5197] Ddoc: access-attributed auto template function crashes dmd

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5197 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 9321] Dead link to HTML5 standard in language specification

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9321 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 7634] optlink creates bad debug info for a large number of modules

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7634 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|Optlink |tools --

[Issue 4447] order of functions greatly affects execution time

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4447 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 4112] Stride in foreach ranges

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4112 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|future |D2 --

[Issue 572] parse error when using template instantiation with typeof

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=572 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 841] unsupported asm opcode fistp

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=841 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Component|glue layer |DMD

[Issue 1707] '==' in TemplateParameterList in IsExpression causes segfault

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1707 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.008 |D2 --

[Issue 4137] Undefined identifier error in is(typeof())

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4137 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3249] sort and setIntersection on array of struct or class

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3249 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.031 |D2 --

[Issue 4156] Segfault with array+=array

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4156 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.034 |D2 --

[Issue 9922] Improve symbol emitting for templates for better separate compilation support

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9922 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 14587] [REG2.064] generated 64 bit code for switch jump tables is wrong

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14587 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 1568] Core dump when I invoke a template member function

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1568 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 889] listdir loops forever

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=889 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 11985] dlang.org does not have digitalmars.com info on -profile

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11985 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3682] Regression(2.038) is expression fails to match types

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3682 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.038 |D2 --

[Issue 2558] #line should show the same package as the original module

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2558 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 2959] Header and footer render incorrectly in Firefox 3.0.10

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2959 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 3260] Error: undefined identifier backend when compiling 'write' with 'wchar'

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3260 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.031 |D2 --

[Issue 3319] DInstaller overwrites the %PATH% variable

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3319 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

Re: Right after allocators: containers or database connectivity?

2015-06-09 Thread Kiith-Sa via Digitalmars-d
On Tuesday, 9 June 2015 at 17:05:19 UTC, Andrei Alexandrescu wrote: My work on allocators takes the last turn before the straight line. I've arranged with Dicebot to overlap the review period with finalizing details so I can act on feedback quickly. After that I'm ready for some major library

[Issue 2618] Assert errors should be unrecoverable.

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2618 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.023 |D2 --

Re: Asked on Reddit: Which of Rust, D, Go, Nim, and Crystal is the strongest and why?

2015-06-09 Thread Dennis Ritchie via Digitalmars-d
On Tuesday, 9 June 2015 at 18:02:55 UTC, Ali Çehreli wrote: http://www.reddit.com/r/programming/comments/396c95/of_the_emerging_systems_languages_rust_d_go_nim/ I might've said D, but I don't think it qualifies as emerging since it's over a decade old. Well, it's just ridiculous, although

[Issue 8951] static array of context pointer struct s fails:

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8951 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 1874] __traits(allMembers, T) fails to list methods which only have non-mutating overloads

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1874 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.011 |D2 --

[Issue 2653] ConditionalStatement not referenced in rest of grammar

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2653 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.023 |D2 --

[Issue 3872] std.algorithm.filter could become bidirectional if its input range is bidir

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3872 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.040 |D2 --

[Issue 10746] Win64: corrupt debug info with very long symbols

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10746 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 1549] Any chance we'll see a -version=Phobos in dmd.conf/sc.ini?

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1549 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

<    8   9   10   11   12   13   14   15   16   17   >