Dwarf tag for D type qualifiers

2015-10-04 Thread deadalnix via Digitalmars-d
It doesn't looks like we have Dwarf attribute for type qualifier. Is there a non standard way to code theses ? Do someone know the procedure to get these in the standard ?

[Issue 15027] cannot pass arguments of type DirEntry to std.file functions

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15027 --- Comment #5 from Walter Bright --- I thought about this for quite a while. The bottom line is DirEntry is being too clever in using alias this to wrap a string, and should simply stick with DirEntry.name when the name is

Re: Is Anything Holding you back?

2015-10-04 Thread Jan Johansson via Digitalmars-d
On Sunday, 4 October 2015 at 23:55:42 UTC, Manu wrote: On 5 October 2015 at 03:44, Jan Johansson via Digitalmars-d wrote: On Friday, 2 October 2015 at 02:25:21 UTC, Yaser wrote: Are there any critical frameworks or libraries that are holding you back in fully

Re: gl3n does not seem to have an ortho function like glm. Any replacements?

2015-10-04 Thread WhatMeWorry via Digitalmars-d-learn
On Monday, 5 October 2015 at 00:05:42 UTC, Rene Zwanenburg wrote: On Sunday, 4 October 2015 at 21:30:43 UTC, WhatMeWorry wrote: I'm porting some C++/OpenGL/glm code over to D, And I've run into a glm::ortho function. glm::mat4 projection = glm::ortho(0.0f, static_cast(WIDTH), 0.0f,

Re: Dwarf tag for D type qualifiers

2015-10-04 Thread deadalnix via Digitalmars-d
On Monday, 5 October 2015 at 01:35:23 UTC, deadalnix wrote: It doesn't looks like we have Dwarf attribute for type qualifier. Is there a non standard way to code theses ? Do someone know the procedure to get these in the standard ? Ok got it : http://dwarfstd.org/Comment.php Andrei, Walter,

[Issue 15150] [REG2.068.1] Public selective import causes conflict

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15150 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #2 from

[Issue 6400] opDispatch with WithStatement

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6400 joeyemm...@yahoo.com changed: What|Removed |Added CC||joeyemm...@yahoo.com --- Comment #5

Re: __simd_sto confusion

2015-10-04 Thread Benjamin Thaut via Digitalmars-d-learn
On Saturday, 3 October 2015 at 14:47:02 UTC, Nachtraaf wrote: I'm trying to create some linear algebra functions using simd intrinsics. I watched the dconf 2013 presentation by Manu Evans but i'm still confused about some aspects and the following piece of code doesn't work. I'm trying to copy

Re: Which C runtime for MinGW and *BSD?

2015-10-04 Thread Joakim via Digitalmars-d
On Saturday, 3 October 2015 at 15:02:24 UTC, Kai Nacke wrote: If you try to compile druntime/Phobos: - it compiles on FreeBSD :-) - all other *BSD variants cause compile errors This is because only FreeBSD is actually defined everywhere. The other BSDs are rarely mentioned, if at all. -

Re: Looking for someone that could work on 32 bits support for SDC

2015-10-04 Thread Suliman via Digitalmars-d
On Wednesday, 9 September 2015 at 20:33:43 UTC, deadalnix wrote: All is in the title. ARM/Mips/pNaCl/WebAssembly require 32bits to work. These are valuable targets IMO. I can provide support, but I just don't have the bandwidth to pull it by myself. If someone could step up, that'd be

Re: Walter and I talk about D in Romania

2015-10-04 Thread mattcoder via Digitalmars-d-announce
On Friday, 2 October 2015 at 11:25:44 UTC, Andrei Alexandrescu wrote: We need to start recording those events. 300 people could turn into 10 or 100 times more counting those who would like to watch the videos later. This is not the first time we heard about a conference about D without

Re: Go 1.5

2015-10-04 Thread Martin Nowak via Digitalmars-d-announce
On Tuesday, 29 September 2015 at 08:09:39 UTC, Ola Fosheim Grøstad wrote: But doesn't that imply a full scan when you are scanning for common types that live on leaf nodes in the graph? Yes, if you want to collect a very common type, you'd need to scan many types. But using typed allocations

