Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove "Known issues" after fixing only known issue
  • Loading branch information
f-forcher authored Aug 4, 2024
1 parent 9b3e4ab commit 038c649
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,3 @@ RUST_LOG=debug cargo run -- -m deterministic -a indexed-fsm -g 500 -n 500
The `regex-automata` public API does not expose the internal states
of the automata, so a [fork](https://github.com/f-forcher/regex/tree/expose-state-iter) of the Rust stdlib `regex` repo has been made
and its internal `State` API exposed.
## Known issues
Using very large dictionaries may result in failure to produce the right output. The issue seems to be deterministic and independent of the
specific struct-gen algo used, only depending on the dictionary size. It could be connected to the `regex` crate internal implementation of FSM states.

0 comments on commit 038c649

Please sign in to comment.