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

Fixes block form of #start + add specs #15

Merged

Conversation

jpcamara
Copy link
Contributor

@jpcamara jpcamara commented Dec 3, 2023

  • Because the ensure calls _stop instead of stop, the block form produces invalid json

  • Perfetto is pretty permissive about this and still accepts the file - but other tools break and JSON parsing is broken

  • Also adds first specs for the project, covering a few different scenarios 🎉

@jpcamara jpcamara force-pushed the fix-json-structure-in-block-format branch from 9c7c469 to 64a9ac8 Compare December 3, 2023 18:40
* Because the ensure calls `_stop` instead of `stop`, the block form produces invalid json

* Perfetto is pretty permissive about this and still accepts the file - but other tools break and JSON parsing is broken

* Also adds first specs for the project, covering a few different scenarios 🎉
@jpcamara jpcamara force-pushed the fix-json-structure-in-block-format branch from 64a9ac8 to 23ce67b Compare December 3, 2023 18:49
Copy link
Owner

@ivoanjo ivoanjo left a comment

Choose a reason for hiding this comment

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

👍 This is great, thanks for adding test coverage AND uncovering a bug :)

@ivoanjo ivoanjo merged commit 397c222 into ivoanjo:master Dec 9, 2023
2 of 8 checks passed
@ivoanjo
Copy link
Owner

ivoanjo commented Dec 9, 2023

Interestingly, even without MN, some of the tests break on 3.3 in CI . It's no worse than it was before so at least now we know about it :D

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

Successfully merging this pull request may close these issues.

2 participants