-
Notifications
You must be signed in to change notification settings - Fork 697
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
New Verbal Succinct Transition Instruction #2844
Closed
Closed
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
7b2ab37
added new verbal_succinct_transition_instruction logic to maneuver, m…
kdiluca 6d2ba97
fixed imports and check if streetnames exist per maneuver
kdiluca a337ab9
added more testing
kdiluca 2fb15b3
fixed FormVerbalSuccinctStartTransitionInstruction
kdiluca f248903
Merge branch 'master' into kdiluca-long-streetnames
kdiluca 39b1f5c
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca a233607
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca 8a07c27
reorganized and updated narrativebuilder test
kdiluca 4fccdc0
lint
kdiluca 5da6131
more test edits
kdiluca 756195d
update tests with succinct logic updates
kdiluca 30b46c7
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca 56d963e
fixed formatting
kdiluca ee34ff7
fixed formatting
kdiluca dc944bb
updated changelog
kdiluca 92f41c1
removing maneuver where not needed for now
kdiluca a3e4fd7
updated gurka tests
kdiluca 2a3a217
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca fcd44ac
Merge branch 'master' into kdiluca-long-streetnames
kdiluca ef9d7e9
Merge branch 'master' into kdiluca-long-streetnames
kdiluca 303a36d
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca ff714bd
Merge branch 'kdiluca-long-streetnames' of github.com:valhalla/valhal…
kdiluca 696141b
updates
kdiluca 0d279a8
refactor
kdiluca 4751108
refactor
kdiluca d76217f
update ProcessVerbalSuccinctTransitionInstruction for street name count
dgearhart e39627b
Addded flag succinct flag for milticue
dgearhart 8b66f77
Added call to process multicue for succinct
dgearhart 3affd3e
Updated to make sure succinct exists before setting multicue
dgearhart c85781d
typo
dgearhart a567062
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca 591786a
fixed tests for succinct
kdiluca 4cdc9ae
long street names test
kdiluca de749d5
update street name length threshold
kdiluca 0f3ebc2
added missing breaks
dgearhart 51af4a9
Changed back to 25 for kMaxStreetNameLength
dgearhart 8ebd4d1
adding word length and count functions to util odin
kdiluca 6c8f7d0
added Japenese tests
kdiluca 6376d04
Merge remote-tracking branch 'origin/master' into kdiluca-strlen
kdiluca 6527509
updated changelog
kdiluca 6ea65d4
fixed merged conflict
kdiluca dbc58cd
updated util with new utf-8 strlen functions
kdiluca 5024d83
updated to use new strlen function and added towards to succinct inst…
kdiluca ab33787
fix conflicts after master merge
kdiluca 86d93c6
removed unused succinct functions and fixed destination succinct use
kdiluca 71ceba7
updating tests for succinct
kdiluca 0edc7b3
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca dbd8e7a
fixed FormVerbalSuccinctDestinationTransitionInstruction to use relat…
kdiluca 685665c
update
kdiluca ca8141a
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca c7076dd
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca edccd19
removed the setting of succinct if we are currently not going to use it
kdiluca 68640de
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca 79166c8
Merge remote-tracking branch 'origin/master' into kdiluca-long-street…
kdiluca 221e5d5
removed succinct enter ferry and succinct keep and adjusted tests acc…
kdiluca File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update tests with succinct logic updates
- Loading branch information
commit 756195d5fc76d6287826cb53cc1619d4a99b834a
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove for now