Upgrade ladybug 0.19.1 - #36
Merged
Merged
Conversation
Bump @ladybugdb/core and @ladybugdb/wasm-core from 0.18.0 to 0.19.0.
antlr4ng-cli is deprecated, so switch generate-grammar to invoke antlr4ng directly, then regenerate the checked-in parser against the 0.19.1 grammar.
adsharma
force-pushed
the
upgrade-ladybug-0.19.0
branch
from
August 6, 2026 15:49
673fec1 to
5c9ea9d
Compare
Contributor
|
Just realized that 0.19.1 didn't make it to npmjs because of an error in the build pipeline. Rerunning it now. |
This file contains hidden or 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
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.
Summary
@ladybugdb/coreand@ladybugdb/wasm-corefrom 0.18.0 to 0.19.0 so Explorer is compatible with databases created by Ladybug v0.19.0.src/utils/CypherParser/*) against the v0.19.0 grammargenerate-grammarto invokeantlr4ngdirectly instead of the now-deprecatedantlr4ng-cli(the latter has been unmaintained since Feb 2025 in favor ofantlr-ng).Validation
v0.19.1PyPi package, to confirm compatibility with the 0.19.x on-disk format.ALTER TABLE Foo SET SORTED BY (bar DESC)highlights and executes correctly