Re: DConf 2014 Lightning Talks

2014-08-07 Thread Bruno Medeiros via Digitalmars-d-announce
On 21/07/2014 20:13, Andrei Alexandrescu wrote: Now available from youtube by default. http://www.reddit.com/r/programming/comments/2bbklj/dconf_2014_lightning_talks/ https://twitter.com/D_Programming/status/491299147015012352 https://www.facebook.com/dlang.org/posts/888753774471638 Andrei

Re: DMD v2.066.0-rc1

2014-08-07 Thread Kagamin via Digitalmars-d-announce
On Wednesday, 6 August 2014 at 16:19:39 UTC, Brad Anderson wrote: I don't think it's difficult for them, I think they often just don't know they can. Environment variables just aren't as well known on Windows these days. If you are an 18 year old getting into programming you likely have never

Re: D:YAML 0.5 (also, D:YAML 0.4.5, TinyEndian 0.1)

2014-08-07 Thread Kiith-Sa via Digitalmars-d-announce
On Wednesday, 6 August 2014 at 21:18:00 UTC, Gary Willoughby wrote: On Wednesday, 6 August 2014 at 17:09:50 UTC, Kiith-Sa wrote: ## D:YAML 0.4.5 ## For compatibility with DMD 2.065, I also made a release out of the last state of git master before 2.066 was required. See the release at

Re: DConf 2014 Lightning Talks

2014-08-07 Thread David Gileadi via Digitalmars-d-announce
On 8/7/14, 4:18 AM, Bruno Medeiros wrote: This is an interesting behavior I've come across, even before watching this talk: Recently I tried IntelliJ IDEA, and it also goes away with any explicit UI notion of saving a file. It just saves files automatically, as you type. This is interesting, and

Re: DMD v2.066.0-rc1

2014-08-07 Thread Meta via Digitalmars-d-announce
On Thursday, 7 August 2014 at 11:30:19 UTC, Kagamin wrote: On Wednesday, 6 August 2014 at 16:19:39 UTC, Brad Anderson wrote: I don't think it's difficult for them, I think they often just don't know they can. Environment variables just aren't as well known on Windows these days. If you are an

Re: DMD v2.066.0-rc1

2014-08-07 Thread Manu via Digitalmars-d-announce
On 7 August 2014 21:30, Kagamin via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Wednesday, 6 August 2014 at 16:19:39 UTC, Brad Anderson wrote: I don't think it's difficult for them, I think they often just don't know they can. Environment variables just aren't as

Re: DMD v2.066.0-rc1

2014-08-07 Thread Dicebot via Digitalmars-d-announce
On Thursday, 7 August 2014 at 15:35:11 UTC, Manu via Digitalmars-d-announce wrote: The Windows/Visual Studio development culture is pretty immature, and expects nothing less than the level of polish and presentation that Microsoft put into Visual Studio. I have no idea how one can call one

Re: DMD v2.066.0-rc1

2014-08-07 Thread Manu via Digitalmars-d-announce
On 8 August 2014 01:41, Dicebot via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Thursday, 7 August 2014 at 15:35:11 UTC, Manu via Digitalmars-d-announce wrote: The Windows/Visual Studio development culture is pretty immature, and expects nothing less than the level

Re: DMD v2.066.0-rc1

2014-08-07 Thread Dicebot via Digitalmars-d-announce
On Thursday, 7 August 2014 at 16:53:57 UTC, Manu via Digitalmars-d-announce wrote: Umm, I don't know what you're talking about exactly. But let me get this straight, it looks like you're saying you are annoyed that it didn't 'just work' out of the box? :P Yeah this is the inly compiler I

Re: D:YAML 0.5 (also, D:YAML 0.4.5, TinyEndian 0.1)

2014-08-07 Thread Gary Willoughby via Digitalmars-d-announce
On Thursday, 7 August 2014 at 13:38:20 UTC, Kiith-Sa wrote: On Wednesday, 6 August 2014 at 21:18:00 UTC, Gary Willoughby wrote: On Wednesday, 6 August 2014 at 17:09:50 UTC, Kiith-Sa wrote: ## D:YAML 0.4.5 ## For compatibility with DMD 2.065, I also made a release out of the last state of

Re: DMD v2.066.0-rc1

2014-08-07 Thread Manu via Digitalmars-d-announce
On 8 August 2014 02:57, Dicebot via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Thursday, 7 August 2014 at 16:53:57 UTC, Manu via Digitalmars-d-announce wrote: Umm, I don't know what you're talking about exactly. But let me get this straight, it looks like you're

Re: DMD v2.066.0-rc1

2014-08-07 Thread Dicebot via Digitalmars-d-announce
On Thursday, 7 August 2014 at 17:05:29 UTC, Manu via Digitalmars-d-announce wrote: On 8 August 2014 02:57, Dicebot via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Thursday, 7 August 2014 at 16:53:57 UTC, Manu via Digitalmars-d-announce wrote: Umm, I don't know what

Re: DMD v2.066.0-rc1

2014-08-07 Thread Dicebot via Digitalmars-d-announce
On Thursday, 7 August 2014 at 17:11:23 UTC, Dicebot wrote: well I don't mind that habits are totally different - but the fact that it is considered an excuse for distributing broken programs (and cl.exe is broken by most basic software usability principles) is frustrating at least. Polishing

Re: DMD v2.066.0-rc1

2014-08-07 Thread Jonathan M Davis via Digitalmars-d-announce
On Thursday, 7 August 2014 at 17:05:29 UTC, Manu via Digitalmars-d-announce wrote: I've never encountered anybody try and use MSC from the command line in about 15 years professionally. LOL. That's almost always how I use VS when I'm forced to use it at work. As soon as I figured out that I

Re: DMD v2.066.0-rc1

2014-08-07 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-08-07 19:15, Dicebot wrote: And here I also mean that all other Windows builds of compilers / interpreters I have used / tried passed that simple sanity test. Some may require complicated setup to do complicated things but hello world is always just that simple. Microsoft seems to be

D:GameVFS 0.2

2014-08-07 Thread Kiith-Sa via Digitalmars-d-announce
D:GameVFS is a (very) minimal virtual file system library for game development. https://github.com/kiith-sa/D-GameVFS I updated D:GameVFS to work with DMD 2.066 and put it on DUB. There are no major changes, just a bunch of small features I added over time as I use it. Note that at this

Re: Cassowary.d

2014-08-07 Thread ketmar via Digitalmars-d-announce
a small update for parser: it is now possible to parse so-called scripts (only from 'string' type for now). sample script can look like this one, which centers two buttons inside the panel, keepeng equal button sizes: ===[cutline]=== var(stay) panel.left = 0, panel.top = 0, panel.width

Re: Miscelaneous D tool updates

2014-08-07 Thread Joakim via Digitalmars-d-announce
On Thursday, 7 August 2014 at 23:36:59 UTC, Brian Schott wrote: Tags and DUB support for all of this will happen when I get around to it. (Or when you get around to it and make a pull request) libdparse: https://github.com/Hackerpilot/libdparse * The lexer/parser/ast code for D written in D