Re: Is anyone working on a D source code formatting tool?

2015-01-10 Thread Brian Schott via Digitalmars-d
On Saturday, 10 January 2015 at 21:18:58 UTC, Meta wrote: https://github.com/Hackerpilot/dfix Ah, never mind me. Although the functionality between dfix and a dfmt is probably quite similar. dfix is more complicated than it could be because it tries to avoid changing the formatting of the

multidimensional interface generator

2015-01-10 Thread Vlad Levenfeld via Digitalmars-d
Hoping to gauge interest and get some advice on this: Thanks to Kenji's multidimensional operators, I've managed to make a template library for generating multidimensional structures with arbitrary index types. It uses mixin templates that take some user-defined primitives as arguments and

Re: Is anyone working on a D source code formatting tool?

2015-01-10 Thread Brian Schott via Digitalmars-d
On Saturday, 10 January 2015 at 20:18:03 UTC, Walter Bright wrote: Has someone made a dfmt, like http://gofmt.com/ ? I have a module in libdparse that takes an AST and formats it to an output range, but it is still fairly primitive at the moment. It could probably be made into a real

[Issue 13938] IASM shouldn't be able to access TLS variables

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

Re: Game development

2015-01-10 Thread ketmar via Digitalmars-d
On Sun, 11 Jan 2015 01:45:25 + dajones via Digitalmars-d digitalmars-d@puremagic.com wrote: On Sunday, 11 January 2015 at 00:44:00 UTC, ketmar via Digitalmars-d wrote: On Sat, 10 Jan 2015 23:13:28 + dajones via Digitalmars-d digitalmars-d@puremagic.com wrote: On Saturday, 10

Re: Is anyone working on a D source code formatting tool?

2015-01-10 Thread Joakim via Digitalmars-d
On Saturday, 10 January 2015 at 22:11:55 UTC, Walter Bright wrote: On 1/10/2015 12:17 PM, Walter Bright wrote: Has someone made a dfmt, like http://gofmt.com/ ? Next question - standalone tool, or built in to dmd (like Ddoc)? BTW, I think dfmt would be a significant win for D: 1. people

Re: Any upgrades planned for D forums?

2015-01-10 Thread bitwise via Digitalmars-d
The forum is a front-end to a newsgroup. A news reader or email client might have the features you want (including custom styling to your preferences). I thought that this was the case, but I prefer using a web interface. I appreciate having the ability to visit these forums on any

Re: Any upgrades planned for D forums?

2015-01-10 Thread bitwise via Digitalmars-d
Userstyles is a site for Stylish themes, it's an open source extension for most browsers released under GPLv3. So is Filezilla...but would you care to download a copy? ;) http://sourceforge.net/projects/filezilla/files/FileZilla_Client/3.10.0/

Re: Any upgrades planned for D forums?

2015-01-10 Thread weaselcat via Digitalmars-d
On Saturday, 10 January 2015 at 23:14:14 UTC, bitwise wrote: Overall I find the site kind of tough on my eyes, I use a stylish theme to help. https://userstyles.org/styles/65395/dlang-org-dark-theme I am getting more and more weary of downloading software these days unless it's very well

Re: Is it possible to collect object usage information during compilation?

2015-01-10 Thread DaveG via Digitalmars-d
On Saturday, 10 January 2015 at 20:57:00 UTC, Adam D. Ruppe wrote: On Saturday, 10 January 2015 at 20:51:44 UTC, Jacob Carlborg wrote: That would be FreeTDS [1] with D bindings [2]. Unless Microsoft have headers available for interfacing with SQL Server. You can use ODBC if it is a Windows

Thoughts on replacement languages (Reddit + D)

2015-01-10 Thread MattCoder via Digitalmars-d
I saw this post: http://www.reddit.com/r/programming/comments/2s0c3e/thoughts_on_replacement_languages/ And there this comment: http://www.reddit.com/r/programming/comments/2s0c3e/thoughts_on_replacement_languages/cnkzzq7 Comparing Go and D, but some replies are getting a bit harsh against

Re: Any upgrades planned for D forums?

2015-01-10 Thread Joakim via Digitalmars-d
On Saturday, 10 January 2015 at 22:29:42 UTC, bitwise wrote: I'm curious if there are any upgrades coming in the near future. As a D-Newbie, I find myself combing these forums regularly to try and get up to speed on what's going on, but there are several things making it difficult. -I have

Re: Thoughts on replacement languages (Reddit + D)

2015-01-10 Thread thedeemon via Digitalmars-d
On Sunday, 11 January 2015 at 04:31:29 UTC, MattCoder wrote: Comparing Go and D, but some replies are getting a bit harsh against D! So I'm just posting this to call your attention and maybe some experts could reply there too. At this moment I only see some popularity comparisons and I think

Re: Is this visible to all?

2015-01-10 Thread Daniel Murphy via Digitalmars-d
Andrei Alexandrescu wrote in message news:m8sr3k$2s2e$1...@digitalmars.com... Some links on github are only visible to admins/committers. Is this available to all? https://github.com/pulls?user=D-Programming-Language Andrei You can log out to see if the page is publically visible.

<    1   2