[Issue 15456] sc.ini: Access denied for non-superusers on Windows 10

2015-12-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15456

--- Comment #2 from David Eckardt  ---
This happened with the dmd-2.069.2 installer

http://downloads.dlang.org/releases/2.x/2.069.2/dmd-2.069.2.exe

on Windows 10 Home, using the default installation options, which install it in
the C:\D\ directory.

--


[Issue 15229] BigInt(Range of chars) too

2015-12-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15229

--- Comment #2 from Jack Stouffer  ---
https://github.com/D-Programming-Language/phobos/pull/3876

--


[Issue 15456] sc.ini: Access denied for non-superusers on Windows 10

2015-12-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15456

--- Comment #3 from Brad Anderson  ---
(In reply to David Eckardt from comment #2)
> This happened with the dmd-2.069.2 installer
> 
> http://downloads.dlang.org/releases/2.x/2.069.2/dmd-2.069.2.exe
> 
> on Windows 10 Home, using the default installation options, which install it
> in the C:\D\ directory.

Oh, my apologies. I wasn't using the latest version. Just reproduced the
object.d error but my sc.ini was fine and accessible. My druntime folder was
completely missing... Then I uninstalled and reinstalled several versions going
back to 2.069.0 and all had weird, different files missing.

I think it might be the uninstaller is still recursively deleting things even
as the installer is busy installing the new version... Very unexpected bug. I'm
looking into it more.

--


[Issue 15456] sc.ini: Access denied for non-superusers on Windows 10

2015-12-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15456

--- Comment #4 from Brad Anderson  ---
Added Rainer and Martin on the CC. Assuming it's the same bug you hit, it seems
you can reproduce by going through the uninstaller and installer as quickly as
possible. The uninstaller "finishes" almost instantly once it gets to the RMDir
/r part which makes me think it's doing the deletions asynchronously and the
new files being added by the installer are subject to the delete. Very ugly
bug.

One quick fix might be to rename the C:\D folder prior to deleting it. I'm
unfortunately too busy at the moment to try to fix this myself but might be
able to look in a couple weeks.

--


[Issue 15456] sc.ini: Access denied for non-superusers on Windows 10

2015-12-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15456

Brad Anderson  changed:

   What|Removed |Added

 CC||c...@dawg.eu,
   ||r.sagita...@gmx.de

--


[Issue 15433] std.experimental.allocator.building_blocks.free_tree only compiles with -unittest

2015-12-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15433

yazan.dab...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from yazan.dab...@gmail.com ---
Fixed in https://github.com/D-Programming-Language/phobos/pull/3869

--


[Issue 15434] [REG2.068] object.d imports from rt (breaking inline builds)

2015-12-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15434

--- Comment #2 from yazan.dab...@gmail.com ---
Pull request:
https://github.com/D-Programming-Language/druntime/pull/1450

--