-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improve insert_word and insert_identity #394
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## states_with_levels #394 +/- ##
======================================================
+ Coverage 73.32% 73.43% +0.10%
======================================================
Files 43 43
Lines 5170 5180 +10
Branches 1173 1173
======================================================
+ Hits 3791 3804 +13
+ Misses 942 939 -3
Partials 437 437 ☔ View full report in Codecov by Sentry. |
We cannot use |
Improve insert_word and insert_identity
Improve insert_word and insert_identity
Improve insert_word and insert_identity
Improve insert_word and insert_identity
Improve insert_word and insert_identity
Improve insert_word and insert_identity
Improve insert_word and insert_identity
Improve insert_word and insert_identity
This PR, based on notes from PR-Nfa compose, includes:
nfa::Nfa::insert_word()
,nft::Nft::insert_word()
, andnft::Nft::insert_word_by_parts()
, which now have an optional target state (defaultLimits::max_state
).nft::Nft::insert_identity()
that can create identity transitions for each symbol in a given vector.