bump trufi_core_planner to v5.14.2 - #3
Merged
Conversation
The package was pinned to v5.11.0 from when this repo was first created. Bring it up to the same release the rest of the workspace runs on so the routing internals (pattern indexing, distance-based ranking, walk-only injection, frequency/calendar metadata) match what the apps already ship. `dart analyze` clean. Integration tests still require a running server on :9090 (unchanged behavior).
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
trufi_core_plannerwas pinned tov5.11.0from when this repo was first created. Bumps the ref tov5.14.2(current latest intrufi-core) so the routing internals — pattern indexing, distance-based ranking, walk-only injection, frequency/calendar metadata, etc. — match what the rest of the workspace already ships.No code changes in this repo, just the dependency bump.
Test plan
dart pub getresolves cleanlydart analyzeclean:9090(unchanged behavior — they were also red before this PR if no server is up)