jdiegodcp / ramlfications

Python parser for RAML
https://ramlfications.readthedocs.org
Apache License 2.0
234 stars 50 forks source link

fixed order of uri/base uri params; create undeclared uri params #82

Closed econchick closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 97.36%

Branch #82 has no coverage reports uploaded yet.

Powered by Codecov. Updated on successful CI builds.

tardyp commented 8 years ago

LGTM: makes me a little nervous to implement a pattern matching like specifically this with re, but I guess this is good enough if this is only used in the uri params stuff

econchick commented 8 years ago

Thanks @tardyp ! Can you explain a little bit in more detail what your hesitation is with the pattern matching?