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(alphabetical): account for lost proxies #1008

Merged
merged 3 commits into from
Mar 18, 2020
Merged

fix(alphabetical): account for lost proxies #1008

merged 3 commits into from
Mar 18, 2020

Conversation

P0lip
Copy link
Contributor

@P0lip P0lip commented Mar 11, 2020

Fixes #979

Requires stoplightio/yaml#40 and stoplightio/json#43
Checklist

  • Tests added / updated
  • Docs added / updated

Does this PR introduce a breaking change?

  • Yes
  • No

Additional context

This trick should not be required once we have a different more suited json-ref-resolver library. :D

@P0lip P0lip added t/bug Something isn't working WIP labels Mar 11, 2020
@P0lip P0lip self-assigned this Mar 11, 2020
@P0lip P0lip force-pushed the fix/alphabetical branch from c4cc141 to 7bd7dfd Compare March 17, 2020 16:48
@P0lip P0lip requested a review from nulltoken March 17, 2020 16:48
@P0lip P0lip removed the WIP label Mar 17, 2020
@P0lip P0lip marked this pull request as ready for review March 17, 2020 16:48
@P0lip P0lip force-pushed the fix/alphabetical branch from 7bd7dfd to 6bef427 Compare March 17, 2020 16:54
@P0lip P0lip mentioned this pull request Mar 17, 2020
4 tasks
philsturgeon
philsturgeon previously approved these changes Mar 17, 2020
test('is able to trap object again', () => {
const document = new Document(
`'404':
'200':`,
Copy link
Contributor

Choose a reason for hiding this comment

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

@P0lip Can't this be put in a single line with a \n?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup!

@P0lip
Copy link
Contributor Author

P0lip commented Mar 18, 2020

In order to keep things going, going to merge it.
Just 2 little touches, one addressing comment re test from @nulltoken and the other adjusting the build process.

@P0lip P0lip merged commit 546aeaa into develop Mar 18, 2020
@P0lip P0lip deleted the fix/alphabetical branch March 18, 2020 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alphabetical Ignored When a $ref Exists
3 participants