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.
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
Prefix completions with custom python filter #287
Prefix completions with custom python filter #287
Changes from 19 commits
29a2ccc
c6ce35d
a9581a3
366af27
7d4d826
1db1355
8091ea7
beb4e8e
8bfe68d
22200f4
6332f7e
7738ecf
a4e0dcd
a61c913
4ae5864
1d58246
520c4c0
4840270
57302d3
106eba0
659a2b5
80602b3
f959732
3ac42b7
ef51bb3
65396f1
ea7290d
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.
As this method is only available to
WeightedTransition
, should we prevent calls to it with something likethrow std:: logic_error("Not implemented")
instead of having a method that is no-op ?Am good with this as well, just wanna see if this was intentional.
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 had it like this in an earlier version, but I reverted, because it broke completions on dictionaries without weights (test case should exist, so it is easy to find out).
I will try this once more and make a new PR if it doesn't break this case.
So many changes, at some point I lost track.
This file was deleted.