When will we have std.log?

2012-10-06 Thread domain
It has been suspended for a long time. Any plan?

Re: So, User-Defined Attributes

2013-01-05 Thread Domain
On Saturday, 5 January 2013 at 22:57:03 UTC, Jacob Carlborg wrote: On 2013-01-05 23:44, Philippe Sigaud wrote: Well, first that would be nice to have the grammar online :) Yeah, still waiting for that pull request to be merged. UDA can not apply to function argument? enum attr; void func(@

Re: std.uni vs std.unicode and beyond?

2013-05-21 Thread Domain
On Tuesday, 21 May 2013 at 12:51:05 UTC, Dmitry Olshansky wrote: The pitch by deadalnix: I strongly push into renaming it to std.unicode . As said in the other thread : uni can be unicode, but also unique, union, unit, uniform, unix, unijambist, whatever. When theses pile up in a large libra

Re: std.uni vs std.unicode and beyond?

2013-05-22 Thread Domain
On Thursday, 23 May 2013 at 05:32:13 UTC, deadalnix wrote: On Thursday, 23 May 2013 at 03:15:44 UTC, Jonathan M Davis wrote: Every time that a library change is introduced it's done in a way that allows the programmer time to migrate their code. I'm not aware of any case thus far where we've pu

Re: dlang.org appears to be blocked in China

2013-12-14 Thread Domain
On Saturday, 14 December 2013 at 10:15:35 UTC, Lionello Lunesu wrote: ...and I'm having this D workshop tomorrow. Is there a mirror with the latest DMD binaries for all platforms? If not, I will copy the binaries over to my personal server as a temp mirror. L. 我在中国,可以访问dlang.org啊! I can ac

Re: D and reflection

2014-05-07 Thread Domain via Digitalmars-d
On Wednesday, 7 May 2014 at 18:24:23 UTC, Kapps wrote: On Wednesday, 7 May 2014 at 16:51:10 UTC, amehat wrote: Hello everyone, I'm working on porting a java library in D, and I stuck on a class because it works with the reflection. From what I've read on prowiki (http://www.prowiki.org/wiki

Writing large data to file

2016-01-10 Thread Domain via Digitalmars-d
I am writing a split-liked tool, and want to write some large data (>4GB) to a single file. But this is not possible while using std.file.write, at least on windows. And I need dig into the source code to find out the reason (Windows API WriteFile uses DWORD as the input size). So why not call

Re: Writing large data to file

2016-01-11 Thread Domain via Digitalmars-d
On Tuesday, 12 January 2016 at 07:15:33 UTC, Ali Çehreli wrote: On 01/10/2016 06:43 PM, Domain wrote: I am writing a split-liked tool, and want to write some large data (>4GB) to a single file. But this is not possible while using std.file.write, at least on windows. And I need dig into

Re: Dll support: testers needed

2018-01-09 Thread Domain via Digitalmars-d
On Saturday, 6 January 2018 at 19:32:51 UTC, Benjamin Thaut wrote: I'm currently back on dll support and I'm applying finishing touches to my dll support PR. Now I want to know if I missed any corner cases and it would be great if a few more people gave the dll support a try. [...] I am gla

Re: Dll support: testers needed

2018-01-10 Thread Domain via Digitalmars-d
On Wednesday, 10 January 2018 at 11:30:47 UTC, Benjamin Thaut wrote: Am 10.01.2018 um 05:18 schrieb Domain: On Saturday, 6 January 2018 at 19:32:51 UTC, Benjamin Thaut wrote: I'm currently back on dll support and I'm applying finishing touches to my dll support PR. Now I want to

Re: Dll support: testers needed

2018-01-10 Thread Domain via Digitalmars-d
On Wednesday, 10 January 2018 at 13:14:10 UTC, Benjamin Thaut wrote: Am 10.01.2018 um 13:39 schrieb Domain: Sorry, my mistake. But I cannot use your binary: D:\>dmd -m64 -shared dll.d -ofdll.dll Error: unrecognized file extension dll This works just fine for me. What is the output w

Re: Dll support: testers needed

2018-01-10 Thread Domain via Digitalmars-d
On Wednesday, 10 January 2018 at 13:14:10 UTC, Benjamin Thaut wrote: Am 10.01.2018 um 13:39 schrieb Domain: Sorry, my mistake. But I cannot use your binary: D:\>dmd -m64 -shared dll.d -ofdll.dll Error: unrecognized file extension dll This works just fine for me. What is the output w

Re: Dll support: testers needed

2018-01-11 Thread Domain via Digitalmars-d
On Thursday, 11 January 2018 at 18:56:23 UTC, Benjamin Thaut wrote: Am 11.01.2018 um 05:10 schrieb Domain: [...] As I said in the first post, I'm not interrested in linker errors due to missing 'export' annotation. std.experimental.logger does not have an export annotation

Re: Dll support: testers needed

2018-01-11 Thread Domain via Digitalmars-d
On Thursday, 11 January 2018 at 18:56:23 UTC, Benjamin Thaut wrote: Am 11.01.2018 um 05:10 schrieb Domain: [...] As I said in the first post, I'm not interrested in linker errors due to missing 'export' annotation. std.experimental.logger does not have an export annotation

Re: D-dll support: testers needed round 2

2018-07-01 Thread Domain via Digitalmars-d
On Friday, 9 February 2018 at 20:34:33 UTC, Benjamin Thaut wrote: My work on dll support for D continues. There is another iteration I need help testing with. Any update?

Re: Give DLS a try

2018-08-09 Thread Domain via Digitalmars-d
s. So thanks for the hard work and keep it up! I'll try to keep it up :) I just give it a try in visual studio code, but I got errors: [Error - 20:39:54] Starting client failed Error: Unsupported server configuration { "command": "" } at _getServerWorkingDir.th

Re: anyone using msgpackrpc-d ? it's currently broken and doesn't seem maintained

2017-06-12 Thread Domain via Digitalmars-d
On Monday, 12 June 2017 at 18:12:38 UTC, Timothee Cour wrote: any help on this would be most welcome: https://github.com/msgpack-rpc/msgpack-rpc-d/issues/16 Unfortunately I find the RPC support in D lacking. Having a good RPC integration for D is key for production use of D where one wants to

Re: why no statements inside mixin teplates?

2017-07-27 Thread Domain via Digitalmars-d
On Friday, 12 May 2017 at 20:51:17 UTC, سليمان السهمي (Soulaïman Sahmi) wrote: On Friday, 12 May 2017 at 00:20:13 UTC, سليمان السهمي (Soulaïman Sahmi) wrote: Is there a rational behind not allowing statements inside mixin templates? ... I guess the answer is, nobody has written a DIP for it?