-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support dub's new dub.sdl project format #626
Comments
|
Is there any rational decision behind enabling sdl? |
|
It was mostly about having comment support without using a json subset |
|
& a less strict language syntax. Okay, makes sense. |
…(yet untested). Developing #626 dub.sdl support can get started now.
…nput "stream", so the dub.json-Reader may accept JsonReaders for in-code subpackages.. should be improved later on
|
any ETA on this ? |
|
Okay, so I put a hand on this.. I think today + some hotfixes tomorrow. |
…, so dub.sdl-files may be parsed now. Tests & interpretation of parsed sdl-contents are left to do.
|
Finished a first approach for the sdl parser. Let's see :) |
…g and DubProjectConfiguration.DeserializeFromPackageJson to DubJson.
|
Is this in a mono-d release already ? |
|
Not yet..I'm just too lazy and underpriorizing mono-d development currently :/ |
|
Now it's been established. Huge sorry for all the time I didn't do anything. |
Now .sdl is the default format for new projects generated by dub init.
The text was updated successfully, but these errors were encountered: