[Issue 11266] Ship new sc.ini with expanded support for more versions of Visual Studio/Windows SDK

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11266 --- Comment #14 from Rainer Schuetze 2013-10-15 23:42:43 PDT --- I always wanted to try whether the 32-bit MS linker is able to build 64-bit executables, and it actually is! So the linker setting can just be LINKCMD=%VCINSTALLDIR%\bin\link.e

[Issue 11266] Ship new sc.ini with expanded support for more versions of Visual Studio/Windows SDK

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11266 --- Comment #12 from Rainer Schuetze 2013-10-15 23:30:51 PDT --- (In reply to comment #9) > It'd look just like above. If neither LINKCMD64 nor LINKCMD64 is found dmd > just > uses "link". I believe this means it'll still work if someone jus

[Issue 11266] Ship new sc.ini with expanded support for more versions of Visual Studio/Windows SDK

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11266 --- Comment #13 from Rainer Schuetze 2013-10-15 23:34:10 PDT --- > LIB="%VCINSTALLDIR%lib\amd64";%LIB% Please add '\' between the variable and lib. For some installations on my system there is no trailing '\' in the environment variable, pro

[Issue 11279] New: Error: no [] operator overload for type Tuple!(int, int, int)

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11279 Summary: Error: no [] operator overload for type Tuple!(int, int, int) Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 11278] Suppress the DMD install path prompt when invoked by DMD's installer

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11278 Brad Anderson changed: What|Removed |Added CC||e...@gnuk.net --- Comment #1 from Bra

[Issue 11278] New: Suppress the DMD install path prompt when invoked by DMD's installer

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11278 Summary: Suppress the DMD install path prompt when invoked by DMD's installer Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severi

[Issue 11225] Module dependency cycle causes import statements inside typeof() expressions inside templates to fail

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11225 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #3 from Kenji Hara 201

[Issue 11266] Ship new sc.ini with expanded support for more versions of Visual Studio/Windows SDK

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11266 --- Comment #11 from Brad Anderson 2013-10-15 17:50:29 PDT --- Created an attachment (id=1266) New sc.ini (try 2) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 11266] Ship new sc.ini with expanded support for more versions of Visual Studio/Windows SDK

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11266 --- Comment #10 from Brad Anderson 2013-10-15 17:49:11 PDT --- Here's what I've come to: --- [Version] version=7.51 Build 020 ; environment for both 32/64 bit [Environment] DFLAGS="-I%@P%\..\..\src\phobos" "-I%@P%\..\..\src\druntime\import"

[Issue 11277] New: Bad default main.d (bad hello world example)

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11277 Summary: Bad default main.d (bad hello world example) Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

[Issue 11232] Windows sysErrorString only supports ASCII

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11232 --- Comment #1 from github-bugzi...@puremagic.com 2013-10-15 16:52:52 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/b97b4e96202ba7fec103ece3993f3b8e

[Issue 11232] Windows sysErrorString only supports ASCII

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11232 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3753] ICE(eh.c): Related to exception handling and alloca.

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3753 --- Comment #11 from github-bugzi...@puremagic.com 2013-10-15 16:50:09 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d370212fe7613788bcee7391dc733010277d7b

[Issue 3753] ICE(eh.c): Related to exception handling and alloca.

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3753 --- Comment #10 from github-bugzi...@puremagic.com 2013-10-15 16:47:35 PDT --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/98ea8217b4986bd6e5cc1ff1b6d5496dc38533cd

[Issue 3753] ICE(eh.c): Related to exception handling and alloca.

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3753 --- Comment #9 from github-bugzi...@puremagic.com 2013-10-15 16:33:13 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/70709fa628040ad0c968904133ec71b9bbaff5d

[Issue 11276] Possibly spurious (did you forget a [] ?) error message

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11276 bearophile_h...@eml.cc changed: What|Removed |Added Severity|normal |regression -- Configure issu

