Re: Why is Linux the only OS in version identifier list that has a lowercase name?

2016-04-11 Thread Zekereth via Digitalmars-d-learn
On Tuesday, 12 April 2016 at 01:32:02 UTC, Brian Schott wrote: On Monday, 11 April 2016 at 23:01:08 UTC, marcpmichel wrote: Is it because Linux is not an OS ? :p I gnu somebody would bring that up. /sigh so did I.

Re: Command line utilities for tab-separated value files

2016-04-11 Thread Joakim via Digitalmars-d-announce
On Tuesday, 12 April 2016 at 00:50:24 UTC, Jon D wrote: Hi all, I've open sourced a set of command line utilities for manipulating tab-separated value files. They are complementary to traditional unix tools like cut, grep, etc. They're useful for manipulating large data files. I use them

Re: The day before DConf 2016

2016-04-11 Thread Iain Buclaw via Digitalmars-d
On 10 Apr 2016 11:22 pm, "Andrej Mitrovic via Digitalmars-d" < digitalmars-d@puremagic.com> wrote: > > PSA: Just remember you have to stamp your cards before boarding > (unless it's a monthly ticket). > > When I was new in Berlin I even ended up once stamping a monthly > ticket, which was a

Re: Official dub packages for Debian and Ubuntu

2016-04-11 Thread jmh530 via Digitalmars-d-announce
On Monday, 11 April 2016 at 14:21:46 UTC, Matthias Klumpp wrote: On the roadmap are adding debhelper sequences to simplify packaging dub-based D code in Debian based distros, auto-test support in Debian's CI, and of course the usual bugfixing. Is adding to Linux Mint something you would

Re: Is it legal to use std.windows modules?

2016-04-11 Thread Vladimir Panteleev via Digitalmars-d-learn
On Tuesday, 12 April 2016 at 02:23:40 UTC, Vladimir Panteleev wrote: http://dlang.org/phobos-prerelease/std_windows_syserror.html Due to a simple omission, the documentation has not propagated from /phobos-prerelease/ to /phobos/: Err, to correct/expand on that, the documentation has

Re: Is it legal to use std.windows modules?

2016-04-11 Thread Vladimir Panteleev via Digitalmars-d-learn
On Friday, 8 April 2016 at 22:50:05 UTC, FreeSlave wrote: std.windows.syserror and others have documentation comments, but they are not listed in online documentation on dlang.org. Is it ok to use functions and classes from this modules in D applications? They were documented a while ago:

[Issue 13516] std.windows.charset documentation missing from dlang.org

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13516 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14972] Documentation for std.windows.* missing

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14972 --- Comment #6 from Vladimir Panteleev --- *** Issue 13516 has been marked as a duplicate of this issue. *** --

[Issue 14085] Broken links on dlang.org

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14085 Issue 14085 depends on issue 13516, which changed state. Issue 13516 Summary: std.windows.charset documentation missing from dlang.org https://issues.dlang.org/show_bug.cgi?id=13516 What|Removed |Added

Re: Official dub packages for Debian and Ubuntu

2016-04-11 Thread Matthias Klumpp via Digitalmars-d-announce
On Monday, 11 April 2016 at 21:58:55 UTC, Joseph Rushton Wakeling wrote: On Monday, 11 April 2016 at 14:21:46 UTC, Matthias Klumpp wrote: As part of that work, the dub package an build management system is now available in Debian, and I will ensure it works well. Additionally, it was possible

[Issue 15884] Assigning char[] to std.json.JSONValue creates array, not string

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15884 Lionello Lunesu changed: What|Removed |Added Keywords||pull --- Comment

Re: Official dub packages for Debian and Ubuntu

2016-04-11 Thread Matthias Klumpp via Digitalmars-d-announce
On Monday, 11 April 2016 at 18:05:31 UTC, Jordi Sayol wrote: [...] Well, this makes useful have dub in both repositories, Debian/Ubuntu and d-apt. All Debian/Ubuntu users can always use dub on their system. If the last release is needed for any reason they can add d-apt repository to install

[Issue 15884] Assigning char[] to std.json.JSONValue creates array, not string

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15884 Lionello Lunesu changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: Why is Linux the only OS in version identifier list that has a lowercase name?

