Skip to content
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

Fix: additional items and properties are never discovered and tests failing on windows #72

Merged
merged 5 commits into from
Apr 27, 2020

Conversation

jonaslagoni
Copy link
Member

@jonaslagoni jonaslagoni commented Apr 23, 2020

  • fixes Map/Dictionary Parsing Failing #71
  • Solves a problems with additional items are never checked by the recursive schema function.
  • Solved tests failing on windows but not on linux.

and fixes a problem with "additionalItems" are never checked
… even if not on linux.

Fixed a problem with the parse_test where offsets are not caluclated.
@jonaslagoni jonaslagoni marked this pull request as ready for review April 23, 2020 13:46
@jonaslagoni jonaslagoni requested review from fmvilas and derberg and removed request for fmvilas April 23, 2020 13:46
@jonaslagoni jonaslagoni changed the title Fix all schemas Fix: additional items and properties are never discovered and tests failing on windows Apr 23, 2020
@jonaslagoni
Copy link
Member Author

@ryanskinner do you have time to check if this fixes your overall use-case?

Copy link
Member

@fmvilas fmvilas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good to me. Just minor things 👍

lib/models/asyncapi.js Outdated Show resolved Hide resolved
lib/models/asyncapi.js Outdated Show resolved Hide resolved
jonaslagoni and others added 2 commits April 27, 2020 13:59
@jonaslagoni jonaslagoni requested a review from fmvilas April 27, 2020 12:00
@fmvilas fmvilas merged commit e2973e1 into asyncapi:master Apr 27, 2020
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 0.18.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Map/Dictionary Parsing Failing
3 participants