[Issue 11276] New: Possibly spurious (did you forget a [] ?) error message

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11276 Summary: Possibly spurious (did you forget a [] ?) error message Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-v

[Issue 11276] Possibly spurious (did you forget a [] ?) error message

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11276 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comm

[Issue 10866] Regression (2.064 git-head) Massive compiler slowdown

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10866 --- Comment #27 from github-bugzi...@puremagic.com 2013-10-15 13:57:49 PDT --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5ee489620f82fbef10b0c9346283c74e2

[Issue 10866] Regression (2.064 git-head) Massive compiler slowdown

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10866 --- Comment #26 from github-bugzi...@puremagic.com 2013-10-15 13:54:15 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5b5b5bbb68163a42e22cdb55e4f6dcc7

[Issue 11275] New: Constants for setlocale are incorrect

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11275 Summary: Constants for setlocale are incorrect Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2 Componen

[Issue 11262] std.regex.replace does not accept StaticRegex

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11262 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1262] Local variable of struct type initialized by literal resets when compared to .init

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1262 --- Comment #6 from github-bugzi...@puremagic.com 2013-10-15 13:03:43 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/8f00475ef27cd6382500b8296ae7f23ed3

[Issue 11262] std.regex.replace does not accept StaticRegex

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11262 Dmitry Olshansky changed: What|Removed |Added Keywords||pull CC|

[Issue 11265] Segfault while calling instance method of class defined inside struct

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11265 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11089] std.string.toUpper doesn't work with 1:m mappings

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11089 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11265] Segfault while calling instance method of class defined inside struct

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11265 --- Comment #3 from github-bugzi...@puremagic.com 2013-10-15 12:34:45 PDT --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d1d46c7c31ec497ff7f09e178cf357ba7369aad4

[Issue 11265] Segfault while calling instance method of class defined inside struct

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11265 --- Comment #2 from github-bugzi...@puremagic.com 2013-10-15 12:31:56 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0d930c9e9e0ad45dbcd5d876ff9ef66ae5d1c4

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #29 from Martin Nowak 2013-10-15 11:48:30 PDT --- (In reply to comment #26) > Walter, the solution is very simple - build the Fedora RPM on Fedora. Simple > as > that. We can ask Alex to give us access to his Fedora box (I think i

[Issue 11271] [REG 2.063] auto ref opAssign + destructor + struct literal fails

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11271 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11271] [REG 2.063] auto ref opAssign + destructor + struct literal fails

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11271 --- Comment #3 from github-bugzi...@puremagic.com 2013-10-15 11:39:32 PDT --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c6edebb4138f2f3b9017183b6780b124489ecc1f

[Issue 11271] [REG 2.063] auto ref opAssign + destructor + struct literal fails

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11271 --- Comment #2 from github-bugzi...@puremagic.com 2013-10-15 11:05:47 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/5147c8a1f28053429378e016bed6b5e9bbe9c7

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #28 from Dejan Lekic 2013-10-15 10:35:43 PDT --- (In reply to comment #27) > (In reply to comment #26) > > The best option, and I personally like this one the most, is to submit DMD > > to > > Fedora, and make it in the official

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #27 from Dicebot 2013-10-15 10:28:53 PDT --- (In reply to comment #26) > The best option, and I personally like this one the most, is to submit DMD to > Fedora, and make it in the official Fedora repository. I have suggested some

[Issue 11266] Ship new sc.ini with expanded support for more versions of Visual Studio/Windows SDK

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11266 --- Comment #9 from Brad Anderson 2013-10-15 09:25:54 PDT --- (In reply to comment #7) > (In reply to comment #6) > > The VS{2010,2012,2013}{LINKCMD,PATH} business is because the way the > > installer > > does things is by simple find and rep

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 Dejan Lekic changed: What|Removed |Added CC||dejan.le...@gmail.com --- Comment #26 f

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #25 from Jordi Sayol 2013-10-15 09:04:51 PDT --- (In reply to comment #24) > (In reply to comment #23) > > > How? Removing std.net.curl is not an option. > > > > why not? > > Not in the near term. I don't know what the general se

[Issue 10855] Missing dmd.conf for FreeBSD in DMD 2.063.2 release

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10855 --- Comment #2 from Jacob Carlborg 2013-10-15 08:50:06 PDT --- Further information? The file is just not in the zip. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Issue 10710] shared phobos library doesn't work on all linux distributions

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10710 --- Comment #24 from Martin Nowak 2013-10-15 08:52:16 PDT --- (In reply to comment #23) > > How? Removing std.net.curl is not an option. > > why not? Not in the near term. I don't know what the general sentiment about this is, but anyways we

[Issue 11265] Segfault while calling instance method of class defined inside struct

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11265 Kenji Hara changed: What|Removed |Added Keywords||pull, wrong-code --- Comment #1 from Ken

[Issue 11274] New: Use a CDN for dlang.org

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11274 Summary: Use a CDN for dlang.org Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websit

[Issue 11270] [REG 2.064] Initialization of struct in constructor

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11270 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11273] inequable template alias parameters can be mangled identically

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11273 --- Comment #1 from Igor Stepanov 2013-10-15 07:15:42 PDT --- Created an attachment (id=1265) issue example -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 11273] New: inequable template alias parameters can be mangled identically

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11273 Summary: inequable template alias parameters can be mangled identically Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severit

[Issue 10062] installers should use CDN

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10062 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11270] [REG 2.064] Initialization of struct in constructor

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11270 --- Comment #3 from Kenji Hara 2013-10-15 07:02:24 PDT --- (In reply to comment #2) > Sorry, I reduced the repro case to much. Here is the actual repro case I had > first: > > struct netvar(T) { > T value; > alias value this; > >

[Issue 11270] [REG 2.064] Initialization of struct in constructor

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11270 --- Comment #4 from Benjamin Thaut 2013-10-15 07:04:49 PDT --- Thanks for the suggestions. I knew how to fix this, but I just wanted to confirm that this is indeed intended behavior and not a regression, because it used to work in all earlier

[Issue 11271] [REG 2.063] auto ref opAssign + destructor + struct literal fails

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11271 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 201

[Issue 11202] Copy constructor is called instead of assignment on member

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11202 monarchdo...@gmail.com changed: What|Removed |Added CC||samu...@voliacable.com --- Co

[Issue 11272] Postblit is called instead of opAssign on a nested struct

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11272 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11264] dmd crash with variadic lambda

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11264 Maxim Fomin changed: What|Removed |Added Keywords||ice CC|

[Issue 11272] Postblit is called instead of opAssign on a nested struct

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11272 --- Comment #1 from Max Samukha 2013-10-15 04:43:18 PDT --- Changed title to "Postblit is called instead of opAssign on a nested struct" -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 11272] New: Postblit is called on a nested struct instead on opAssign

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11272 Summary: Postblit is called on a nested struct instead on opAssign Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7044] Missing a way to control the order of arguments passed to the linker makes impossible to link some programs

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7044 --- Comment #26 from Martin Nowak 2013-10-15 04:13:29 PDT --- I haven't yet got around to do this though the implementation is fairly simple and similar to the Environment64 change. https://github.com/D-Programming-Language/dmd/commit/190702057

[Issue 11270] [REG 2.064] Initialization of struct in constructor

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11270 --- Comment #2 from Benjamin Thaut 2013-10-15 04:07:22 PDT --- Sorry, I reduced the repro case to much. Here is the actual repro case I had first: struct netvar(T) { T value; alias value this; void opAssign(T newVal){ va

[Issue 11270] [REG 2.064] Initialization of struct in constructor

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11270 --- Comment #1 from Kenji Hara 2013-10-15 03:59:51 PDT --- (In reply to comment #0) > The following code used to work dmd 2.064 beta 1 and all versions before that. > It just broke on the latest version of the 2.064 branch on git. > > repro.