2016-04-11 Thread Brian Schott via Digitalmars-d-learn
On Monday, 11 April 2016 at 23:01:08 UTC, marcpmichel wrote: Is it because Linux is not an OS ? :p I gnu somebody would bring that up.

Command line utilities for tab-separated value files

2016-04-11 Thread Jon D via Digitalmars-d-announce
Hi all, I've open sourced a set of command line utilities for manipulating tab-separated value files. They are complementary to traditional unix tools like cut, grep, etc. They're useful for manipulating large data files. I use them when prepping files for R and similar tools. These tools

Re: year to date pull statistics (week ending 2016-04-09)

2016-04-11 Thread Jack Stouffer via Digitalmars-d
On Monday, 11 April 2016 at 20:44:20 UTC, Brad Roberts wrote: 2016-04-03 - 2016-04-09 64 45+19 Ouch, slow week for reviewing I guess.

Re: Why is Linux the only OS in version identifier list that has a lowercase name?

2016-04-11 Thread marcpmichel via Digitalmars-d-learn
On Sunday, 10 April 2016 at 22:03:54 UTC, Zekereth wrote: Looking at the list(unless I'm missing something) Linux is the only OS that is lowercase. Is it because Linux is not an OS ? :p

[Issue 11531] For a faster std.algorithm.group on strings

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11531 Jack Stouffer changed: What|Removed |Added Keywords||performance

[Issue 5542] std.string.join() for chars too

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5542 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED

Re: Extensible struct type via variadic template arguments

2016-04-11 Thread Joseph Rushton Wakeling via Digitalmars-d-learn
On Monday, 11 April 2016 at 22:06:00 UTC, ag0aep6g wrote: mixin template multipleEdgeProperties (EdgePropertyList...) { static if (EdgePropertyList.length >= 1) { mixin singleEdgeProperty!(EdgePropertyList[0]); mixin multipleEdgeProperties!(EdgePropertyList[1 .. $]);

Re: Extensible struct type via variadic template arguments

2016-04-11 Thread ag0aep6g via Digitalmars-d-learn
On 10.04.2016 20:45, Joseph Rushton Wakeling wrote: One very basic idea is to allow graph edges to have arbitrary properties, and to do that, I've tried to come up with a basic data structure that can be extended via variadic template arguments. However, I'm not entirely satisfied with the

Re: Official dub packages for Debian and Ubuntu

2016-04-11 Thread Joseph Rushton Wakeling via Digitalmars-d-announce
On Monday, 11 April 2016 at 14:21:46 UTC, Matthias Klumpp wrote: As part of that work, the dub package an build management system is now available in Debian, and I will ensure it works well. Additionally, it was possible to make dub available late in the Ubuntu 16.04 (Xenial) development

Re: Any usable SIMD implementation?

2016-04-11 Thread Walter Bright via Digitalmars-d
On 4/11/2016 7:24 AM, Marco Leise wrote: Am Mon, 4 Apr 2016 11:43:58 -0700 schrieb Walter Bright : On 4/4/2016 9:21 AM, Marco Leise wrote: To put this to good use, we need a reliable way - basically a global variable - to check for SSE4 (or POPCNT, etc.).

Re: Compile a shared library

2016-04-11 Thread bitwise via Digitalmars-d
On Sunday, 10 April 2016 at 05:34:24 UTC, Nafees wrote: I am trying to create a shared library, I just tried to compile the code that Mono-D generates for an empty shared library. I tried to compile it, but there were errors, and this is what the compile log said: Building Solution: QScr

TECO - Inspiration for the D programming language

2016-04-11 Thread Walter Bright via Digitalmars-d-announce
https://www.reddit.com/r/programming/comments/4e07lo/last_night_in_a_fit_of_boredom_far_away_from_my/d1x5rl7

[Issue 14504] Regex Optimizer doesn't merge equivalent threads.

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14504 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/0e7fc33abaac676290add738499ec46d9e4be8ab Fix issue 14504 Regex

[Issue 14504] Regex Optimizer doesn't merge equivalent threads.

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

Re: year to date pull statistics (week ending 2016-04-09)

2016-04-11 Thread Brad Roberts via Digitalmars-d
total open: 270 created since 2016-01-01 and still open: 100 created closed delta 2016-04-10 - today 9 10 -1 2016-04-03 - 2016-04-09 64 45+19 2016-03-27 - 2016-04-02 65 60 +5 2016-03-20 - 2016-03-26 65 63 +2

[Issue 15043] [e2ir] dmd still crashes when trying to set a delegate from __traits(getOverloads)

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15043 ag0ae...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

Re: Beta of D language online tour

2016-04-11 Thread Mark Isaacson via Digitalmars-d
Still awesome! Good work. An easy(?) suggestion that would make this easier to browse: make the left/right arrow keys control advancing to the next page.

std.experimental.allocator and @nogc?

2016-04-11 Thread Danni Coy via Digitalmars-d-learn
Lets assume I want to be able to swap in and out allocators none of which will be the gc_allocator... What is best practice for using std.experimental.allocator in @nogc code?

[Issue 15872] [ndslice] indexing a slice with an array causes an error inside ndslice

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15872 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/d1ef8a0cc5eee0c4604a754541056293d02ca42a fix Issue 15872

[Issue 15872] [ndslice] indexing a slice with an array causes an error inside ndslice

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

Re: Release D 2.071.0

2016-04-11 Thread Dicebot via Digitalmars-d-announce
On Monday, 11 April 2016 at 19:20:50 UTC, Marco Leise wrote: Am Thu, 07 Apr 2016 10:13:35 + schrieb Dicebot : It is second time git tag for DMD release refers to commit with VERSION file content which doesn't match the tag. May indicate something is wrong in release

Re: Sample Rate

2016-04-11 Thread TheAnalyst via Digitalmars-d
On Sunday, 10 April 2016 at 14:57:03 UTC, hilop wrote: On Saturday, 9 April 2016 at 14:15:38 UTC, Nordlöw wrote: Has anybody more than I thought about representing the sample rate of a sampled signal collected from sources such as microphones and digital radio receivers? With it we could

Re: Release D 2.071.0

2016-04-11 Thread Marco Leise via Digitalmars-d-announce
Am Thu, 07 Apr 2016 10:13:35 + schrieb Dicebot : > On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: > > Glad to announce D 2.071.0. > > > > http://dlang.org/download.html > > > > This release fixes many long-standing issues with imports and > > the module > >

Mir v0.13.0: mir.combinatorics & mir.ndslice allocators/constructors/converters

2016-04-11 Thread 9il via Digitalmars-d-announce
Mir v0.13.0 was released. http://mir.dlang.io # New functions was added: - `mir.combinatorics` (by Sebastian Wilzbach) - `combinations` - `combinationsRepeat` - `permutations` - `cartesianPower` - `mir.ndslice.slice` - `SliceException` - `shape` - `slice` - `makeSlice` -

[Issue 15873] In order to implement std.simd, compile time info about CPU specifics is needed

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15873 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de ---

Re: Official dub packages for Debian and Ubuntu

2016-04-11 Thread Matthias Klumpp via Digitalmars-d-announce
On Monday, 11 April 2016 at 17:41:44 UTC, Matthias Klumpp wrote: [...] Eww, that's not something we can do for official packages - it's fine though for 3rd-party stuff :-) "can not do", obviously... :P

Re: Official dub packages for Debian and Ubuntu

2016-04-11 Thread Matthias Klumpp via Digitalmars-d-announce
On Monday, 11 April 2016 at 14:26:32 UTC, Edwin van Leeuwen wrote: On Monday, 11 April 2016 at 14:21:46 UTC, Matthias Klumpp wrote: And porting Python code to D was incredibly easy. I'll likely blog about my experience with D). That would be great. Do you have a link to your blog (and its

Re: Official dub packages for Debian and Ubuntu

2016-04-11 Thread Jordi Sayol via Digitalmars-d-announce
El 11/04/16 a les 16:21, Matthias Klumpp via Digitalmars-d-announce ha escrit: > As part of that work, the dub package an build management system is now > available in Debian, and I will ensure it works well. > Additionally, it was possible to make dub available late in the Ubuntu 16.04 >

Re: Females in the community.

2016-04-11 Thread Ola Fosheim Grøstad via Digitalmars-d
On Saturday, 26 March 2016 at 19:52:18 UTC, QAston wrote: A person who advocates for a more welcoming community and wishes for objective moderation introduces a divisive topic You need to relax. The topic wasn't divisive. I haven't asked for moderation. I haven't argued in favour of

Re: Dub and derelict-allegro5 "Could not find a valid dependency tree configuration"

2016-04-11 Thread Mike Parker via Digitalmars-d-learn
On Monday, 11 April 2016 at 10:34:58 UTC, Pedro Lopes wrote: it is definitely derelict-allegro5's fault. Yes. As I said in my second post, change your dependency to 0.0.5 and you should be good to go.

Re: Any usable SIMD implementation?

2016-04-11 Thread Marco Leise via Digitalmars-d
Am Wed, 6 Apr 2016 20:29:21 -0700 schrieb Walter Bright : > On 4/6/2016 7:25 PM, Manu via Digitalmars-d wrote: > > TL;DR, defining architectures with an intel-centric naming convention > > is a very bad idea. > > You're not making a good case for a standard language

[Issue 12367] std.regex: Recognize (?# ... ) comment syntax

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12367 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/12c7d680449dde70fdb5f35c997d6940e4298a81 Fix issue 12367 -

Re: Cancelling a stdin.read?

2016-04-11 Thread Adam D. Ruppe via Digitalmars-d-learn
On Monday, 11 April 2016 at 14:57:27 UTC, Lass Safin wrote: I can't put it in one loop, since the window also has some autonomous features. Eh, my terminal.d and simpledisplay.d can combine event loops, you use a muliplexing function like select() on both the window and terminal so it waits

Re: Cancelling a stdin.read?

2016-04-11 Thread Lass Safin via Digitalmars-d-learn
On Monday, 11 April 2016 at 14:53:31 UTC, Adam D. Ruppe wrote: On Sunday, 10 April 2016 at 08:29:22 UTC, Lass Safin wrote: Thus, my question is: Is there any way to cancel the read from stdin prematurely from another thread, so that the thread can finish? What operating system are you on? I

Re: Cancelling a stdin.read?

2016-04-11 Thread Adam D. Ruppe via Digitalmars-d-learn
On Sunday, 10 April 2016 at 08:29:22 UTC, Lass Safin wrote: Thus, my question is: Is there any way to cancel the read from stdin prematurely from another thread, so that the thread can finish? What operating system are you on? I wouldn't be using threads for this at all, you might want to

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 --- Comment #3 from Vladimir Panteleev --- Thanks. In the future, you can let me know if you'd like a completely reduced test case. --

Re: Is it legal to use std.windows modules?

2016-04-11 Thread Adam D. Ruppe via Digitalmars-d-learn
On Friday, 8 April 2016 at 22:50:05 UTC, FreeSlave wrote: std.windows.syserror and others have documentation comments, but they are not listed in online documentation on dlang.org. Is it ok to use functions and classes from this modules in D applications? For what it is worth, my

Re: Any usable SIMD implementation?

2016-04-11 Thread Marco Leise via Digitalmars-d
Am Mon, 4 Apr 2016 13:29:11 -0700 schrieb Walter Bright : > On 4/4/2016 7:02 AM, 9il wrote: > >> What kind of information? > > > > Target cpu configuration: > > - CPU architecture (done) > > Done. > > > - Count of FP/Integer registers > > ?? > > > - Allowed

Re: Any usable SIMD implementation?

2016-04-11 Thread Marco Leise via Digitalmars-d
Am Mon, 4 Apr 2016 11:43:58 -0700 schrieb Walter Bright : > On 4/4/2016 9:21 AM, Marco Leise wrote: > >To put this to good use, we need a reliable way - basically > >a global variable - to check for SSE4 (or POPCNT, etc.). What > >we have now does not work

Re: Official dub packages for Debian and Ubuntu

2016-04-11 Thread Edwin van Leeuwen via Digitalmars-d-announce
On Monday, 11 April 2016 at 14:21:46 UTC, Matthias Klumpp wrote: And porting Python code to D was incredibly easy. I'll likely blog about my experience with D). That would be great. Do you have a link to your blog (and its rss feed)? As part of that work, the dub package an build management

Official dub packages for Debian and Ubuntu

2016-04-11 Thread Matthias Klumpp via Digitalmars-d-announce
Hello! I am very new to the D community and just recently finished a project in D, which I want to make available in Debian (reason for choosing D was mostly its speed and similarity to C++ and C, making a very shallow learning curve for someone knowing these languages. And porting Python

Re: Dynamic library

2016-04-11 Thread Chris via Digitalmars-d-learn
I wanted to test, if I could use D with JNA (Java Native Access). I get this error message: # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7fd24ab66074, pid=15733, tid=140541714827008 # # JRE version: OpenJDK Runtime Environment (8.0_66-b17)

Re: Dynamic library

2016-04-11 Thread Chris via Digitalmars-d-learn
On Monday, 11 April 2016 at 13:45:42 UTC, Adam D. Ruppe wrote: On Monday, 11 April 2016 at 13:40:14 UTC, Chris wrote: For the record, I fixed it by changing the contents of libphobos2.so from How did you do that btw? The file there should really just be a link to some binary file, maybe it

Re: Dynamic library

2016-04-11 Thread Adam D. Ruppe via Digitalmars-d-learn
On Monday, 11 April 2016 at 13:40:14 UTC, Chris wrote: For the record, I fixed it by changing the contents of libphobos2.so from How did you do that btw? The file there should really just be a link to some binary file, maybe it got mangled in copying at some point.

Re: Dynamic library

2016-04-11 Thread Chris via Digitalmars-d-learn
On Monday, 11 April 2016 at 11:42:22 UTC, Chris wrote: I followed these steps: https://dlang.org/dll-linux.html#dso7 What I get is this error: libphobos2.so: file format not recognized; treating as linker script I don't know why it is not recognized. Any ideas? For the record, I fixed it

Re: Any usable SIMD implementation?

2016-04-11 Thread Marco Leise via Digitalmars-d
Am Mon, 04 Apr 2016 18:35:26 + schrieb 9il : > @attribute("target", "+sse4")) would not work well for BLAS. BLAS > needs compile time constants. This is very important because BLAS > can be 95% portable, so I just need to write a code that would be > optimized

[Issue 15884] Assigning char[] to std.json.JSONValue creates array, not string

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

[Issue 15884] Assigning char[] to std.json.JSONValue creates array, not string

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15884 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/329f068d7aedd0371b324c2676a4ebf75f3a4a13 fix issue 15884 -

Re: Release D 2.071.0

2016-04-11 Thread Kagamin via Digitalmars-d-announce
On Monday, 11 April 2016 at 11:43:20 UTC, wobbles wrote: When updating with the .dev package on my Ubuntu 15.10 system https://forum.dlang.org/post/mailman.4114.1454138584.22025.digitalmars-d-annou...@puremagic.com

Re: mov reg,0 vs xor reg,reg in core.atomic ?

2016-04-11 Thread Kagamin via Digitalmars-d-learn
https://randomascii.wordpress.com/2012/12/29/the-surprising-subtleties-of-zeroing-a-register/ But there was at least one out-of-order design that did not recognize xor reg, reg as a special case: the Pentium Pro. The Intel Optimization manuals for the Pentium Pro recommended “mov” to zero a

Dynamic library

2016-04-11 Thread Chris via Digitalmars-d-learn
I followed these steps: https://dlang.org/dll-linux.html#dso7 What I get is this error: libphobos2.so: file format not recognized; treating as linker script I don't know why it is not recognized. Any ideas?

Re: Release D 2.071.0

2016-04-11 Thread wobbles via Digitalmars-d-announce
On Monday, 11 April 2016 at 11:43:20 UTC, wobbles wrote: On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more

Re: Release D 2.071.0

2016-04-11 Thread wobbles via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more details. http://dlang.org/changelog/2.071.0.html -Martin

Re: Dub and derelict-allegro5 "Could not find a valid dependency tree configuration"

2016-04-11 Thread Pedro Lopes via Digitalmars-d-learn
On Monday, 11 April 2016 at 00:36:28 UTC, Mike Parker wrote: You say it happens when you try to "run" a project, but the error message sounds like it's happening before building even begins, correct? What platform are you on? What does your dub configuration look like? What does 'dub build

[Issue 15682] Implement efficient setops for builtin AAs

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

[Issue 8716] `package` restricts members usage in same module if there is no package name

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8716 Sobirari Muhomori changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15402] allow private access to package symbols

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15402 Sobirari Muhomori changed: What|Removed |Added CC|

Re: vibe.d kafka driver & probabilistic linear counting

2016-04-11 Thread André via Digitalmars-d-announce
On Sunday, 10 April 2016 at 10:51:38 UTC, yawniek wrote: we pushed 2 new projects: a native kafka driver to work with the vibe.d eventloop http://code.dlang.org/packages/kafka-d it's not full featured yet (no zookeeper) but the basic use cases work fine. throughput depends on the buffer sizes

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 --- Comment #2 from Walter Bright --- https://github.com/D-Programming-Language/dmd/pull/5650 --

Re: New repo for my reusable D Phobos extensions

2016-04-11 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 10 April 2016 at 20:54:31 UTC, ag0aep6g wrote: No, these are the overloads for non-integer T. The constraint says `!(isIntegral!T)`. The integer overloads are above the ones I linked, respectively. Ok. Thanks. Fixed.

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 Walter Bright changed: What|Removed |Added CC|

[Issue 15910] Prevent mismatch of VERSION information in dmd releases

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15910 --- Comment #2 from Joseph Rushton Wakeling --- > That's not entirely correct b/c the downloadable packages contain the correct > VERSION file Well, yes, that's really the point of concern -- there is a mismatch

[Issue 15899] Tuple.toString not recognized as a function with isSomeFunction

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15899 Edwin van Leeuwen changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15899] Tuple.toString not recognized as a function with isSomeFunction

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15899 --- Comment #2 from Edwin van Leeuwen --- That makes sense, thanks for the explanation. Might be useful to add an isField attribute to traits. Previously I assumed that if something !isSomeFunction it would be a field, but that

Re: Graylog Extended Log Format (GELF) for D

2016-04-11 Thread Adil via Digitalmars-d-announce
On Saturday, 9 April 2016 at 20:06:01 UTC, angel wrote: But what about this ? https://forum.dlang.org/thread/eryphpbznrrovjvxj...@forum.dlang.org What about it?

[Issue 14914] Inconsistent alias declaration could be detected

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14914 b2.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15682] concat associative arrays

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15682 b2.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15043] [e2ir] dmd still crashes when trying to set a delegate from __traits(getOverloads)

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15043 b2.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: D goes business! Bindings for SAP NetWeaver RFC SDK

