[Issue 12210] dlang.org home page example - Run button does not work

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12210 --- Comment #12 from Gerald Jansen --- The "Round floating point numbers" example is too fragile. It vomits incomprehensible messages (not a pretty sight for casual visitors!) for almost any input except for one or more

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #12 from ZombineDev --- (In reply to Martin Nowak from comment #11) > Overall I get the impression we should depart with an installer system where > I have to host binary plugins myself [¹] (so they don't get

[Issue 12210] dlang.org home page example - Run button does not work

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12210 --- Comment #13 from Vladimir Panteleev --- (In reply to Gerald Jansen from comment #12) > The "Round floating point numbers" example is too fragile. See issue 15050 --

[Issue 12210] dlang.org home page example - Run button does not work

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12210 --- Comment #14 from Gerald Jansen --- (In reply to Vladimir Panteleev from comment #13) > (In reply to Gerald Jansen from comment #12) > > The "Round floating point numbers" example is too fragile. > > See issue 15050 I

[Issue 15051] Code that runs fine on dpaste.dzfl.pl refuses to run on dlang.org

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15051 --- Comment #3 from Gerald Jansen --- (In reply to Gerald Jansen from comment #2) > But ... floating-point example on dlang.org still crashes. Please see Issue 12210#c12. --

[Issue 12697] -inline ICE backend\el.c 802

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12697 Steven Dwy changed: What|Removed |Added CC||yoplit...@gmail.com ---

[Issue 15313] std.conv.emplace cannot initialize const objects

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15313 ZombineDev changed: What|Removed |Added CC|

[Issue 15314] New: infinite loop during dmd-2.069.0.exe installation

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15314 Issue ID: 15314 Summary: infinite loop during dmd-2.069.0.exe installation Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 ZombineDev changed: What|Removed |Added CC||restlessmon...@ya.ru

[Issue 13324] dynamically load libcurl at runtime

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13324 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15315] New: can break immutable with std.algorithm.move

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15315 Issue ID: 15315 Summary: can break immutable with std.algorithm.move Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #14 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/installer https://github.com/D-Programming-Language/installer/commit/92de353bec470a0b992819c05a93f9044adb9763 Merge pull

[Issue 15313] std.conv.emplace cannot initialize const objects

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15313 --- Comment #2 from Andrei Alexandrescu --- (In reply to ZombineDev from comment #1) > Andrei, I think you meant to write: > const Node* n = emplace!(const Node)(buf, 42, null, 10); Correct, thanks! By mistake I pasted the

[Issue 15293] File().byLine().map!toUpper throws UnicodeException@src\rt\util\utf.d(290): invalid UTF-8 sequence on pure ASCII file

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15293 ag0ae...@gmail.com changed: What|Removed |Added Keywords||pull Component|druntime

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #8 from ZombineDev --- I killed the hanging installer, downloaded DMD-2.0.68.0 and installed it successfully (it didn't detect any previous installation of DMD). Then I ran dmd-2.069.0.exe, it reported that there

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #6 from ZombineDev --- Created attachment 1564 --> https://issues.dlang.org/attachment.cgi?id=1564=edit Process Explorer information about the installer, while it was hanging --

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 ZombineDev changed: What|Removed |Added CC|

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 ZombineDev changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #10 from ZombineDev --- The issue is more serious than I thought. I actually can't use dmd-2.069.0.exe at all, even though I have removed the previous installation of DMD. Now when I start the installer it just

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #7 from ZombineDev --- (In reply to Martin Nowak from comment #1) > Could anyone with this problem check what files are left in the previous > installation folder? When the installer was hanging the C:\D\dmd2

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #9 from ZombineDev --- Created attachment 1565 --> https://issues.dlang.org/attachment.cgi?id=1565=edit dmd-2.069.0-fix15284 also hangs after uninstall process explorer info --

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 ZombineDev changed: What|Removed |Added Severity|major |regression --

[Issue 15281] std\experimental\allocator\package.d not included in build script

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15281 Richard Cattermole changed: What|Removed |Added CC|

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0d7462ac9ddc37acf11b4a94a8863d3c01bb434e fix Issue 15309 -

[Issue 15239] ICE (assertion failure) in ctfeInterpret() — opDispatch & inline asm

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15239 Issue 15239 depends on issue 15309, which changed state. Issue 15309 Summary: [dmd-internal] ScopeExp.semantic() should set its type always https://issues.dlang.org/show_bug.cgi?id=15309 What|Removed |Added

[Issue 15306] Delegates with shared context can have unshared aliasing

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15306 --- Comment #2 from Sobirari Muhomori --- Looks like quite non-trivial feature and delegates don't provide much type safety anyway. --

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #15 from Martin Nowak --- This affects anyone that doesn't currently have a Windows SDK installed. --

[Issue 10488] Allow template this parameter to work with static functions

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488 Steven Schveighoffer changed: What|Removed |Added Summary|Reg (2.063): Template this |Allow template

[Issue 14729] [Home] Example Code On Homepage Does Not Run

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14729 Gerald Jansen changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14729] [Home] Example Code On Homepage Does Not Run

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14729 --- Comment #2 from Gerald Jansen --- This has been fixed for a while now and should be closed. --

[Issue 14796] [Home] Example Code On Homepage Does Not Run

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14796 Gerald Jansen changed: What|Removed |Added Status|RESOLVED|CLOSED

[Issue 14729] [Home] Example Code On Homepage Does Not Run

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14729 Gerald Jansen changed: What|Removed |Added Status|RESOLVED|CLOSED --

[Issue 15313] New: std.conv.emplace cannot initialize const objects

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15313 Issue ID: 15313 Summary: std.conv.emplace cannot initialize const objects Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: normal

[Issue 15313] std.conv.emplace cannot initialize const objects

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15313 Andrei Alexandrescu changed: What|Removed |Added OS|Linux |All --

[Issue 15239] ICE (assertion failure) in ctfeInterpret() — opDispatch & inline asm

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15239 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15239] ICE (assertion failure) in ctfeInterpret() — opDispatch & inline asm

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15239 --- Comment #3 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/f66d3b5708b6221497817051c2f5f4c413ff96ae fix Issue 15239 - ICE

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #11 from Martin Nowak --- Overall I get the impression we should depart with an installer system where I have to host binary plugins myself [¹] (so they don't get lost) and spend over an hour to make the installer log

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #16 from Martin Nowak --- I updated the compiler download. https://dlang.dawg.eu/downloads/dmd.2.069.0~fix15824/ If someone confirms the fix we'll build a new point release. --

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #17 from Vitalii Minnakhmetov --- Now it proposes me to install Visual studio and then installer works after I click "No" --