[Issue 11266] Ship new sc.ini with expanded support for more versions of Visual Studio/Windows SDK

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11266 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #8 from Marti

[Issue 10855] Missing dmd.conf for FreeBSD in DMD 2.063.2 release

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10855 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu Severity|normal

[Issue 11271] New: [REG 2.063] auto ref opAssign + destructor + struct literal fails

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11271 Summary: [REG 2.063] auto ref opAssign + destructor + struct literal fails Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rej

[Issue 11267] Resulting executable sizes varies a lot

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11267 --- Comment #3 from Jordi Sayol 2013-10-15 02:28:35 PDT --- (In reply to comment #2) > Jordi, did you run strip on those executables? No. Here I attach the results of "$ strip --strip-unneeded hello.d": DMD v2.063.2 (32-bit)stripped st

[Issue 11270] New: [REG 2.064] Initialization of struct in constructor

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11270 Summary: [REG 2.064] Initialization of struct in constructor Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2

[Issue 11269] New: [REG 2.064beta1] Union initialization on 64-bit plattforms

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11269 Summary: [REG 2.064beta1] Union initialization on 64-bit plattforms Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-va

[Issue 11251] Not able to link (Previous Definition Different)

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11251 --- Comment #2 from Michal Minich 2013-10-15 01:54:27 PDT --- (In reply to comment #1) > Need a small test case. https://mega.co.nz/#!T5ojET6S!OSP3ezBAvRkbxTtXop7a5lpOgZo1a4MMZgVxJ4fpWko I was not able to build absolutely minimal test case

[Issue 11267] Resulting executable sizes varies a lot

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11267 --- Comment #2 from Walter Bright 2013-10-15 01:34:28 PDT --- Jordi, did you run strip on those executables? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 11267] Resulting executable sizes varies a lot

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11267 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment

[Issue 11243] [REG2.064beta] "dmd -of" fails

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11243 --- Comment #6 from Ivan Kazmenko 2013-10-15 01:16:52 PDT --- (In reply to comment #5) > (In reply to comment #4) > > It turns out that it can be reproduced exactly when you have directory > > "object" > > in the directory where you are compi

[Issue 11261] Can't infer types without explicit slice in foreach

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11261 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11261] Can't infer types without explicit slice in foreach

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11261 --- Comment #4 from github-bugzi...@puremagic.com 2013-10-15 00:58:43 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/800631a95964ff15a4dadb15b031f802224490

[Issue 11261] Can't infer types without explicit slice in foreach

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11261 --- Comment #5 from github-bugzi...@puremagic.com 2013-10-15 00:59:36 PDT --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/718dfbb02f8ca7356e8f46637b2e90e2f81d96d0

[Issue 11266] Ship new sc.ini with expanded support for more versions of Visual Studio/Windows SDK

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11266 --- Comment #7 from Rainer Schuetze 2013-10-15 00:50:04 PDT --- (In reply to comment #6) > The VS{2010,2012,2013}{LINKCMD,PATH} business is because the way the installer > does things is by simple find and replace so that'd make those easy to

[Issue 11268] New: [REG 2.064beta] cannot use non-constant CTFE pointer in an initializer

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11268 Summary: [REG 2.064beta] cannot use non-constant CTFE pointer in an initializer Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity

[Issue 11267] New: Resulting executable sizes varies a lot

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11267 Summary: Resulting executable sizes varies a lot Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: regression Priority: P2 Comp

[Issue 11266] Ship new sc.ini with expanded support for more versions of Visual Studio/Windows SDK

2013-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11266 --- Comment #6 from Brad Anderson 2013-10-15 00:02:48 PDT --- (In reply to comment #5) > I've suggested a slightly more elaborate version of sc.ini here: > http://forum.dlang.org/thread/20130903205311.3c40@unknown?page=5#post-l10vtc:2476o: