Re: Databases and the D Standard Library

2017-01-02 Thread Jacob Carlborg via Digitalmars-d
On 2017-01-03 06:25, Adam Wilson wrote: Ok. How would you design a database API for D? I don't know. I think it's difficult to design something upfront without trying out different API's to see what's possible to implement in code. Structs and functions, with or without templates. Could

Re: DIP10005: Dependency-Carrying Declarations is now available for community feedback

2017-01-02 Thread Dominikus Dittes Scherkl via Digitalmars-d
On Monday, 2 January 2017 at 21:23:19 UTC, Andrei Alexandrescu wrote: DIP1005 gives consideration to the speed of compilation aspect in larger proportion than speed's importance; the first and foremost benefit of DIP1005 is it closes the gap on dependency encapsulation, which had been very

Re: Imports incorrectly part of "allMembers" trait output?

2017-01-02 Thread bauss via Digitalmars-d-learn
On Monday, 2 January 2017 at 18:56:40 UTC, Mike Bierlee wrote: When compiling the following code with DMD 2.072.2: class LeClass { import std.stdio; } void main() { foreach (memberName; __traits(allMembers, LeClass)) { pragma(msg, memberName); } } The

How backup apps to gmail?

2017-01-02 Thread Michaelopo via Digitalmars-d
You can reestablish your email backup information including attachments and Gmail labels, o.k. to a Google Apps Gmail story.You can commodity your netmail part aggregation to a disk folder in the accepted .EML record arrange which can be show by additional netmail client programs including

Re: Databases and the D Standard Library

2017-01-02 Thread Adam Wilson via Digitalmars-d
On 1/2/17 12:09 AM, Jacob Carlborg wrote: On 2017-01-02 02:34, Adam Wilson wrote: That was my intention, the knee-jerk reaction that class and interfaces get here sometimes strikes me as a bit histrionic sometimes. They are a tool with a use case. :) I think that the design should try to

Re: D future ...

2017-01-02 Thread keito940 via Digitalmars-d
On Friday, 30 December 2016 at 09:53:25 UTC, keito940 wrote: ...If you improve the standard library, everything OK? If... Next Version Request. Add To The F Sharp Like Pipeline Operator(D Language Pipeline Syntax is BAD.) & SML(C Language Compatible) Like Function Syntax Like Maybe Monad

Re: D future ...

2017-01-02 Thread keito940 via Digitalmars-d
On Saturday, 31 December 2016 at 08:14:28 UTC, jkpl wrote: Yes but it's gtk, there's year of work behind the library. For a homemade GUI library CSS or not CSS is really just bikeshedding around the format. The real stuff is to write the rendering engine. It becomes particularly tricky when

Re: Android Status

2017-01-02 Thread Joakim via Digitalmars-d-learn
On Monday, 2 January 2017 at 11:47:52 UTC, Ignacious wrote: On Monday, 2 January 2017 at 03:08:10 UTC, Joakim wrote: On Sunday, 1 January 2017 at 09:34:24 UTC, Ignacious wrote: Can you try sudo apt-get install libconfig9 I don't know if that will install something different, but it's the

[Issue 16677] -L flag ignores quotes in the arguments passed to the linker

2017-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16677 --- Comment #3 from Sprink --- (In reply to Atila Neves from comment #2) > If the problem was cmd.exe then cl.exe would also suffer from this, which > doesn't happen. No it wouldn't, cl.exe doesn't get the quotes either.

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread rikki cattermole via Digitalmars-d
On 03/01/2017 4:16 AM, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! Lets see. 1. Finish my honors. 2. Get my assembly lib actually in a usable state 3. Get SPEW ready to go on multiple platforms 4. Have decent OpenGL bindings 5. Image

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread rikki cattermole via Digitalmars-d
On 03/01/2017 7:17 AM, Basile B. wrote: On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! My own plan is still related to runtime-info based serialization. I know that people inject the bloat each

Re: PostgreSQL native impl

