Tina Müller (tinita)
Tina Müller (tinita)
Ok, I had a quick look into the code handling the classname, it looks broken. I'll have a look, but I can't promise a fix for the next major release,...
Hi, actually you can write the spec in perl - it's just a hash of hashes and arrays. It would then be possible to dump it in any format. So...
Yeah, my work with Swagger is one of the reasons I started this =) I also thought about handling input and output. How would you define it? Maybe allow some...
@dakkar funny, your definitions look just like mine (name, summary, aliases etc.). I guess that means that we chose good names ;-) It also can do completion?
@dakkar oh wow, appspec has its first user! \o/
yeah, i'm not familiar enough with Moo and did it the old school manual way so far. I have been refactoring a lot and I hope I have to do...
Thanks, I'm planning some renaming (and lazy loading) anyway, so that it easier to have plugins. I thought about `App::Spec::Generator::Completion::*` angel-PS1 looks interesting =)
I would actually like to move the completion and pod generator to App::AppSpec, so that App::Spec(::Run) is the only thing you need to install for running the app.
There is the wiki, but a bit outdated: https://github.com/yaml/yaml-test-suite/wiki/Data-Point-Semantics I think it was linked from the readme at some point. We need time to update it since the sources were...
You should also be able to find all tests with titles here: * https://matrix.yaml.info/sheet/valid.html * https://matrix.yaml.info/sheet/invalid.html All tests taken from the spec examples are named as such. The test ids...