2016-04-11 Thread Lars Johansson via Digitalmars-d-announce
On Monday, 4 April 2016 at 04:52:06 UTC, Kai Nacke wrote: On Saturday, 2 April 2016 at 08:00:18 UTC, Lars Johansson wrote: Hi Kai, I'm for the zillionth time starting to learn D. I just started with 'The D programming language' after that I will explore the possibilities to access SAP from D.

[Issue 15350] [MailMan] end of message stripped

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15350 b2.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15880] int hex literals properties are rejected

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15880 b2.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15805] Automatic fix two erroneous integer comparison cases by widening

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15805 b2.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 11356] isASCII for strings

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11356 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/0015fd25b70d1bfa83a9c3563760ad85fdfbb9ca Merge pull request

Re: The day before DConf 2016

2016-04-11 Thread darat via Digitalmars-d
On Sunday, 10 April 2016 at 21:21:47 UTC, Andrej Mitrovic wrote: PSA: Just remember you have to stamp your cards before boarding (unless it's a monthly ticket). When I was new in Berlin I even ended up once stamping a monthly ticket, which was a mistake. The ticket inspectors had a heartily

Re: mov reg,0 vs xor reg,reg in core.atomic ?

2016-04-11 Thread darat via Digitalmars-d-learn
On Monday, 11 April 2016 at 05:45:17 UTC, Ali Çehreli wrote: On 04/10/2016 04:00 AM, darat wrote: Is there a particular reason explaining why mov reg,0 is used and not xor reg,reg ? https://www.google.com/search?q=mov+0+versus+xor+cycles=utf-8=utf-8#q=mov+0+versus+xor+cpu+cycle Ali I've