Re: Go, D, and the GC

2015-10-04 Thread rsw0x via Digitalmars-d
On Saturday, 3 October 2015 at 19:01:33 UTC, welkam wrote: D gives users tools to avoid heap allocations and if it is necessary to allocate heap memory you have scoped memory management or ref counting so your GC heap is small or non existent. People fear manual memory management because they

Re: Walter and I talk about D in Romania

2015-10-04 Thread Olivier Pisano via Digitalmars-d-announce
On Saturday, 3 October 2015 at 23:05:41 UTC, deadalnix wrote: On Saturday, 3 October 2015 at 12:29:17 UTC, Marco Leise wrote: That's a lot of people. You must be some kind of programming national hero in Romania. Good luck and watch out for those C++ moroi in the audience! Time to get a Dman

Re: Vibemail - extensions for vibe's Mail class to send multi-part emails with attachments

2015-10-04 Thread Sebastiaan Koppe via Digitalmars-d-announce
Sorry for the late reply. Had some stuff to finish. On Tuesday, 29 September 2015 at 16:22:43 UTC, Adam D. Ruppe wrote: dub forces me to do it that way. It isn't my preference, but reorganizing all my files and creating twenty or thirty different github repos to house them is unacceptable.

[Issue 12023] Regression 2.065-b2: template mixin fails within template class

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12023 --- Comment #5 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/1df41dc6613e1e455e31136ac03b4102df5d54e1 Resolve forward reference in

[Issue 12487] DMD correctly reports excessive CTFE recursion, but not template recursion

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

[Issue 12487] DMD correctly reports excessive CTFE recursion, but not template recursion

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12487 --- Comment #4 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/193ad12dde7b57b26efd5577a4a2b5562ba1ed3a fix Issue 12487 - DMD

What keeps you from using gtkd or dlangui

2015-10-04 Thread karabuta via Digitalmars-d
For some time now I have been trying various GUIs options in D. I came to settle on gtkd and dlangui(stability is not my current priority). In YHO, what keeps you from using any of those fully(mostly)? Gtkd first, followed by dlangui. I need to know what I am signing up for.

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Russel Winder via Digitalmars-d
On Sun, 2015-10-04 at 14:16 +, Suliman via Digitalmars-d wrote: > > Qt is the defacto portable standard > +1 I agree that for cross-platform, Qt is increasingly the right choice again. wx was the best choice for a while but it seems to have gone. Qt was good then lost focus (Nokia's fault)

Re: Threading Questions

2015-10-04 Thread bitwise via Digitalmars-d-learn
On Wednesday, 30 September 2015 at 10:32:01 UTC, Jonathan M Davis wrote: On Tuesday, September 29, 2015 22:38:42 Johannes Pfau via Digitalmars-d-learn wrote: [...] What I took from the answers to that SO question was that in general, it really doesn't matter whether a condition variable has

[Issue 15153] New: CTFE failes to access second dimension of static arrays

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15153 Issue ID: 15153 Summary: CTFE failes to access second dimension of static arrays Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW

[Issue 15154] New: Wrong overload resolution with implicit conversion of another parameter

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15154 Issue ID: 15154 Summary: Wrong overload resolution with implicit conversion of another parameter Product: D Version: D2 Hardware: x86_64 OS: Linux

Re: Go, D, and the GC

2015-10-04 Thread Martin Nowak via Digitalmars-d
On Friday, 2 October 2015 at 11:27:12 UTC, Tourist wrote: I know that it has the reputation of being of the simplest kind. Haven't looked at the code actually (and I wouldn't understand much even if I did). Go has a very simple GC itself. It's concurrent, so it trades low latency against

Re: Looking for someone that could work on 32 bits support for SDC

2015-10-04 Thread matovitch via Digitalmars-d
On Saturday, 3 October 2015 at 18:51:56 UTC, deadalnix wrote: On Saturday, 3 October 2015 at 09:44:06 UTC, ponce wrote: On Friday, 2 October 2015 at 22:35:51 UTC, BBasile wrote: Tu arrives encore à porter des boots ? au niveau des chevilles enflées ca passe encore ? Keep it civil please.

Re: Is Anything Holding you back?

2015-10-04 Thread bitwise via Digitalmars-d
On Friday, 2 October 2015 at 02:25:21 UTC, Yaser wrote: Are there any critical frameworks or libraries that are holding you back in fully investing in D? Obviously I think D is an awesome language, but some frameworks/libraries hold me back, wish I could do everything in D. OpenCV would be

Re: Walter and I talk about D in Romania

2015-10-04 Thread karabuta via Digitalmars-d-announce
On Sunday, 4 October 2015 at 13:04:19 UTC, mattcoder wrote: On Friday, 2 October 2015 at 11:25:44 UTC, Andrei Alexandrescu wrote: We need to start recording those events. 300 people could turn into 10 or 100 times more counting those who would like to watch the videos later. This is not

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Manu via Digitalmars-d
On 4 October 2015 at 23:24, karabuta via Digitalmars-d wrote: > For some time now I have been trying various GUIs options in D. I came to > settle on gtkd and dlangui(stability is not my current priority). > > In YHO, what keeps you from using any of those

Re: How to break gdb on D exception ?

2015-10-04 Thread BBasile via Digitalmars-d-learn
On Friday, 2 October 2015 at 09:15:13 UTC, Dmitri wrote: On Friday, 2 October 2015 at 04:50:59 UTC, BBasile wrote: On Friday, 2 October 2015 at 04:46:51 UTC, BBasile wrote: On Friday, 2 October 2015 at 04:24:11 UTC, Adam D. Ruppe wrote: On Friday, 2 October 2015 at 03:58:45 UTC, BBasile

Re: Go, D, and the GC

2015-10-04 Thread Tourist via Digitalmars-d
On Saturday, 3 October 2015 at 07:49:35 UTC, Iain Buclaw wrote: On 2 Oct 2015 1:32 pm, "Tourist via Digitalmars-d" < digitalmars-d@puremagic.com> wrote: On Friday, 2 October 2015 at 06:53:56 UTC, Iain Buclaw wrote: On 1 Oct 2015 11:35 am, "Tourist via Digitalmars-d" <

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread bachmeier via Digitalmars-d
On Sunday, 4 October 2015 at 13:24:23 UTC, karabuta wrote: For some time now I have been trying various GUIs options in D. I came to settle on gtkd and dlangui(stability is not my current priority). In YHO, what keeps you from using any of those fully(mostly)? Gtkd first, followed by

[Issue 15150] [REG2.068.1] Public selective import causes conflict

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15150 --- Comment #1 from Kenji Hara --- The direct cause is the change TypeIdentifier.toDsymbol in PR 4918, but the root cause is more deep. When a symbol identifier is looked up via Dsymbol.search, an EnumMember symbol can be

Re: Is Anything Holding you back?

2015-10-04 Thread bitwise via Digitalmars-d
On Sunday, 4 October 2015 at 17:39:26 UTC, bitwise wrote: On Friday, 2 October 2015 at 02:25:21 UTC, Yaser wrote: Are there any critical frameworks or libraries that are holding you back in fully investing in D? Obviously I think D is an awesome language, but some frameworks/libraries hold me

Re: Is Anything Holding you back?

2015-10-04 Thread Jan Johansson via Digitalmars-d
On Friday, 2 October 2015 at 02:25:21 UTC, Yaser wrote: Are there any critical frameworks or libraries that are holding you back in fully investing in D? Obviously I think D is an awesome language, but some frameworks/libraries hold me back, wish I could do everything in D. I'd wish for

Re: Walter and I talk about D in Romania

2015-10-04 Thread karabuta via Digitalmars-d-announce
On Saturday, 3 October 2015 at 23:05:41 UTC, deadalnix wrote: On Saturday, 3 October 2015 at 12:29:17 UTC, Marco Leise wrote: That's a lot of people. You must be some kind of programming national hero in Romania. Good luck and watch out for those C++ moroi in the audience! Time to get a Dman

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Russel Winder via Digitalmars-d
On Sun, 2015-10-04 at 13:24 +, karabuta via Digitalmars-d wrote: > For some time now I have been trying various GUIs options in D. I > came to settle on gtkd and dlangui(stability is not my current > priority). > > In YHO, what keeps you from using any of those fully(mostly)? > Gtkd first,

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 4 October 2015 at 14:50:10 UTC, Russel Winder wrote: GTK is entirely fine and dandy when using GNOME. I don't like GNOME either. I suspect you are trying to use it in OSX or Windows. Well, I myself am on Linux on the desktop, but yeah, I do sometimes use my programs on my

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 4 October 2015 at 14:48:11 UTC, Jack Stouffer wrote: Uninformed opinion: isn't there a C binding for Qt? No, it is a pure C++ lib. D's C++ interop is getting to the point where it is good enough to get started with Qt though, but Qt is also a big library with a lot of other meta

std.functional:partial - disambiguating templated functions

2015-10-04 Thread Laeeth Isharc via Digitalmars-d-learn
How do I persuade partial to tie itself to the appropriate overload? I have: alias bars=partial!(slurpBars!BarType,filename,startDate,endDate); where there are two overloads of slurpBars: SomeBar[] slurpBars(SomeBar)(string filename,string datasetName, typeof(SomeBar.date) startDate,

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread John Colvin via Digitalmars-d
On Sunday, 4 October 2015 at 15:19:21 UTC, Adam D. Ruppe wrote: On Sunday, 4 October 2015 at 14:48:11 UTC, Jack Stouffer wrote: Uninformed opinion: isn't there a C binding for Qt? No, it is a pure C++ lib. D's C++ interop is getting to the point where it is good enough to get started with

Re: std.functional:partial - disambiguating templated functions

2015-10-04 Thread John Colvin via Digitalmars-d-learn
On Sunday, 4 October 2015 at 15:45:55 UTC, Laeeth Isharc wrote: How do I persuade partial to tie itself to the appropriate overload? I have: alias bars=partial!(slurpBars!BarType,filename,startDate,endDate); where there are two overloads of slurpBars: SomeBar[] slurpBars(SomeBar)(string

Re: std.functional:partial - disambiguating templated functions

2015-10-04 Thread Laeeth Isharc via Digitalmars-d-learn
On Sunday, 4 October 2015 at 16:37:34 UTC, John Colvin wrote: On Sunday, 4 October 2015 at 15:45:55 UTC, Laeeth Isharc wrote: How do I persuade partial to tie itself to the appropriate overload? --- As far as I can see std.functional.partial only does one argument at a time.

Re: Go, D, and the GC

2015-10-04 Thread rsw0x via Digitalmars-d
On Sunday, 4 October 2015 at 17:22:52 UTC, Martin Nowak wrote: On Friday, 2 October 2015 at 11:27:12 UTC, Tourist wrote: I know that it has the reputation of being of the simplest kind. Haven't looked at the code actually (and I wouldn't understand much even if I did). Go has a very simple

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Suliman via Digitalmars-d
Qt is the defacto portable standard +1 GTK is crap, and dlangui is single-man project, and also look not very native.

[Issue 15151] New: Fully qualifying symbol names bypasses deprecation

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15151 Issue ID: 15151 Summary: Fully qualifying symbol names bypasses deprecation Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: accepts-invalid

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 4 October 2015 at 14:49:18 UTC, karabuta wrote: By the way, I can draw icons. Tell me when you need icons for minigui. At least, I can drawn better than those used in gtk :) Cool, though I'm trying to use native ones wherever I can both to get the native look and the keep the size

Re: Go, D, and the GC

2015-10-04 Thread welkam via Digitalmars-d
On Sunday, 4 October 2015 at 12:40:00 UTC, rsw0x wrote: these tools are not very good and they don't help when the standard library(...or builtin language features...) use the GC and tie your hands IMO tools for memory management in D are way better than that of other languages. Game

Concatenation of ubyte[] to char[] works, but assignation doesn't

2015-10-04 Thread skilion via Digitalmars-d-learn
Is this allowed by the language or it is a compiler bug ? void main() { char[] a = "abc".dup; ubyte[] b = [1, 2, 3]; a = b; // cannot implicitly convert expression (b) of type ubyte[] to char[] a ~= b; // works }

Re: std.functional:partial - disambiguating templated functions

2015-10-04 Thread Laeeth Isharc via Digitalmars-d-learn
On Sunday, 4 October 2015 at 16:37:34 UTC, John Colvin wrote: On Sunday, 4 October 2015 at 15:45:55 UTC, Laeeth Isharc wrote: How do I persuade partial to tie itself to the appropriate overload? I have: alias bars=partial!(slurpBars!BarType,filename,startDate,endDate); where there are two

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 4 October 2015 at 13:24:23 UTC, karabuta wrote: In YHO, what keeps you from using any of those fully(mostly)? Gtkd first, followed by dlangui. I need to know what I am signing up for. I don't like gtk as an end user, so I don't use it as a developer either. I've never tried

Re: Threading Questions

2015-10-04 Thread bitwise via Digitalmars-d-learn
On Tuesday, 29 September 2015 at 23:20:31 UTC, Steven Schveighoffer wrote: yeah, that could probably be done. One thing to note is that these classes are from ages ago (probably close to 10 years). New API suggestions may be allowed. -Steve I'm still thinking about my last rant, here...

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread karabuta via Digitalmars-d
On Sunday, 4 October 2015 at 13:41:56 UTC, Adam D. Ruppe wrote: On Sunday, 4 October 2015 at 13:24:23 UTC, karabuta wrote: In YHO, what keeps you from using any of those fully(mostly)? Gtkd first, followed by dlangui. I need to know what I am signing up for. I don't like gtk as an end

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Jack Stouffer via Digitalmars-d
On Sunday, 4 October 2015 at 13:38:04 UTC, Manu wrote: Qt is the defacto portable standard, including mobile devices. Sadly, there is no substitute, so as far as I'm concerned, D waits for a Qt5 binding. Uninformed opinion: isn't there a C binding for Qt? Why can't you just tie into that?

Re: What keeps you from using gtkd or dlangui

2015-10-04 Thread Russel Winder via Digitalmars-d
On Sun, 2015-10-04 at 13:41 +, Adam D. Ruppe via Digitalmars-d wrote: > […] > I don't like gtk as an end user, so I don't use it as a developer > either. I've never tried dlangui, it came out after I started > writing my own. > > What irks me about gtk as a user is that I have to install

Re: __simd_sto confusion

2015-10-04 Thread Nachtraaf via Digitalmars-d-learn
That's a shame. I've read that each compiler has his own quirks and not support everything dmd supports. I do want to keep the code as portable as possible. Guess I'll try using inline assembler and runtime checks for the right cpu architecture. Thanks for the help people.

[Issue 14714] Add README.md to the Installer Repository

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14714 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/installer https://github.com/D-Programming-Language/installer/commit/74ba8dbfe5671ed6d1a1b000b9a05bc043ec1bd3 fix Issue 14714

[Issue 14798] [etc.c.sqlite3] sqlite3_errstr definition missing

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14798 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/ac701a6cb9adac80d83f98b08faf2a0baf59e664 etc.c.sqlite3: Fix and

[Issue 14938] std.net.curl tests should use localhost or stub any networking

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14938 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/4a496c848c9ab5dff49ba4887900abd6acf7c160 fix Issue 14938 -

[Issue 14510] Bad tail call optimization with static arrays

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14510 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/af82ac6208a576ddae3bfab6b3ec2e4c211015a3 fix Issue 14510 - Bad tail

[Issue 15003] assumeSorted Allocates GC Memory in Debug Mode

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15003 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3fb4a9eaeaa68126341bf82082926ee4e96c1871 fix issue 15003 --

[Issue 6417] Wrong context for nested functions in virtual class member function contracts

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6417 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b2f1367b3791a87f440d8531d228071a32ef7f2a fix Issue 6417 - Wrong

[Issue 2013] interface to interface dynamic cast is incorrect in some cases

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2013 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/c83a79c25dcf061ccbd4a86dfbbdf53c6e70c83c Issue 2013 -

[Issue 14682] [REG2.037] Incorrect interpretation of ~ []

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14682 --- Comment #17 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4d5c653d83984e85ba3976702c4f59a95b8d087a fix Issue 14682 -

[Issue 14522] Postfix array declaration examples should be removed from arrays.html

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14522 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/2403104de1b2249ebddacf11e3a988c5b5ed77d0 Fix issue 14522

[Issue 14745] Qualifiers rejected for delegate literals

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14745 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/82b23acdd383b4d5a2249448c8fe565ecfd5fa4e fix Issue 14745

[Issue 8973] core.cpuid.coresPerCPU returning incorrect value.

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8973 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/f3d9ec7008578c366e543c74006959da1b3c5a23 Merge pull request

[Issue 14785] Some corner cases are not handled properly by core.checkedint.

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14785 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/799a68968ee5c92452b863851fa32d762cba180f Fix Issue 14785 -

[Issue 14879] tuple documentation broken link

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14879 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/8ae2318a652352f121ab6d7c4f089f28d52b57ef fix issue 14879

[Issue 14990] No rule to make target `src/core/sys/windows/stdio_msvc12.d', needed by 'druntime.zip'.

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14990 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/9d3de5c4394e7029d8c48f3b8805c758ef07dac6 fix Issue 14990

[Issue 2396] -O causes very long execution time on foreach loop of large array of structs

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2396 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/a065244aed56693b5297241b87232f11571554a3 workaround Issue

[Issue 14737] [REG2.058] A concatenation of array literal and static array should make dynamic array

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14737 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/05101662d1d7ed8df51f391b993d3640496df51d fix Issue 14737 - A

[Issue 13856] std.stdio.readln stomps arrays

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13856 --- Comment #9 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/497c463e100c690e750c28e8918f7f785fd4a4f1 Merge pull request

[Issue 14702] struct epoll_event is packed incorrectly

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14702 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/86cc2563e64fcb41d7e82fd5465272a9653130db Fix epoll_event

[Issue 13650] std.algorithm.copy doesn't work with char/wchar

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13650 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/1f0f8ef77267465b503bb7766c7939fd507623fe Fix Issue 13650 -

[Issue 13433] Request: Clock.currTime option to use CLOCK_REALTIME_COARSE / CLOCK_REALTIME_FAST

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13433 --- Comment #28 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/5f3c6f1a647c83247aea8811184d2b93f5147b46 Implement issue

[Issue 15031] rdmd should force rebuild when --compiler changes

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15031 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/tools https://github.com/D-Programming-Language/tools/commit/47faba29cb6642246c672b3021fc9f2ca0fcc0d1 fix Issue 15031 - rdmd

[Issue 14925] replaceInPlace fail compilation

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14925 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3f8b910e2c2834d2f87a543dc39692fe03a69c92 Fix issue 14925 --

[Issue 14880] findSkip summary is wrong

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14880 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/3730d77c048b6e99caf7001eff759c557824ca59 Fix issue 14880

[Issue 12603] [CTFE] goto does not correctly call dtors

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12603 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/0b55d6319a63fdc0d088bde7e5062b773f15e73a std.regex: simplify

[Issue 14763] Use optionsData argument for curl options function.

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14763 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/6c729e980250d9c49d6a39333b4a51295420590f Fix issue 14763 - Use

Re: std.functional:partial - disambiguating templated functions

2015-10-04 Thread Laeeth Isharc via Digitalmars-d-learn
On Sunday, 4 October 2015 at 18:24:08 UTC, John Colvin wrote: On Sunday, 4 October 2015 at 18:08:55 UTC, Laeeth Isharc wrote: On Sunday, 4 October 2015 at 17:17:14 UTC, Laeeth Isharc wrote: On Sunday, 4 October 2015 at 16:37:34 UTC, John Colvin wrote: On Sunday, 4 October 2015 at 15:45:55 UTC,

[Issue 15153] CTFE failes to access second dimension of static arrays

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15153 tobias.marstal...@gmail.com changed: What|Removed |Added Resolution|FIXED |INVALID --

[Issue 15153] CTFE failes to access second dimension of static arrays

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15153 tobias.marstal...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

Re: std.functional:partial - disambiguating templated functions

2015-10-04 Thread John Colvin via Digitalmars-d-learn
On Sunday, 4 October 2015 at 19:12:51 UTC, Laeeth Isharc wrote: On Sunday, 4 October 2015 at 18:24:08 UTC, John Colvin wrote: On Sunday, 4 October 2015 at 18:08:55 UTC, Laeeth Isharc wrote: On Sunday, 4 October 2015 at 17:17:14 UTC, Laeeth Isharc wrote: On Sunday, 4 October 2015 at 16:37:34

[Issue 15154] Wrong overload resolution with implicit conversion of other vectorized parameter __vector(void[16])

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15154 Nachtraaf changed: What|Removed |Added Summary|Wrong overload resolution |Wrong overload resolution

Re: std.functional:partial - disambiguating templated functions

2015-10-04 Thread Laeeth Isharc via Digitalmars-d-learn
On Sunday, 4 October 2015 at 17:17:14 UTC, Laeeth Isharc wrote: On Sunday, 4 October 2015 at 16:37:34 UTC, John Colvin wrote: On Sunday, 4 October 2015 at 15:45:55 UTC, Laeeth Isharc wrote: How do I persuade partial to tie itself to the appropriate overload? --- As far as I can see

[Issue 14731] [REG2.068a] Error location insufficient when CTFE

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14731 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/99b8bcacca542cfc3ab4dff3b8dc9c0fd9348e72 fix Issue 14731 - Error

[Issue 14695] [dlang.org] std.uuid Is Not Listed On The Index Page

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14695 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/b4f25d0d43ee93a4479d3acbf071b0348e72dc6b Update index.d

[Issue 14735] [REG2.068-b1] std.string.indexOf cannot deduce function for char argument

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14735 --- Comment #17 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/13a16e8e0344e90c3a03b87167d9a82b3cb7e24c fix Issue 14735 -

[Issue 14868] MmFile destructor seems to corrupt memory

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14868 --- Comment #15 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/1fc0fa1fa9c9e76a77af63114c7e781651a2d4de fix Issue 14868 -

[Issue 2091] D2 final cannot be applied to variable

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2091 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/397752ba67e2db4868865b57ddfcd6f76724f386 fix Issue 2091 - D2 final

[Issue 14747] compiler insists on unnecessary return statement

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14747 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/615110a78f1bad4b46df58fc743302dac1708f18 fix Issue 14747 - compiler

[Issue 14430] [REG2.060] Null parameter is detected as non-null.

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14430 --- Comment #14 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b53c44ed001b113c2f44cf7590ef28630398a5df fix Issue 14430 -

[Issue 14801] OS X installer not compatible with OS X 10.11

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14801 --- Comment #15 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/installer https://github.com/D-Programming-Language/installer/commit/bd102fb2c11eff9ada1cc1c90d0c1fe7491cc46f Fix issue

[Issue 12752] std.algorithm.isPermutation

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12752 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/6daa2839860266efa4f9f8b17de5dfbc99b5f1b0 fixed issue 12752

[Issue 15095] Malformed URL in documentation link

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15095 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/0bff377c061406bf6bbb63a6e1df010d9f00fb13 fix issue 15095

[Issue 15033] Element type of float iota is double

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15033 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/c548f3d2e4ea3149ac4ca3f27bb185460211a3f0 Merge pull request

[Issue 13234] Windows installer: when updating, uninstaller reports wrong installation directory

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13234 --- Comment #2 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/d76977ee447f107b3e9c70827d52b45d08ca3c30 Merge pull

[Issue 14572] cannot build dmd from source anymore: 'g++ -m64: No such file or directory'

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14572 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/1cfeb7f601e4befcba00354142a2cb556cf7b1d7 fix Issue 14572 (Take 2) -

[Issue 14753] pragma(inline) hides the alias "string"

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14753 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0b98ae3a89000291819613958e07ccc38da1abc0 fix Issue 14753 -

  1   2   3   >