Re: rund users welcome

2018-09-20 Thread Jonathan Marler via Digitalmars-d
On Thursday, 20 September 2018 at 23:19:17 UTC, aliak wrote: Somewhat along these lines, I just found a watched a video by a guy who's been working on a programming language called Jai (it has some awesome concepts) and one of the sections he went in to about source files building themselves I

Re: rund users welcome

2018-09-20 Thread aliak via Digitalmars-d
On Wednesday, 12 September 2018 at 13:23:36 UTC, Jonathan Marler wrote: On Wednesday, 12 September 2018 at 10:06:29 UTC, aliak wrote: [...] Yeah I loved working on D. But some of the people made it very difficult. So I've switched focus to other projects that use D rather than

Re: rund users welcome

2018-09-12 Thread Jonathan Marler via Digitalmars-d
On Wednesday, 12 September 2018 at 10:06:29 UTC, aliak wrote: On Wednesday, 12 September 2018 at 01:11:59 UTC, Jonathan Marler wrote: On Tuesday, 11 September 2018 at 19:55:33 UTC, Andre Pany wrote: On Saturday, 8 September 2018 at 04:24:20 UTC, Jonathan Marler wrote: I've rewritten rdmd into

Re: rund users welcome

2018-09-12 Thread aliak via Digitalmars-d
On Wednesday, 12 September 2018 at 01:11:59 UTC, Jonathan Marler wrote: On Tuesday, 11 September 2018 at 19:55:33 UTC, Andre Pany wrote: On Saturday, 8 September 2018 at 04:24:20 UTC, Jonathan Marler wrote: I've rewritten rdmd into a new tool called "rund" and have been using it for about 4

Re: rund users welcome

2018-09-11 Thread Jonathan Marler via Digitalmars-d
On Tuesday, 11 September 2018 at 19:55:33 UTC, Andre Pany wrote: On Saturday, 8 September 2018 at 04:24:20 UTC, Jonathan Marler wrote: I've rewritten rdmd into a new tool called "rund" and have been using it for about 4 months. It runs about twice as fast making my workflow much "snappier". It

Re: rund users welcome

2018-09-11 Thread Andre Pany via Digitalmars-d
On Saturday, 8 September 2018 at 04:24:20 UTC, Jonathan Marler wrote: I've rewritten rdmd into a new tool called "rund" and have been using it for about 4 months. It runs about twice as fast making my workflow much "snappier". It also introduces a new feature called "source directives" where

Re: rund users welcome

2018-09-11 Thread Jonathan Marler via Digitalmars-d
On Tuesday, 11 September 2018 at 17:36:09 UTC, Kagamin wrote: On Tuesday, 11 September 2018 at 15:20:51 UTC, Jonathan Marler wrote: The Posix/Windows 10 cases seem fine, but Windows <10 is not great. MSDN says symbolic links are supported since Vista. Yeah but I think you need Admin

Re: rund users welcome

2018-09-11 Thread Kagamin via Digitalmars-d
On Tuesday, 11 September 2018 at 15:20:51 UTC, Jonathan Marler wrote: The Posix/Windows 10 cases seem fine, but Windows <10 is not great. MSDN says symbolic links are supported since Vista.

Re: rund users welcome

2018-09-11 Thread Jonathan Marler via Digitalmars-d
On Tuesday, 11 September 2018 at 08:53:46 UTC, Kagamin wrote: On Saturday, 8 September 2018 at 04:24:20 UTC, Jonathan Marler wrote: https://github.com/marler8997/rund I have an idea how to push shebang to userland and make it crossplatform: if, say, `rund -install prog.d` would copy/link

Re: rund users welcome

2018-09-11 Thread Kagamin via Digitalmars-d
On Saturday, 8 September 2018 at 04:24:20 UTC, Jonathan Marler wrote: https://github.com/marler8997/rund I have an idea how to push shebang to userland and make it crossplatform: if, say, `rund -install prog.d` would copy/link itself into current folder under name "prog" and when run would

Re: rund users welcome

2018-09-10 Thread Jonathan Marler via Digitalmars-d
On Tuesday, 11 September 2018 at 01:02:30 UTC, Vladimir Panteleev wrote: On Sunday, 9 September 2018 at 04:32:32 UTC, Jonathan Marler wrote: - -od (e.g. for -od.) Hmmm, yeah it looks like rund is currently overriding this. I've attempted a fix but it's hard to cover all the different

Re: rund users welcome

2018-09-10 Thread Vladimir Panteleev via Digitalmars-d
On Sunday, 9 September 2018 at 04:32:32 UTC, Jonathan Marler wrote: - -od (e.g. for -od.) Hmmm, yeah it looks like rund is currently overriding this. I've attempted a fix but it's hard to cover all the different combinations of -of/-od/etc. I'll need to fill out the rest of the tests

Re: rund users welcome

2018-09-09 Thread Nick Sabalausky (Abscissa) via Digitalmars-d
On 09/09/2018 12:32 AM, Jonathan Marler wrote: On Sunday, 9 September 2018 at 03:33:49 UTC, Vladimir Panteleev wrote: - No --main, though that can probably be substituted with -main Yeah, I don't see any reason to duplicate the flag already supported by dmd.  Maybe there's a reason I'm not

Re: rund users welcome

2018-09-09 Thread Jonathan Marler via Digitalmars-d
On Sunday, 9 September 2018 at 09:55:19 UTC, Vladimir Panteleev wrote: On Sunday, 9 September 2018 at 04:32:32 UTC, Jonathan Marler - The .d extension is not implied, like for dmd/rdmd I haven't come up with any reasons to support this. Maybe you can enlighten me? "rund prog" is shorter

Re: rund users welcome

2018-09-09 Thread Vladimir Panteleev via Digitalmars-d
On Sunday, 9 September 2018 at 04:32:32 UTC, Jonathan Marler wrote: - --build-only should imply -od. Maybe...I actually have use cases where I want "--build-only" but want the executable to be built in the normal cache location. Build the program and cache it but don't run it yet. Adding

Re: rund users welcome

2018-09-08 Thread Jonathan Marler via Digitalmars-d
On Sunday, 9 September 2018 at 03:33:49 UTC, Vladimir Panteleev wrote: On Saturday, 8 September 2018 at 04:24:20 UTC, Jonathan Marler wrote: I've rewritten rdmd into a new tool called "rund" and have been using it for about 4 months. It runs about twice as fast making my workflow much

Re: rund users welcome

2018-09-08 Thread Vladimir Panteleev via Digitalmars-d
On Saturday, 8 September 2018 at 04:24:20 UTC, Jonathan Marler wrote: I've rewritten rdmd into a new tool called "rund" and have been using it for about 4 months. It runs about twice as fast making my workflow much "snappier". It also introduces a new feature called "source directives" where

Re: rund users welcome

2018-09-08 Thread Nick Sabalausky (Abscissa) via Digitalmars-d
On 09/08/2018 12:24 AM, Jonathan Marler wrote: I've rewritten rdmd into a new tool called "rund" and have been using it for about 4 months. It runs about twice as fast making my workflow much "snappier". It also introduces a new feature called "source directives" where you can add special