2017-01-02 Thread Chris Wright via Digitalmars-d-announce
On Mon, 02 Jan 2017 20:29:55 +, Anton wrote: > Today i spent about hour to write pure-D simple PostgreSQL driver for > demonstration purposes. > I was looking for developers interested in complete PostgreSQL driver > (pure D) > > That demo not implements auth, therefore requires trusted user

Re: Crazy, sad but ... would you use D for your own facebook or pinterest?

2017-01-02 Thread Chris Wright via Digitalmars-d
On Mon, 02 Jan 2017 21:49:03 +, aberba wrote: > I'm not building Facebook/pinterest but I'm trying to work on a platform > like "pinterest-like" but on a small scale. I want it to be easy to > write, fast, ... you know. D is obviously that (IMO). > > About scalability, would you recommend

Re: String characters not extended

2017-01-02 Thread bauss via Digitalmars-d-learn
On Monday, 2 January 2017 at 21:07:37 UTC, Ignacious wrote: when one prints out a string with some extended(I guess it's unicode), writeln prints out the ascii versions that do not correspond to what they really are. e.g., an umlaut is printed out as 1/2 or something. how to get it to print

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Martin Nowak via Digitalmars-d
On Monday, 2 January 2017 at 18:18:33 UTC, deadalnix wrote: Plus the fix was actually released yesterday, so it's not like I'm lagging by much. The internal meddling nonsense that's going on is none of any user business. Bug reports are dealt with on Bugzilla, shouldn't be surprising. It's

Re: Terminix Year In Review

2017-01-02 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 2 January 2017 at 18:23:53 UTC, Gerald wrote: idea what would be involved in creating a GTK widget in D as I've never tried it myself. Yeah, I don't use GTK at all, my backend is pure code (it is an abstract class where you implement a few methods to actually do user interaction,

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Martin Nowak via Digitalmars-d
On Monday, 2 January 2017 at 15:11:42 UTC, Basile B. wrote: Not to mention that not all linux distributions work this way. Even not all the debian -> unbntu ones (such as Mint), and certainly not the ones based on red hat. The topic was fairly disputed for RH, but Jakub Jelinek is also the

Re: Crazy, sad but ... would you use D for your own facebook or pinterest?

2017-01-02 Thread Adam D. Ruppe via Digitalmars-d
On Monday, 2 January 2017 at 21:49:03 UTC, aberba wrote: I'm trying to work on a platform like "pinterest-like" but on a small scale. I did something similar for work about five or six years ago. Used D, went well. The company changed direction though while it was still small, so I'll

Re: CTFE Status

2017-01-02 Thread Nordlöw via Digitalmars-d
On Monday, 2 January 2017 at 18:40:44 UTC, Stefan Koch wrote: Hell YEAH! Nice work.

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Nicholas Wilson via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! After getting my CUDA and OpenCL modifications into LDC, write a sane driver library over the top of them, device standard library and thrust like

Re: CTFE Status

2017-01-02 Thread Stefan Koch via Digitalmars-d
On Monday, 2 January 2017 at 21:52:05 UTC, Meta wrote: There's something I've been wondering about. NewCTFE is basically just another backend, right? Does this mean that you'll have to implement various optimizations such as tail-call elision independently from what DMD with the default

Re: Compiler performance with my ridiculous Binderoo code

2017-01-02 Thread Stefan Koch via Digitalmars-d
On Sunday, 11 December 2016 at 19:40:21 UTC, safety0ff wrote: On Sunday, 11 December 2016 at 19:00:23 UTC, Stefan Koch wrote: Just use this little program to simulate the process. That's not really useful for understanding and making progress on the issue. I had a patch with improved hash

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread bachmeier via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! - Writing documentation and real world examples for my projects. The goal is to convince others to use D for statistics and econometrics. (The

Re: CTFE Status

2017-01-02 Thread Meta via Digitalmars-d
On Monday, 2 January 2017 at 19:01:43 UTC, Stefan Koch wrote: On Monday, 2 January 2017 at 18:40:44 UTC, Stefan Koch wrote: So guys. basic function-calls are supported. Hell YEAH! Meaning this will compile : uint caller(uint n) { return callee(n, 2); } uint callee(uint a, uint b) {

Crazy, sad but ... would you use D for your own facebook or pinterest?

2017-01-02 Thread aberba via Digitalmars-d
I'm not building Facebook/pinterest but I'm trying to work on a platform like "pinterest-like" but on a small scale. I want it to be easy to write, fast, ... you know. D is obviously that (IMO). About scalability, would you recommend D(vibe.d initially) for long run (techically, generally,

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Satoshi via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! I want to release beta version of GUI Framework, build tool and IDE for D.

[Issue 9074] Can't use range functions with Appender

2017-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9074 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread bitwise via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! -test out the iOS LDC port -get some work done on osx shared libs if I can find the time -continue porting/gluing all my bits of code together to

Re: DIP10005: Dependency-Carrying Declarations is now available for community feedback

2017-01-02 Thread Andrei Alexandrescu via Digitalmars-d
On 12/31/2016 12:20 PM, Martin Nowak wrote: On Saturday, 24 December 2016 at 10:54:08 UTC, Stefan Koch wrote: If that were made more lazy, we could import half of the world with noticing impact. (Which espcially in std.traits, would not make that much of a difference since every template in

Re: Terminix Year In Review

2017-01-02 Thread Getald via Digitalmars-d-announce
On Monday, 2 January 2017 at 20:33:04 UTC, Chris Wright wrote: You could also rip out the logic and the system calls and so forth and hook them up (laboriously) to a TextView with appropriate styling. Which is probably nontrivial on both sides. I'm not sure a textview would be viable, it

String characters not extended

2017-01-02 Thread Ignacious via Digitalmars-d-learn
when one prints out a string with some extended(I guess it's unicode), writeln prints out the ascii versions that do not correspond to what they really are. e.g., an umlaut is printed out as 1/2 or something. how to get it to print the correct codes?

Re: Multiple return value as requirements for safety and performance

2017-01-02 Thread Nick Treleaven via Digitalmars-d
On Tuesday, 20 December 2016 at 18:51:05 UTC, Brad Anderson wrote: Could the comma expression be contextually removed? Specifically in return expressions as discussed initially in this post? Back in May a change was introduced to issue a deprecation message for uses of the comma operator

Re: Terminix Year In Review

2017-01-02 Thread Chris Wright via Digitalmars-d-announce
On Mon, 02 Jan 2017 18:23:53 +, Gerald wrote: > On Monday, 2 January 2017 at 14:55:26 UTC, Adam D. Ruppe wrote: >> On Monday, 2 January 2017 at 00:53:04 UTC, Gerald wrote: >>> Terminix is a GTK 3 tiling terminal emulator that has been designed >>> following the GNOME Human Interface

Re: PostgreSQL native impl

2017-01-02 Thread Anton via Digitalmars-d-announce
P/S Posix only

PostgreSQL native impl

2017-01-02 Thread Anton via Digitalmars-d-announce
Today i spent about hour to write pure-D simple PostgreSQL driver for demonstration purposes. I was looking for developers interested in complete PostgreSQL driver (pure D) That demo not implements auth, therefore requires trusted user [1] https://github.com/anton-dutov/postgresql-native-d

[Issue 17056] New: No filename and line info for wrong extern C++ type

2017-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17056 Issue ID: 17056 Summary: No filename and line info for wrong extern C++ type Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor

Re: What are you planning for 2016?

2017-01-02 Thread ikod via Digitalmars-d
On Monday, 2 January 2017 at 17:09:41 UTC, Chris Wright wrote: On Mon, 02 Jan 2017 11:51:59 +, ikod wrote: Correct me if I'm wrong but dub can't deploy system-wide. dub fetch --cache=system $PKG This lets you run `dub run $PKG` as any user. thanks for the info!

Re: DIP 1003: remove `body` as a keyword

2017-01-02 Thread Dicebot via Digitalmars-d-announce
On Saturday, 31 December 2016 at 01:14:23 UTC, Arun Chandrasekaran wrote: On Saturday, 19 November 2016 at 21:16:15 UTC, Dicebot wrote: DIP 1003 is merged to the queue and open for public informal feedback. PR: https://github.com/dlang/DIPs/pull/48 Initial merged document:

Re: Databases and the D Standard Library

2017-01-02 Thread Adam Wilson via Digitalmars-d
On 1/2/17 12:05 AM, Jacob Carlborg wrote: On 2017-01-01 17:50, Chris Wright wrote: Those both limit your ability to use the underlying database to its full potential. They offer a chance for queries that seem simple and efficient to become horribly inefficient. I'm perfectly aware of the

Re: CTFE Status

2017-01-02 Thread Stefan Koch via Digitalmars-d
On Monday, 2 January 2017 at 18:40:44 UTC, Stefan Koch wrote: So guys. basic function-calls are supported. Hell YEAH! Meaning this will compile : uint caller(uint n) { return callee(n, 2); } uint callee(uint a, uint b) { return a*b; } static assert(caller(3) == 6); static

Imports incorrectly part of "allMembers" trait output?

2017-01-02 Thread Mike Bierlee via Digitalmars-d-learn
When compiling the following code with DMD 2.072.2: class LeClass { import std.stdio; } void main() { foreach (memberName; __traits(allMembers, LeClass)) { pragma(msg, memberName); } } The following output is shown in the console: std toString toHash

Re: CTFE Status

2017-01-02 Thread Stefan Koch via Digitalmars-d
So guys. basic function-calls are supported. Hell YEAH!

Re: Databases and the D Standard Library

2017-01-02 Thread Adam Wilson via Digitalmars-d
On 1/2/17 8:33 AM, Chris Wright wrote: On Sun, 01 Jan 2017 17:55:01 -0800, Adam Wilson wrote: On that I beg to differ. The C libraries are not @safe, they have wildly different API's, and they have high-complexity, which is a large risk-factor for bugs and/or security flaws. If we have the

Re: Terminix Year In Review

2017-01-02 Thread Gerald via Digitalmars-d-announce
On Monday, 2 January 2017 at 14:55:26 UTC, Adam D. Ruppe wrote: On Monday, 2 January 2017 at 00:53:04 UTC, Gerald wrote: Terminix is a GTK 3 tiling terminal emulator that has been designed following the GNOME Human Interface Guidelines. So, how hard would it be for you to swap out parts of

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread deadalnix via Digitalmars-d
On Monday, 2 January 2017 at 13:52:29 UTC, Martin Nowak wrote: On Monday, 2 January 2017 at 13:51:15 UTC, Martin Nowak wrote: On Sunday, 1 January 2017 at 23:55:37 UTC, deadalnix wrote: But it is not clear if anyone cares at this stage... It's fairly embarrassing to read so much uninformed

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread deadalnix via Digitalmars-d
On Monday, 2 January 2017 at 13:51:15 UTC, Martin Nowak wrote: On Sunday, 1 January 2017 at 23:55:37 UTC, deadalnix wrote: But it is not clear if anyone cares at this stage... It's fairly embarrassing to read so much uninformed noise.

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Guillaume Piolat via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! If I had time I'd like to attempt a DbI audio library for compile-time audio graphs. This would solve the problem of making complex algorithm work

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Basile B. via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! My own plan is still related to runtime-info based serialization. I know that people inject the bloat each time they want serialization: write

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Jack Stouffer via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! * get back into reviewing PRs more often * use vibe.d in a shipped project * write more D articles/tutorials (possibly on vibe.d)

Re: ARC in D

2017-01-02 Thread eugene via Digitalmars-d
On Monday, 2 January 2017 at 16:32:12 UTC, Jonathan M Davis wrote: On Monday, January 02, 2017 16:07:26 eugene via Digitalmars-d wrote: On Monday, 2 January 2017 at 15:49:47 UTC, Stefan Koch wrote: > On Monday, 2 January 2017 at 15:43:22 UTC, eugene wrote: >> hello everyone, >> is there any

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Adam D. Ruppe via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here Not a lot, actually. I do have more dpldocs.info improvements coming, a few more changes to my terminal emulator, but not much else. My D stuff is no longer something I write much directly, it is now support

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Nordlöw via Digitalmars-d
On Monday, 2 January 2017 at 17:10:03 UTC, Nordlöw wrote: Here's a sample implementation of this idea that compiles and tests out correctly with a branch of Phobos (link provided below). Correction `UniqueRange` can be used today together with the array containers defined in array_ex.d

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Nordlöw via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! Enable non-copyable (r-value) ranges to be passed to range-based algorithms that require a single reference to the source range. My motivation for

Re: What are you planning for 2016?

2017-01-02 Thread Chris Wright via Digitalmars-d
On Mon, 02 Jan 2017 11:51:59 +, ikod wrote: > 3. Easy deployment - not ok: there is no system-wide packaging for D > libraries (I'd like to see debian .deb's for most D third-party > libraries, or at least something like 'pip' for python). Hrm, my workplaces have tended to simply copy

Re: Variadic function parameters passed by move

2017-01-02 Thread Jonathan M Davis via Digitalmars-d-learn
On Wednesday, December 21, 2016 23:18:29 Nordlöw via Digitalmars-d-learn wrote: > Do you have any clue on how to most easily find detect whether a > SymbolExpression is the last reference to that symbol in the > scope of the symbol definition, Jonathan? Sorry, but my knowledge of dmd's internals

Re: Databases and the D Standard Library

2017-01-02 Thread Chris Wright via Digitalmars-d
On Sun, 01 Jan 2017 17:55:01 -0800, Adam Wilson wrote: > On that I beg to differ. The C libraries are not @safe, they have wildly > different API's, and they have high-complexity, which is a large > risk-factor for bugs and/or security flaws. If we have the database interface defined, there's no

Re: ARC in D

2017-01-02 Thread Jonathan M Davis via Digitalmars-d
On Monday, January 02, 2017 16:07:26 eugene via Digitalmars-d wrote: > On Monday, 2 January 2017 at 15:49:47 UTC, Stefan Koch wrote: > > On Monday, 2 January 2017 at 15:43:22 UTC, eugene wrote: > >> hello everyone, > >> is there any kind of smart pointers or something in D instead > >> of GC? > >

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Nordlöw via Digitalmars-d
On Monday, 2 January 2017 at 15:30:34 UTC, Stefan Koch wrote: I plan to improve dmd. After newCTFE is merged, I will work on the template-subsystem. Does that include improved template restriction diagnostics upon failing instantiations :) As well as on the general infrastructure in dmd.

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Ilya Yaroshenko via Digitalmars-d
On Monday, 2 January 2017 at 15:30:34 UTC, Stefan Koch wrote: On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! I plan to improve dmd. After newCTFE is merged, I will work on the

Re: ARC in D

2017-01-02 Thread eugene via Digitalmars-d
On Monday, 2 January 2017 at 15:49:47 UTC, Stefan Koch wrote: On Monday, 2 January 2017 at 15:43:22 UTC, eugene wrote: hello everyone, is there any kind of smart pointers or something in D instead of GC? It's coming! is it coming for real, or just for the record?

Re: ARC in D

2017-01-02 Thread Stefan Koch via Digitalmars-d
On Monday, 2 January 2017 at 15:43:22 UTC, eugene wrote: hello everyone, is there any kind of smart pointers or something in D instead of GC? It's coming!

ARC in D

2017-01-02 Thread eugene via Digitalmars-d
hello everyone, is there any kind of smart pointers or something in D instead of GC?

Re: Standard output does not get flushed in cygwin?

2017-01-02 Thread Anonymouse via Digitalmars-d-learn
On Sunday, 1 January 2017 at 13:04:30 UTC, rikki cattermole wrote: What is your terminal emulator? Poderosa has a known problem for this. Where as ConEmu (which I have since moved over to) works fine. Fun fact, I had a similar file to the yours in /tmp/test.d :) The default mintty. I tried

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread Stefan Koch via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! I plan to improve dmd. After newCTFE is merged, I will work on the template-subsystem. As well as on the general infrastructure in dmd.

Re: What are you planning, D related, for 2017 ?

2017-01-02 Thread WebFreak001 via Digitalmars-d
On Monday, 2 January 2017 at 15:16:31 UTC, Basile B. wrote: Write your plan here, and let's take a rendez-vous next year, to check those plans !! I don't really plan for a whole year but I want to make a game in D and write basically everything I do for my servers, work, etc. in D

Mysql-native - full database backup

2017-01-02 Thread Geert via Digitalmars-d-learn
Hi! How can i create a full database backup using mysql-native for D? https://github.com/mysql-d/mysql-native Thanks!

Re: DIP-1000 and return

2017-01-02 Thread Nordlöw via Digitalmars-d-learn
On Monday, 2 January 2017 at 14:38:53 UTC, Nordlöw wrote: I've tried as many combinations of `return` and `scope` as I can think of such as Update: Qualifying `asStatic` with `@safe pure nothrow @nogc` as T[length] asStatic(T, size_t length)(T[length] arr) @safe pure nothrow @nogc {

What are you planning, D related, for 2017 ?

2017-01-02 Thread Basile B. via Digitalmars-d
Write your plan here, and let's take a rendez-vous next year, to check those plans !!

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Basile B. via Digitalmars-d
On Monday, 2 January 2017 at 13:58:53 UTC, Martin Nowak wrote: On Monday, 2 January 2017 at 02:31:16 UTC, H. S. Teoh wrote: On Sun, Jan 01, 2017 at 11:55:37PM +, deadalnix via Digitalmars-d wrote: But it is not clear if anyone cares at this stage... I care. But I've been using

Re: Terminix Year In Review

2017-01-02 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 2 January 2017 at 00:53:04 UTC, Gerald wrote: Terminix is a GTK 3 tiling terminal emulator that has been designed following the GNOME Human Interface Guidelines. So, how hard would it be for you to swap out parts of the backend? I wrote a terminal emulator in scratch in D for

Happy New Year from the D Language Foundation

2017-01-02 Thread Mike Parker via Digitalmars-d-announce
A brief message from the D Language Foundation, penned by Ali Çehreli, for the D community to send us into the new year. https://dlang.org/blog/2017/01/02/happy-new-year-from-the-d-language-foundation/

Re: Terminix Year In Review

2017-01-02 Thread Edwin van Leeuwen via Digitalmars-d-announce
On Monday, 2 January 2017 at 13:35:21 UTC, Mike Parker wrote: On Monday, 2 January 2017 at 00:53:04 UTC, Gerald wrote: Terminix is a GTK 3 tiling terminal emulator that has been designed following the GNOME Human Interface Guidelines. The project started just over a year ago at the start of

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Martin Nowak via Digitalmars-d
On Monday, 2 January 2017 at 02:31:16 UTC, H. S. Teoh wrote: On Sun, Jan 01, 2017 at 11:55:37PM +, deadalnix via Digitalmars-d wrote: But it is not clear if anyone cares at this stage... I care. But I've been using custom-built DMD on Debian, and it has been working so far. Of course,

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Martin Nowak via Digitalmars-d
On Sunday, 1 January 2017 at 23:55:37 UTC, deadalnix wrote: But it is not clear if anyone cares at this stage... It's fairly embarrassing to read so much uninformed noise. https://trello.com/c/E1LU0SAe/269-issue-16794-deb-not-working-on-ubuntu-16-10-because-of-default-pie-linking (added 5

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Martin Nowak via Digitalmars-d
On Monday, 2 January 2017 at 13:51:15 UTC, Martin Nowak wrote: On Sunday, 1 January 2017 at 23:55:37 UTC, deadalnix wrote: But it is not clear if anyone cares at this stage... It's fairly embarrassing to read so much uninformed noise. Not to mention that everyone could have fixed this bug.

Re: Release 2.072.2

2017-01-02 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 31 December 2016 at 23:49:20 UTC, Meta wrote: Congratulations and thank you for your hard work. Most prominently scope classes work again in @safe code I haven't been following too closely. Does this mean that DIP1000 has been implemented and is behind a feature switch, or is

Re: Release 2.072.2

2017-01-02 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 1 January 2017 at 01:47:17 UTC, Eugene Wissner wrote: Can it be that freebsd64 dub is linked against wrong phobos? I get: Shared object "libphobos2.so.0.71" not found, reuired by "dub". The same was with 2.072.1. It should be statically linked against phobos, please file a bug

Re: Terminix Year In Review

2017-01-02 Thread Mike Parker via Digitalmars-d-announce
On Monday, 2 January 2017 at 00:53:04 UTC, Gerald wrote: Terminix is a GTK 3 tiling terminal emulator that has been designed following the GNOME Human Interface Guidelines. The project started just over a year ago at the start of 2016 and I thought it would be fun to look back at the project

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Nordlöw via Digitalmars-d
On Monday, 2 January 2017 at 01:24:58 UTC, Nordlöw wrote: 2.072.2 was released yesterday. Doesn't that work on Ubuntu 16.10? I automate installation of DMD with https://github.com/nordlow/scripts/blob/master/pget_dmd-stable which was just updated to latest stable

[Issue 17055] this(...) hides this() of mixed in template

2017-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17055 Ketmar Dark changed: What|Removed |Added Hardware|x86_64 |All

[Issue 17055] New: this(...) hides this() of mixed in template

2017-01-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17055 Issue ID: 17055 Summary: this(...) hides this() of mixed in template Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: minor

Re: What are you planning for 2016?

2017-01-02 Thread ikod via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 1. migrate legacy C++ code bases to D when C++ bindings are final? 2. integrate with numerical solutions like

Re: Android Status

2017-01-02 Thread Ignacious via Digitalmars-d-learn
On Monday, 2 January 2017 at 03:08:10 UTC, Joakim wrote: On Sunday, 1 January 2017 at 09:34:24 UTC, Ignacious wrote: Can you try sudo apt-get install libconfig9 I don't know if that will install something different, but it's the command I see others using online. Otherwise, check if the

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread deadalnix via Digitalmars-d
On Monday, 2 January 2017 at 11:15:41 UTC, Russel Winder wrote: On Mon, 2017-01-02 at 01:06 +, deadalnix via Digitalmars-d wrote: […] On a broader note, all my project involving D are on standby since this problem occurred. I'd be a business, this'd be the time where I would put D into

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread deadalnix via Digitalmars-d
On Monday, 2 January 2017 at 01:24:58 UTC, Nordlöw wrote: On Sunday, 1 January 2017 at 23:55:37 UTC, deadalnix wrote: But it is not clear if anyone cares at this stage... 2.072.2 was released yesterday. Doesn't that work on Ubuntu 16.10? Victory ! It took some time but here we are. Good

What is HIPAA Compliant Emails?

2017-01-02 Thread Secure Email Service via Digitalmars-d
What You Should Know About HIPAA and HIPAA Compliance emails?

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Russel Winder via Digitalmars-d
On Mon, 2017-01-02 at 01:24 +, Nordlöw via Digitalmars-d wrote: > On Sunday, 1 January 2017 at 23:55:37 UTC, deadalnix wrote: > > But it is not clear if anyone cares at this stage... > > 2.072.2 was released yesterday. Doesn't that work on Ubuntu 16.10? But is it in the Debian or Ubuntu (or

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Russel Winder via Digitalmars-d
On Sun, 2017-01-01 at 16:04 -0800, Walter Bright via Digitalmars-d wrote: > On 1/1/2017 3:55 PM, deadalnix wrote: > > But it is not clear if anyone cares at this stage... > > I use Ubuntu as my development system for D on Linux. Irrelevant datum. What matters is what programmers out there

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Russel Winder via Digitalmars-d
On Mon, 2017-01-02 at 01:06 +, deadalnix via Digitalmars-d wrote: > […] > On a broader note, all my project involving D are on standby  > since this problem occurred. I'd be a business, this'd be the  > time where I would put D into the trash, use something else and  > never look back. Just

Re: What are you planning for 2016?

2017-01-02 Thread ketmar via Digitalmars-d
On Monday, 2 January 2017 at 10:33:40 UTC, Basile B. wrote: Let's not play the idiots too much... T_T this is the only thing i can do good enough...

Re: What are you planning for 2016?

2017-01-02 Thread Basile B. via Digitalmars-d
On Monday, 2 January 2017 at 10:15:28 UTC, ketmar wrote: On Monday, 2 January 2017 at 10:03:09 UTC, Basile B. wrote: Your doesn't support the Intel Polyglot (TM) technology yet ? alas. CPU is too old, no fancy tech there. it can hardly cope even with 32 bits. Let's not play the idiots too

Re: What are you planning for 2016?

2017-01-02 Thread ketmar via Digitalmars-d
On Monday, 2 January 2017 at 10:03:09 UTC, Basile B. wrote: Your doesn't support the Intel Polyglot (TM) technology yet ? alas. CPU is too old, no fancy tech there. it can hardly cope even with 32 bits.

Re: What are you planning for 2016?

2017-01-02 Thread Basile B. via Digitalmars-d
On Monday, 2 January 2017 at 09:25:28 UTC, ketmar wrote: On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: so, mine results are: 1. migrate legacy C++ code bases to D when C++ bindings are final? never wanted, never did. accomplished. 2. integrate with numerical

Re: What are you planning for 2016?

2017-01-02 Thread ketmar via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: so, mine results are: 1. migrate legacy C++ code bases to D when C++ bindings are final? never wanted, never did. accomplished. 2. integrate with numerical solutions like TensorFlow? never wanted, never did.

Re: What are you planning for 2016?

2017-01-02 Thread Basile B. via Digitalmars-d
On Monday, 2 January 2017 at 08:51:13 UTC, Basile B. wrote: On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 1. migrate legacy C++ code bases to D when C++ bindings are

Re: What are you planning for 2016?

2017-01-02 Thread rikki cattermole via Digitalmars-d
On 02/01/2017 9:51 PM, Basile B. wrote: On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 1. migrate legacy C++ code bases to D when C++ bindings are final? 2. integrate

Re: What are you planning for 2016?

2017-01-02 Thread Basile B. via Digitalmars-d
On Tuesday, 5 January 2016 at 12:27:12 UTC, Ola Fosheim Grøstad wrote: I wonder what kind of programming people plan or _hope_ to use D for in 2016? Do you have plans to: 1. migrate legacy C++ code bases to D when C++ bindings are final? 2. integrate with numerical solutions like

Re: It is still not possible to use D on debian/ubuntu

2017-01-02 Thread Jacob Carlborg via Digitalmars-d
On 2017-01-02 00:55, deadalnix wrote: But it is not clear if anyone cares at this stage... DMD 2.072.2 works for me on Ubuntu 16.10. 2.072.1 does not work. -- /Jacob Carlborg

Re: Databases and the D Standard Library

2017-01-02 Thread Jacob Carlborg via Digitalmars-d
On 2017-01-01 17:50, Chris Wright wrote: Those both limit your ability to use the underlying database to its full potential. They offer a chance for queries that seem simple and efficient to become horribly inefficient. I'm perfectly aware of the limitations and capabilities of ORM's. I'm

Re: Databases and the D Standard Library

2017-01-02 Thread Jacob Carlborg via Digitalmars-d
On 2017-01-02 02:34, Adam Wilson wrote: That was my intention, the knee-jerk reaction that class and interfaces get here sometimes strikes me as a bit histrionic sometimes. They are a tool with a use case. :) I think that the design should try to avoid classes as much as possible for things

  1   2   >