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.
Add
generalizedCostMaxLimit
field to thePageCursor
to enable usingRemoveTransitIfStreetOnlyIsBetter
filter with paging #6474New 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
base: dev-2.x
Are you sure you want to change the base?
Add
generalizedCostMaxLimit
field to thePageCursor
to enable usingRemoveTransitIfStreetOnlyIsBetter
filter with paging #6474Changes from all commits
316db17
4391ac3
cd6a152
2324f68
5b1e251
77c3cfc
9af6665
7c84581
ba3a817
97a4749
e59b70a
45a7c43
7cabb40
b66e83f
e7b641f
833acec
56009b7
d46147f
6f42043
a4b6b3f
433de9f
cd40ff6
67a86c1
fbcd0f4
de777a3
81f5e89
556a8f3
da84174
10735b1
1056e88
475e6e7
63723fe
4663c03
6c15475
49eb97b
2b7b7e4
53c8e0f
643f69c
61a3e55
73d96c1
bfab7ce
b2a541e
3e99206
d8219ec
1df39de
92c68fc
58fedb9
a3801e2
cf9dde8
d830c17
545baa2
12f389b
ce4b25d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Same as above.
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.
I could not find any already used imports that were relevant here. ...Filter vs ...FilterResults
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.
FYI: The
o.o.model.plan.paging
package should not have dependency on itinerary-filter-chainThere 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.
The
org.opentripplanner.routing.algorithm.filterchain.filters.system.NumItinerariesFilterResult
andorg.opentripplanner.routing.algorithm.filterchain.filters.transit.RemoveTransitIfStreetOnlyIsBetterResult
are used from the filterchain, should this be changed?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.
Did we decide what we should do about this?
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.
We still haven't decided what to do about this?