-
Notifications
You must be signed in to change notification settings - Fork 38
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
Status? #5
Comments
I'v imported the package, the 0.8 spec is OK. But haven't support 1.0 yet. You should Have a try for this fork, which plan to support 1.0 first: |
I am planning on reviving this project, perhaps with support from MuleSoft. If anyone is interested in contributing or help maintaining this project, let me know. :) |
I am just reading up on Go, so I doubt I can do much to help at this time, On Mon, Feb 22, 2016 at 3:02 PM, Alon Diamant [email protected]
|
Have a look, here's an example project that implements JSON Schema in Go: As of right now, this project only supports RAML 0.8, support for 1.0 is planned. |
Is this project still alive? |
Yes. The project has recently gained 2 new maintainers, which will become active in the next few weeks. |
Have a look at https://github.com/raml-org/raml-tck. Might help for any parser test validation. |
@advance512 anything in particular that you would like a helping hand on? I wanted to implement raml , just stumbled on this. I'm quite familiar with go and parsing in general, but I would like to do something that is needed while getting familiar with this. |
@gernest email me at [email protected] |
@advance512 why do we need email for this? You can as well open an issue, describe it then mention me on it. Coz I can't promise to have much time dedicated to this one thing though. I find it to be more convenient if raml was built on top of the yaml library, I mean forking it then implement the raml logic while having direct access to the parser, which is much better than my previous attempt to write everything from scratch. A fast check on v1 it will non trivial to add all the features and being robust in time of speed and efficiency. I might be wrong on this, since I came across this library just a couple of hrs ago. |
I want to add you to a discussion that the new maintainers are having, that's why. You don't have to, of course. If you think you can contribute, PRs are indeed welcome. |
@advance512 can you add me to any discussions? I might be able to help on the RAML workgroup side. Also, are you guys talking to https://github.com/Jumpscale/go-raml/issues/162 as well? Is that a separate project? |
Jumpscale's go-raml is an awesome project which does tons of things, like server/client code generation. Its scope is much broader than the scope of @sichvoge - email me at [email protected] |
What about that support status ? |
It shows about a year ago the last update. Does this fully support 0.8 spec? Is there work ongoing to support 1.0 now?
The text was updated successfully, but these errors were encountered: