Kyle Fuller
Kyle Fuller
We should already be causing a warning for this in some cases: https://github.com/apiaryio/snowcrash/blob/master/src/ActionParser.h#L548. For some reason this case is not being check as it is not an action.
Linking together https://github.com/apiaryio/snowcrash/issues/269
@jmatsushita that case does in Drafter, but I think you mean: ```apib # My Array (array) This is a top level block description ## Items - (string) ```
According to MSON specification, `(` and `)` are not used for included mixins at all. The syntax is `+ Include A` not `+ Include (A)`. No type attributes are permitted....
There's already automation from dockerhub, but looks like a token expired. Will look into getting that fixed, thanks for reporting. For some reason there isn't alerting that this failed on...
Possibly related to https://github.com/apiaryio/drafter/issues/607
I’ve spent a bit of time on this, the underlying problem is that the drafter-cli target has an output name of `drafter` (the binary name is drafter). We also have...
The same problem exists for objects as well as array.
Another case to reproduce: ```apib + Response 200 (application/json) + Attributes + location (array, fixed) + `43.3` (number, sample) + `-8.41` (number, sample) ```
Hi @goganchic, to prevent any wasted work here I'd recommend you first create an proposal for the syntax as outlined in the contribution guides: https://apiblueprint.org/support.html#api-blueprint-request-for-comments. I think it would be...