-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat: Return diffCount and diffPercentage in nodejs bindings #32
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Torben Ewert <Torben@eWert-Online.com>
Co-authored-by: Torben Ewert <Torben@eWert-Online.com>
dmtrKovalenko
added a commit
that referenced
this pull request
Apr 23, 2021
* Split into multiple opam files * generate packages with dune-project * set "use_standard_c_and_cxx_flags" to false * fix public name of bin * Add opam release github action * ci: checkout project sources before releasing * ci: fetch tags * Add synopsis * Setup user and token * Remove --dry-run * feat: Return diffCount and diffPercentage in nodejs bindings (#32) * Implement parsing results output for node bindings * Update ts typings * Use pattern matching over union Co-authored-by: Torben Ewert <Torben@eWert-Online.com> * Better error message Co-authored-by: Torben Ewert <Torben@eWert-Online.com> * Better error handling * Add more tests and format package.json Co-authored-by: Torben Ewert <Torben@eWert-Online.com> * Bump version * Update ts * Split into multiple opam files * generate packages with dune-project * set "use_standard_c_and_cxx_flags" to false * fix public name of bin * Add opam release github action * ci: checkout project sources before releasing * ci: fetch tags * Add synopsis * Setup user and token * Remove --dry-run * ci: Update token location * ci: try cloning opam repo * Delete release-opam.yml investigate automatic releases on a separate branch Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
dmtrKovalenko
added a commit
that referenced
this pull request
May 22, 2021
* Add basic antialiasing support * Remove cache * Update tests / add tests * Add antialiasing flag * fix: remove rewritePrefix (#30) Releases configured with `"esy.release.rewritePrefix": true` cannot be installed into deep filesystem locations (the limit is around 108 characters). * Clip antialiasing check to correct dimensions * feat: Return diffCount and diffPercentage in nodejs bindings (#32) * Implement parsing results output for node bindings * Update ts typings * Use pattern matching over union Co-authored-by: Torben Ewert <Torben@eWert-Online.com> * Better error message Co-authored-by: Torben Ewert <Torben@eWert-Online.com> * Better error handling * Add more tests and format package.json Co-authored-by: Torben Ewert <Torben@eWert-Online.com> * Bump version * Update ts * chore: Split code into multiple opam packages (#28) (#31) * Split into multiple opam files * generate packages with dune-project * set "use_standard_c_and_cxx_flags" to false * fix public name of bin * Add opam release github action * ci: checkout project sources before releasing * ci: fetch tags * Add synopsis * Setup user and token * Remove --dry-run * feat: Return diffCount and diffPercentage in nodejs bindings (#32) * Implement parsing results output for node bindings * Update ts typings * Use pattern matching over union Co-authored-by: Torben Ewert <Torben@eWert-Online.com> * Better error message Co-authored-by: Torben Ewert <Torben@eWert-Online.com> * Better error handling * Add more tests and format package.json Co-authored-by: Torben Ewert <Torben@eWert-Online.com> * Bump version * Update ts * Split into multiple opam files * generate packages with dune-project * set "use_standard_c_and_cxx_flags" to false * fix public name of bin * Add opam release github action * ci: checkout project sources before releasing * ci: fetch tags * Add synopsis * Setup user and token * Remove --dry-run * ci: Update token location * ci: try cloning opam repo * Delete release-opam.yml investigate automatic releases on a separate branch Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com> * Add basic antialiasing support * Remove cache * Update tests / add tests * Add antialiasing flag * Clip antialiasing check to correct dimensions * Fix tests * Make bigarray-first IO version * WIP: add comparing debuggers * Commit test file * Fix compilation * Implement flat bigarray based architecture for antialsing * Fix antialiasing with --diff-mask * More precise type checking for rowPointers fields * switch to 32bit bigarray Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
--parsable-stdout
that emits easy to parse output.