https://bugzilla.gdcproject.org/show_bug.cgi?id=280
Iain Buclaw changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bugzilla.gdcproject.org/show_bug.cgi?id=280
Iain Buclaw changed:
What|Removed |Added
CC||ibuc...@gdcproject.org
Component
Ok done, https://bugzilla.gdcproject.org/show_bug.cgi?id=280
https://bugzilla.gdcproject.org/show_bug.cgi?id=280
Bug ID: 280
Summary: ICE with static immutable RedBlackTree
Product: GDC
Version: development
Hardware: All
OS: All
Status: NEW
Severity: major
On 28 November 2017 at 08:02, Elronnd via D.gnu wrote:
> On Friday, 24 November 2017 at 09:30:02 UTC, Iain Buclaw wrote:
>>
>> care to raise a bug?
>
>
> Hrmm. I tried to create an account on the bugzilla, but got assaulted by
> this message:
>
>
>
> There was an error sending mail from 'gdc-bug
On Friday, 24 November 2017 at 09:30:02 UTC, Iain Buclaw wrote:
care to raise a bug?
Hrmm. I tried to create an account on the bugzilla, but got
assaulted by this message:
There was an error sending mail from
'gdc-bugzi...@gdcproject.org' to elro...@slashem.me: error when
closing pipe
On 24 November 2017 at 08:48, Elronnd via D.gnu wrote:
> There is this ICE:
>
> void main() {
> import std.container;
> static immutable s = new RedBlackTree!int('h');
> }
Looks like a stack overflow to me, care to raise a bug?
Iain.
There is this ICE:
void main() {
import std.container;
static immutable s = new RedBlackTree!int('h');
}