Re: [your code here] HexViewer

2017-08-02 Thread Nick B via Digitalmars-d
On Wednesday, 2 August 2017 at 19:39:18 UTC, Andre Pany wrote: This application opens the file passed as argument and display the content in hex and text format: Is this code in GitHub or DUB ? Is there a link ? Nick

Re: Vectorflow: a neural network library for sparse data from Netflix

2017-08-02 Thread Seb via Digitalmars-d-announce
On Wednesday, 2 August 2017 at 18:02:10 UTC, Ali Çehreli wrote: On 08/02/2017 10:40 AM, Benoit Rostykus wrote: Netflix is happy to open-source its first D library. Blog post: https://medium.com/@NetflixTechBlog/introducing-vectorflow-fe10d7f126b8 Repo: https://github.com/Netflix/vectorflow

Re: Who maintains the D website?

2017-08-02 Thread Andrej Mitrovic via Digitalmars-d
On Thursday, 3 August 2017 at 00:18:38 UTC, Andrej Mitrovic wrote: Is there a single person who's the main maintainer of the D website..? If not, I have some ideas on how to improve it. Not just ideas, I'd like to give a host at improving it myself, really. Sorry that was a weird typo. I

Re: [your code here] HexViewer

2017-08-02 Thread Steven Schveighoffer via Digitalmars-d
On 8/2/17 5:27 PM, Nick B wrote: On Wednesday, 2 August 2017 at 19:39:18 UTC, Andre Pany wrote: This application opens the file passed as argument and display the content in hex and text format: Is this code in GitHub or DUB ? Is there a link ? Here is a link:

Re: [your code here] HexViewer

2017-08-02 Thread Vladimir Panteleev via Digitalmars-d
On Wednesday, 2 August 2017 at 19:39:18 UTC, Andre Pany wrote: This application opens the file passed as argument and display the content in hex and text format: Good idea! But I think it needs more ranges: void main(string[] args) { import std.algorithm, std.format, std.stdio; enum

[Issue 14793] net.curl.download https broken - windows

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793 Yury Korchemkin changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: How do you use D?

2017-08-02 Thread Moritz Maxeiner via Digitalmars-d
On Wednesday, 2 August 2017 at 21:30:11 UTC, SCev wrote: guys don't do your own IDE, i see everyone working on his own IDE, please just make plugin for famous crossplatform IDE.. this will be better for comunity But I'm NIH interested in having my own plugin for Sublime which does exactly

Re: why won't byPair work with a const AA?

2017-08-02 Thread Steven Schveighoffer via Digitalmars-d-learn
On 8/2/17 2:06 PM, H. S. Teoh via Digitalmars-d-learn wrote: On Wed, Aug 02, 2017 at 01:15:44PM -0400, Steven Schveighoffer via Digitalmars-d-learn wrote: [...] It's not currently legal, you can't have inout members of a struct. This could be added, but it still wouldn't work, because you

[Issue 16474] CTFE pow

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16474 --- Comment #4 from uplink.co...@googlemail.com --- newCTFE is eventually going to fix that. and other compile-time floating-point issues as well. --

Re: [your code here] HexViewer

2017-08-02 Thread H. S. Teoh via Digitalmars-d
On Wed, Aug 02, 2017 at 09:59:23PM +, Vladimir Panteleev via Digitalmars-d wrote: > On Wednesday, 2 August 2017 at 19:39:18 UTC, Andre Pany wrote: > > This application opens the file passed as argument and display the > > content in hex and text format: > > Good idea! But I think it needs

Who maintains the D website?

2017-08-02 Thread Andrej Mitrovic via Digitalmars-d
Is there a single person who's the main maintainer of the D website..? If not, I have some ideas on how to improve it. Not just ideas, I'd like to give a host at improving it myself, really.

Re: [your code here] HexViewer

2017-08-02 Thread H. S. Teoh via Digitalmars-d
On Wed, Aug 02, 2017 at 09:27:07PM +, Nick B via Digitalmars-d wrote: > On Wednesday, 2 August 2017 at 19:39:18 UTC, Andre Pany wrote: > > This application opens the file passed as argument and display the > > content in hex and text format: > > > > Is this code in GitHub or DUB ? > Is there

Re: Vectorflow: a neural network library for sparse data from Netflix

2017-08-02 Thread bachmeier via Digitalmars-d-announce
On Wednesday, 2 August 2017 at 21:54:51 UTC, Walter Bright wrote: On 8/2/2017 12:01 PM, bachmeier wrote: I was going to submit it to Reddit but someone beat me to it: https://www.reddit.com/r/programming/comments/6r6dwp/netflix_opensources_its_first_d_library_vectorflow/ Submit it to Hacker

Re: [your code here] HexViewer

2017-08-02 Thread Vladimir Panteleev via Digitalmars-d
On Wednesday, 2 August 2017 at 21:58:18 UTC, H. S. Teoh wrote: Whoa. This is cool and everything, but it also looks pretty intimidating for a newcomer to D. I'm not sure if we should put this on the front page! Perhaps we should make some examples only available if the user selects them

Netflix opensources its first D library: Vectorflow

2017-08-02 Thread Walter Bright via Digitalmars-d-announce
https://www.reddit.com/r/programming/comments/6r6dwp/netflix_opensources_its_first_d_library_vectorflow/

Re: How do you use D?

2017-08-02 Thread SCev via Digitalmars-d
guys don't do your own IDE, i see everyone working on his own IDE, please just make plugin for famous crossplatform IDE.. this will be better for comunity VSCode/Atom/Xamarin Studio/IntelliJ my team don't want use D cause IDEs are all shit

Re: [your code here] HexViewer

2017-08-02 Thread Steven Schveighoffer via Digitalmars-d
On 8/2/17 3:39 PM, Andre Pany wrote: This application opens the file passed as argument and display the content in hex and text format: 00 00 03 00 00 00 64 00 00 00 FF 56 01 00 00 70 ......d... V..p 02 00 FF A6 00 00 00 20 02 00 00 00 00 00 00 00. ª... ... 00 00 00 00 00 00 00 00

Re: [your code here] HexViewer

2017-08-02 Thread Vladimir Panteleev via Digitalmars-d
On Wednesday, 2 August 2017 at 21:59:23 UTC, Vladimir Panteleev wrote: Good idea! But I think it needs more ranges: The format call can be substituted with writefln directly: void main(string[] args) { import std.algorithm, std.format, std.stdio; enum cols = 16;

[Issue 16474] CTFE pow

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16474 --- Comment #5 from Manu --- True, but that could still be a long way off, and this should have already been working like, 10 years ago... it'd be good to have a default fix in existing ctfe code. --

Re: Netflix opensources its first D library: Vectorflow

2017-08-02 Thread Joakim via Digitalmars-d-announce
On Wednesday, 2 August 2017 at 21:31:19 UTC, Walter Bright wrote: https://www.reddit.com/r/programming/comments/6r6dwp/netflix_opensources_its_first_d_library_vectorflow/ No. 2 liked proggit link of the day, should be no. 1 soon: https://www.reddit.com/r/programming/top/?time=day Not doing

Re: Who maintains the D website?

2017-08-02 Thread Moritz Maxeiner via Digitalmars-d
On Thursday, 3 August 2017 at 00:18:38 UTC, Andrej Mitrovic wrote: Is there a single person who's the main maintainer of the D website..? If not, I have some ideas on how to improve it. Not just ideas, I'd like to give a host at improving it myself, really. AFAIK the website is maintained

Re: Who maintains the D website?

2017-08-02 Thread Andrej Mitrovic via Digitalmars-d
On Thursday, 3 August 2017 at 00:26:31 UTC, Moritz Maxeiner wrote: On Thursday, 3 August 2017 at 00:18:38 UTC, Andrej Mitrovic wrote: Is there a single person who's the main maintainer of the D website..? If not, I have some ideas on how to improve it. Not just ideas, I'd like to give a

Re: Who maintains the D website?

2017-08-02 Thread Andrej Mitrovic via Digitalmars-d
On Thursday, 3 August 2017 at 00:48:41 UTC, Andrej Mitrovic wrote: On Thursday, 3 August 2017 at 00:26:31 UTC, Moritz Maxeiner wrote: On Thursday, 3 August 2017 at 00:18:38 UTC, Andrej Mitrovic wrote: Is there a single person who's the main maintainer of the D website..? If not, I have some

Re: [your code here] HexViewer

2017-08-02 Thread Vladimir Panteleev via Digitalmars-d
On Wednesday, 2 August 2017 at 22:02:49 UTC, Vladimir Panteleev wrote: On Wednesday, 2 August 2017 at 21:59:23 UTC, Vladimir Panteleev wrote: Good idea! https://github.com/dlang/dlang.org/pull/1854

Re: Who maintains the D website?

2017-08-02 Thread Moritz Maxeiner via Digitalmars-d
On Thursday, 3 August 2017 at 00:48:41 UTC, Andrej Mitrovic wrote: On Thursday, 3 August 2017 at 00:26:31 UTC, Moritz Maxeiner wrote: On Thursday, 3 August 2017 at 00:18:38 UTC, Andrej Mitrovic wrote: Is there a single person who's the main maintainer of the D website..? If not, I have some

Re: args.d | a command line argument and config file parser

2017-08-02 Thread Robert burner Schadek via Digitalmars-d-announce
On Tuesday, 1 August 2017 at 17:46:57 UTC, H. S. Teoh wrote: I think UDA-driven configuration parsing is ultimately the right direction to go. And by that I mean more than just command-line parsing, but the parsing of configuration parameters in general, including command-line options,

Re: A small benchmarking lib

2017-08-02 Thread Etranger via Digitalmars-d-announce
On Tuesday, 1 August 2017 at 09:02:17 UTC, Etranger wrote: Hi all, Forgot to put an example output and it seems we cannot edit our previous messages. So here is the output of the example in my previous post:

[Issue 15961] [REG2.066] ICE with instance field introduced by anonymous struct

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15961 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/1d76b6fb5958150a404ed193b0aa75ae8064f4c3 Issue 15961 - ICE with instance field introduced by anonymous

[Issue 15794] Lambda cannot get a chance to run its codegen

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15794 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/7df88627e5c9de77516491ec6b6a9359fea4a1a7 Issue 15794 - Lambda cannot get a chance to run its codegen

[Issue 12829] Wrong error line number for closure allocation in @nogc function

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12829 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/146df2580973de9a3d291be7c747e4ac7c7c2f37 Issue 12829 - Wrong error line number for closure allocation

[Issue 14496] void initialization of member with indirections must not be @safe

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14496 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/79490fb8a82af31996bfeb5ea8ddd9aac4303a2e Issue 14496 - void initialization of member with indirections

[Issue 10378] Prevent local imports from hiding local symbols

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10378 --- Comment #38 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/e08bd01d142b0387d2d112a60503495f72f933ef Issue 10378 - Local imports hide local symbols --

[Issue 16116] Infinite loop on (somewhat complex) simd math

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16116 --- Comment #6 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/635ee34c521bacb8215f728c237b3839a1f69fa6 Backport fix for frontend issue 16116 --

[Issue 15789] ICE Assert in TemplateInstance semanticTiargs

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15789 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/2a8484036e98353439754185e4814d5aee5b5aba Issue 15789 - ICE Assert in TemplateInstance semanticTiargs

[Issue 15957] Disabled postblit + template mixin break opAssign with confusing error message

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15957 --- Comment #12 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/7e602e31da3eae7a46171b0b2fb38b701319e28d Issue 15957 - Disabled postblit + template mixin break

[Issue 15411] Function literal accessing variable in declaration scope produces bad error message with inline call

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15411 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/8a73760be1ef00f4d0021b82da3dd68c50626e0f Issue 15411 - Function literal accessing variable in

[Issue 11169] __traits(isAbstractClass) prematurely sets a class to be abstract

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11169 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/37c1edd25e261ac09aebfee28ed6890a01598d16 Issue 11169 - __traits(isAbstractClass) prematurely sets a

[Issue 14886] [REG2.066] std.parallelism.parallel with large static array seems to hang compile

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14886 --- Comment #9 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/53ce42c3256e7a2265613a30399345eac85a7343 Issue 14886 - std.parallelism.parallel with large static

[Issue 15404] [internal] DotIdExp(TOKdot) and DotExp(TOKdotexp)

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15404 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3013487062c87bb585b1362d80b071f59a28e3fc Issue 15404: Use TOKdotid for DotIdExp, TOKdot for DotExp --

[Issue 14669] auto attribute on function parameter should be error always

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14669 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/366c8e9171b18d892a69d961ca4d8655ba28d1cf Issue 14669 - auto attribute on function parameter should be

Re: Bug in gtkd?

2017-08-02 Thread Johnson Jones via Digitalmars-d-learn
Ok, Using msys I was able to get glade 3.20 running. Maybe that will fix everything.

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

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15150 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/72e863ea02676f4eab27e3df6af6aa98ec99f57b Issue 15150 - Public selective import causes conflict --

custom drawing with gktd?

2017-08-02 Thread Johnson Jones via Digitalmars-d-learn
I have a need to draw custom objects with gtkD, is this possible? I see that with drawing area one can use cario, and it seems that gtkD supports this. I'd rather use openGL if possible. I see there is a gtkDGL but no reference to how to use it. I need pretty simple drawing stuff... lines,

[Issue 15579] extern(C++) interfaces/multiple-inheritance

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15579 --- Comment #13 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/1a34a0f00eaf5fb8adf4e55d599d83a3d2657649 Issue 15579 - extern(C++) interfaces/multiple-inheritance

[Issue 15152] [REG2.069.0-devel] template fails to instantiate if argument is itself a template

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15152 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/01de4bb5d7f9362ed9240b192d3046377047c9e1 Issue 15152 - template fails to instantiate if argument is

[Issue 9766] align(n) with n compile-time constant

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9766 --- Comment #12 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/5b42a07a73bb17f52ebea143bcacce033581c076 Issue 9766 - align(n) with n compile-time constant --

[Issue 14802] Template argument deduction depends on order of arguments

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14802 --- Comment #9 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/2e8899541d51890f116a90d4d2f6f6c07a7ae955 Issue 14802 - Template argument deduction depends on order of

[Issue 14858] spurious "Error: overload alias 'foo' is not a variable" when overloading template and non-template via aliases

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14858 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/56edd1af4bddce6752105dafacac9653d9fe2cdb Issue 14858 - spurious "Error: overload alias foo is not a

[Issue 15172] ICE(interpret.c ctfeCompile) Assertion `!fd->semantic3Errors' failed.

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15172 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/dca9baa97dd4f79d4b3a830b8204c9ddd081d832 Issue 15172 - ICE(interpret.c ctfeCompile) Assertion

[Issue 7516] Postblit not called for structs returned from a ternary operator

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7516 --- Comment #8 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3f497efad06f609476b4852482f8ecb24a4d33fd Issue 7516 - Postblit not called for structs returned from a

Re: Vectorflow: a neural network library for sparse data from Netflix

2017-08-02 Thread bachmeier via Digitalmars-d-announce
On Wednesday, 2 August 2017 at 17:40:23 UTC, Benoit Rostykus wrote: Netflix is happy to open-source its first D library. Blog post: https://medium.com/@NetflixTechBlog/introducing-vectorflow-fe10d7f126b8 Repo: https://github.com/Netflix/vectorflow I was going to submit it to Reddit but

[your code here] HexViewer

2017-08-02 Thread Andre Pany via Digitalmars-d
This application opens the file passed as argument and display the content in hex and text format: 00 00 03 00 00 00 64 00 00 00 FF 56 01 00 00 70 .....d... V..p 02 00 FF A6 00 00 00 20 02 00 00 00 00 00 00 00. ª... ... 00 00 00 00 00 00 00 00 00 00 00 00

Re: Using lazy code to process large files

2017-08-02 Thread kdevel via Digitalmars-d-learn
On Wednesday, 2 August 2017 at 17:37:09 UTC, Steven Schveighoffer wrote: What is expected? What I see on the screen when I run my code is: [Ü] Upper case? What I see when I run your "working" code is: [?] Your terminal is incapable of rendering the Latin-1 encoding. The program

Re: Using lazy code to process large files

2017-08-02 Thread ag0aep6g via Digitalmars-d-learn
On 08/02/2017 08:28 PM, kdevel wrote: It's perfectly okay to put any value a octet can take into an octet. I did not claim that the data in the string memory is syntactically valid UTF-8. Read the comment in line 9 of my post of 15:02:22. You're claiming that the data is in UTF-8 when you use

Re: covered - processes output of code coverage analysis performed by the D programming language compiler

2017-08-02 Thread Anton Fediushin via Digitalmars-d-announce
On Tuesday, 1 August 2017 at 20:37:16 UTC, Anton Fediushin wrote: Thanks! Yes, module "covered.loader" can be used, but it isn't complete yet. I'll start working on v1.0.0 tomorrow, changing current design (get as much information as possible and store it) to a new one (get only required

Re: all OS functions should be "nothrow @trusted @nogc"

2017-08-02 Thread Moritz Maxeiner via Digitalmars-d
On Wednesday, 2 August 2017 at 16:32:44 UTC, Andrei Alexandrescu wrote: import std.algorithm; // I probably wouldn't even define this but use the body as is auto strnlen_safe(in char[] str) { return countUntil(cast(ubyte[]) str, '\0'); } Oh that cast it irks me so. -Steve return

Re: why won't byPair work with a const AA?

2017-08-02 Thread H. S. Teoh via Digitalmars-d-learn
On Wed, Aug 02, 2017 at 11:06:03AM -0700, H. S. Teoh via Digitalmars-d-learn wrote: [...] > auto byPair(AA)(inout(AA) aa) > { > alias Modifiers = std.traits.getModifiers!AA; > struct Result { > std.traits.ApplyModifiers!(Slot*,

Re: Using lazy code to process large files

2017-08-02 Thread Steven Schveighoffer via Digitalmars-d-learn
On 8/2/17 2:28 PM, kdevel wrote: On Wednesday, 2 August 2017 at 17:37:09 UTC, Steven Schveighoffer wrote: What is expected? What I see on the screen when I run my code is: [Ü] Upper case? Sorry, should be c3 bc, not c3 9c. I misread the table on that wikipedia entry. What I see when I

[Issue 17192] ParameterDefaults fails when parameter is called "i"

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17192 ag0ae...@gmail.com changed: What|Removed |Added Keywords||pull CC|

Re: why won't byPair work with a const AA?

2017-08-02 Thread H. S. Teoh via Digitalmars-d-learn
On Wed, Aug 02, 2017 at 01:15:44PM -0400, Steven Schveighoffer via Digitalmars-d-learn wrote: [...] > It's not currently legal, you can't have inout members of a struct. > This could be added, but it still wouldn't work, because you can't > "strip off" the inout part upon return. > > The real

Re: [OT] Alternative to Thunderbird (was: Re: NG technical issues: Is it just me?)

2017-08-02 Thread Schrom, Brian T via Digitalmars-d
On Tue, Aug 01, 2017 at 04:58:43PM -0700, H. S. Teoh via Digitalmars-d wrote: > On Tue, Aug 01, 2017 at 03:50:02PM -0700, Ali Çehreli via Digitalmars-d wrote: > [...] > > Perhaps I should get used to reading news and email with Emacs > > already. :/ > [...] > > I've been using Mutt for years, and

Re: [OT] Generative C++

2017-08-02 Thread 12345swordy via Digitalmars-d
On Wednesday, 2 August 2017 at 14:08:21 UTC, jmh530 wrote: On Wednesday, 2 August 2017 at 13:50:49 UTC, 12345swordy wrote: Is it to much to ask for d developers to provide a way to enforce custom coding standards in a similar fashion that @nogc and @safe does? Alex Like the ability to

Re: [OT] Bitcoin's Split Is Good for Progress

2017-08-02 Thread Ali Çehreli via Digitalmars-d
On 08/02/2017 09:21 AM, jmh530 wrote: I was surprised to see a familiar name here: https://www.bloomberg.com/view/articles/2017-08-02/bitcoin-s-split-is-good-for-progress "They -- led by former Facebook developer Amaury Sechet -- moved ahead with new software that would increase the maximum

Re: gtk arch issues(fixed)

2017-08-02 Thread Johnson Jones via Digitalmars-d-learn
On Wednesday, 2 August 2017 at 14:59:39 UTC, Mike Wey wrote: On 01-08-17 22:50, Johnson Jones wrote: So, the problem is simple(but unfortunately a lot of wasted time). gtkD needs to be updated to work well with x64 and x86. I think all one has to do is be able to specify which path of gtk

[Issue 2659] Remove the comma operator

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2659 --- Comment #15 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9232e99814037727a42e0b1a646a908bde68ed40 Issue 2659 - Deprecate using the result of comma expression

[Issue 15389] extern(C++) forward referencing problem

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15389 --- Comment #9 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/0fbec9bdf7d959db71e7b0a9b12d89e44493f340 Issue 15389 - extern(C++) forward referencing problem --

[Issue 12954] deprecated doesn't work with concatenated strings or anything else but a string literal

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12954 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/58b7f1c1e16c2572799d920d236d4ff52551c2de Issue 12954 - Deprecated only works with string literals --

[Issue 17074] extern(C++, keyword) crashes compiler

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17074 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/c8f1a623fe76ee302c3dcfcfae162a1037c18cf4 Issue 17074: extern(C++, keyword) crashes compiler --

[Issue 14818] Unhelpful "does not match template overload set" error

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14818 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3879c2efa369996cc3bc12fc29d4655036f85796 Issue 14818 - Unhelpful "does not match template overload

Re: [OT] Generative C++

2017-08-02 Thread Kagamin via Digitalmars-d
On Tuesday, 1 August 2017 at 22:11:47 UTC, Stefan Koch wrote: It's basically a restricted form of AST-Macros. Not as aweful as it could have been but still quite complex and I have no idea how one would implement that efficiently. They look as efficient as templates. Both duplicate the AST

[Issue 17622] [REG2.075.0-b1] Wrong code with appender and -inline

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17622 Walter Bright changed: What|Removed |Added CC|

Re: Problem of undefined behaviour with overloaded methods and overloaded delegate's invokers

2017-08-02 Thread knex via Digitalmars-d
On Tuesday, 1 August 2017 at 11:30:07 UTC, John Colvin wrote: looks like a bug to me. Please report at issues.dlang.org Let it be, then. Reported at https://issues.dlang.org/show_bug.cgi?id=17710

Re: How do you use D?

2017-08-02 Thread Daniel Kozak via Digitalmars-d
On Fri, Jul 28, 2017 at 4:58 PM, Ali via Digitalmars-d < digitalmars-d@puremagic.com> wrote: > While the Orgs using D page is very nice ... I hoping to hear more > personal stories ... > > So > > How do you use D? > Mainly at work, for lot of things. autoloader - tool for parsing all php

[Issue 16747] [Reg 2.072] Cannot have stack allocated classes in @safe code

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16747 --- Comment #10 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/a96b39b3e871b325fa6fb019b74c720303de716f Issue 16747 - Cannot have stack allocated classes in @safe

[Issue 15607] [ICE] CTFE internal error: bad compare on accessing default-initialized static immutable array of array

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15607 --- Comment #11 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/a2c639bc69b16aa2be06ab466ad6fabcb7956b27 Backport fix for DMD Issue 15607 --

[Issue 14532] switch block allows creating uninitialized variables

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14532 --- Comment #8 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/38c168303afcdf641877e31122106b2276ca642b Issue 14532 - switch block allows creating uninitialized

[Issue 11717] CTFE: [ICE] non-constant value with array and vector ops.

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11717 --- Comment #5 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/5ab26bb7e0dfc0039e80a9bc9d4120af15e18a2f Add error message for Issue 11717 --

[Issue 17711] std.array.byPair should be usable with const AA

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17711 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17711] std.array.byPair should be usable with const AA

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17711 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/0c0aed8662dcd3579de4521c98ce0facbfd774fe Fix issue 17711: std.array.byPair ought to work with

[Issue 17622] [REG2.075.0-b1] Wrong code with appender and -inline

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17622 Walter Bright changed: What|Removed |Added See Also|

[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632 --- Comment #4 from briancsch...@gmail.com --- I don't have to pass any switches to cause this behavior: $ which rdmd /home/brian/.dvm/compilers/dmd-2.075.0/linux/bin/rdmd $ rdmd test.d Segmentation fault Running on 64-bit Linux. --

Re: [OT] Generative C++

2017-08-02 Thread Walter Bright via Digitalmars-d
On 8/2/2017 2:24 AM, Russel Winder via Digitalmars-d wrote: And there was me being a great fan of AST macros in those languages that have them. There are many who share your views here :-)

[Issue 14743] ICE in TemplateInstance::needsTypeInference() with template forward reference

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14743 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/0f2b76200312f0e099da3655ee9e06d34de44f3d Issue 14743 - ICE in TemplateInstance::needsTypeInference()

Re: [OT] Alternative to Thunderbird (was: Re: NG technical issues: Is it just me?)

2017-08-02 Thread Kagamin via Digitalmars-d
Sylpheed?

Re: How do you use D?

2017-08-02 Thread Kagamin via Digitalmars-d
On Saturday, 29 July 2017 at 21:07:24 UTC, H. S. Teoh wrote: Unfortunately, they are not receptive to new languages right now. C is king here, sad to say, and even C++ is only barely tolerated (they basically outlawed C++ exceptions in the name of optimization, and use their own C-based hack

Re: How do you use D?

2017-08-02 Thread Daniel Kozak via Digitalmars-d
s/ok we have to because of failover/ok we have two because of failover/ On Wed, Aug 2, 2017 at 11:29 AM, Daniel Kozak wrote: > On Fri, Jul 28, 2017 at 4:58 PM, Ali via Digitalmars-d < > digitalmars-d@puremagic.com> wrote: > >> While the Orgs using D page is very nice ... I

[Issue 16474] CTFE pow

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16474 --- Comment #3 from Manu --- Come on... surely it's reasonable to expect all builtin operators should work at ctfe!! ;) --

[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632 Walter Bright changed: What|Removed |Added See Also|

[Issue 17632] [REG 2.075-b1] opBinary and delegate code generation

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17632 --- Comment #3 from Walter Bright --- I cannot reproduce this. What switches are used? Anyhow, it appears to be the same issue as 17622. --

Re: [OT] Generative C++

2017-08-02 Thread Russel Winder via Digitalmars-d
On Tue, 2017-08-01 at 15:06 -0700, Walter Bright via Digitalmars-d wrote: > […] > I can't say I understand the proposal, but if it is similar to AST macros, > my  > argument against that is well known and similar to yours And there was me being a great fan of AST macros in those languages that

Re: Bug in gtkd?

2017-08-02 Thread Johnson Jones via Digitalmars-d-learn
On Wednesday, 2 August 2017 at 14:51:45 UTC, Mike Wey wrote: On 02-08-17 08:04, Johnson Jones wrote: Ok, Using msys I was able to get glade 3.20 running. Maybe that will fix everything. Great, unfortunately "Use msys2" seems to be the official way to install anything GTK related on windows.

Re: How do you use D?

2017-08-02 Thread Zwargh via Digitalmars-d
On Monday, 31 July 2017 at 12:32:52 UTC, Nicholas Wilson wrote: On Sunday, 30 July 2017 at 01:53:15 UTC, Zwargh wrote: I am using D to develop a system for rational drug design. The main application for D is for protein 3D structure prediction and statistical analysis using Differential

Re: Netflix opensources its first D library: Vectorflow

2017-08-02 Thread Matt via Digitalmars-d-announce
On Wednesday, 2 August 2017 at 21:31:19 UTC, Walter Bright wrote: https://www.reddit.com/r/programming/comments/6r6dwp/netflix_opensources_its_first_d_library_vectorflow/ Speakng of D in data science (where I think it can get traction), is there a standardized linear algebra library in D?

Re: [your code here] HexViewer

2017-08-02 Thread Andre Pany via Digitalmars-d
On Wednesday, 2 August 2017 at 22:02:49 UTC, Vladimir Panteleev wrote: On Wednesday, 2 August 2017 at 21:59:23 UTC, Vladimir Panteleev wrote: Good idea! But I think it needs more ranges: The format call can be substituted with writefln directly: void main(string[] args) { import

[Issue 17622] [REG2.075.0-b1] Wrong code with appender and -inline

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17622 Vladimir Panteleev changed: What|Removed |Added CC|

[Issue 14793] net.curl.download https broken - windows

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793 Vladimir Panteleev changed: What|Removed |Added Status|REOPENED

gtkD load images

2017-08-02 Thread Johnson Jones via Digitalmars-d-learn
How can be use gtkD to load images, I assume through gdkpixbuf? While I am getting errors loading images through glade's image: (test.exe:8188): Gtk-WARNING **: Could not load image 'a.jpg': Couldn't recognize the image file format for file 'test\a.jpg' (loads fine in glade)

Re: Bug in gtkd?

2017-08-02 Thread Johnson Jones via Digitalmars-d-learn
On Wednesday, 2 August 2017 at 14:51:45 UTC, Mike Wey wrote: On 02-08-17 08:04, Johnson Jones wrote: Ok, Using msys I was able to get glade 3.20 running. Maybe that will fix everything. Great, unfortunately "Use msys2" seems to be the official way to install anything GTK related on windows.

Re: Netflix opensources its first D library: Vectorflow

2017-08-02 Thread Matt via Digitalmars-d-announce
That seems like a good start. I'll probably start contributing within a few weeks. In the long run the goal should probably be to have a "go-to" set of LA libraries, with appropriate data structures that have friendly bindings to GPU LA computations with DCompute.

Re: How do you use D?

2017-08-02 Thread Nicholas Wilson via Digitalmars-d
On Thursday, 3 August 2017 at 03:46:38 UTC, Zwargh wrote: On Monday, 31 July 2017 at 12:32:52 UTC, Nicholas Wilson wrote: On Sunday, 30 July 2017 at 01:53:15 UTC, Zwargh wrote: I am using D to develop a system for rational drug design. The main application for D is for protein 3D structure

  1   2   >