This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Warning "Mixin base type should be the same as parent base type" on parent which is implicit object #243
Labels
Comments
As tested in https://github.com/apiaryio/protagonist-include-issue, this issue occurs also when doing following: + Attributes
+ id
+ name (string, required)
+ colors: red, brown (array)
+ Include DimensionsMixin
...
## Data Structures
### DimensionsMixin (object)
+ dimensions
+ height: 20 (number)
+ width: 30 (number)
+ length: 40 (number) I get the same warning, although there are no arrays in my mixin! |
This might be because of another bug. apiaryio/snowcrash#362. |
@pksunkara Yes, I think @kylef did some research about this last Thursday and came to conclusion that it's still the same problem and resolving it would probably close many issues on Drafter/Snowcrash. It seemed to me that the apiaryio/snowcrash#362 is probably the oldest record for the issue, the rest are sort of duplicates or very close issues. |
This was referenced Apr 5, 2016
Merged
Fixed by #280 |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get warning from Atom's API Blueprint Linter
when specifying mixin on object without explicit type:
Compare with:
The text was updated successfully, but these errors were encountered: