https://issues.dlang.org/show_bug.cgi?id=14071
--- Comment #2 from Martin Krejcirik ---
ICE stopped after pull https://github.com/dlang/dmd/pull/5324 (DWARF EH), I'm
not sure if it was fixed since, or the original problem is still there.
--
https://issues.dlang.org/show_bug.cgi?id=16651
--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime
https://github.com/dlang/druntime/commit/44f45280b7fe308731611801385f8c6226214682
fix issue 16651 - atomicOp!"-="(ulong, uint) = wrong
https://issues.dlang.org/show_bug.cgi?id=16764
--- Comment #3 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/druntime
https://github.com/dlang/druntime/commit/5c187e05ff87404ebf4884cfc548324c2c3ed0fc
Revert object.hashOf changes from "use array interfac
https://issues.dlang.org/show_bug.cgi?id=16654
--- Comment #4 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/druntime
https://github.com/dlang/druntime/commit/5c187e05ff87404ebf4884cfc548324c2c3ed0fc
Revert object.hashOf changes from "use array interfac
https://issues.dlang.org/show_bug.cgi?id=13429
--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos
https://github.com/dlang/phobos/commit/40787cee7f3ab4a3c747d47124e614d7b30cbbf1
Issue 13429: make sicmp and icmp @nogc nothrow
https://
https://issues.dlang.org/show_bug.cgi?id=16699
--- Comment #30 from Steven Schveighoffer ---
(In reply to Ketmar Dark from comment #29)
> ok, i'm giving up. if inability to merge master is simply dismissed with
> "this is not a typical occurence" excuse, i have nothing else to say.
For instance:
https://issues.dlang.org/show_bug.cgi?id=16699
--- Comment #29 from Ketmar Dark ---
ok, i'm giving up. if inability to merge master is simply dismissed with "this
is not a typical occurence" excuse, i have nothing else to say.
--
https://issues.dlang.org/show_bug.cgi?id=16699
--- Comment #28 from Steven Schveighoffer ---
ketmar, since 11 days ago, merge from stable to master has been created.
However, there is some issue (which I admittedly have no understanding of), and
when that issue is resolved, this will be in master
https://issues.dlang.org/show_bug.cgi?id=16699
--- Comment #27 from Ketmar Dark ---
oops. you provided PR that doesn't belong to this thread, and i didn't checked
it properly. still, my point stands. ;-)
--
https://issues.dlang.org/show_bug.cgi?id=16699
--- Comment #26 from Ketmar Dark ---
and now we have this "fix" in *stable*! do you still think that "nothing should
be changed"? for me, this issue clearly indicates that something is *very*
broken in the current scheme.
--
https://issues.dlang.org/show_bug.cgi?id=16699
--- Comment #25 from Steven Schveighoffer ---
Looks like there is a snag: https://github.com/dlang/dmd/pull/6287
--
https://issues.dlang.org/show_bug.cgi?id=7115
Andrei Alexandrescu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=7996
Andrei Alexandrescu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=16959
Issue ID: 16959
Summary: bringToFront fails on char arrays
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: major
Priority: P
https://issues.dlang.org/show_bug.cgi?id=16798
--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/1e77dfac5e4e8564fa8eef4f3184f41b0cd31768
fix Issue 16798 - Extend -Ipath switch to -Imodule=path so pat
https://issues.dlang.org/show_bug.cgi?id=16798
github-bugzi...@puremagic.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.dlang.org/show_bug.cgi?id=16957
--- Comment #2 from John Colvin ---
template a(alias b)
{
alias T = typeof(b);
auto a(T ret)
{
return ret;
}
}
auto a(T, size_t N)(T[N] a) {} // breaks
// auto a(T)(T[] a) {} // OK
void main()
{
int x;
auto b = a!(
https://issues.dlang.org/show_bug.cgi?id=16951
anonymous4 changed:
What|Removed |Added
Status|NEW |RESOLVED
Hardware|x86_64
https://issues.dlang.org/show_bug.cgi?id=16699
--- Comment #24 from Ketmar Dark ---
so, time is passing on. nothing was merged to master. versions diverges more
and more. definitely, the system works just fine. i can't see nothing that
should be changed in the way things works now.
--
https://issues.dlang.org/show_bug.cgi?id=16705
ZombineDev changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
20 matches
Mail list logo