Skip to content
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

[RFC]: Add functions guess_parse and guess_alphabet #292

Merged
merged 7 commits into from
Oct 22, 2024

Commits on Oct 22, 2024

  1. Add functions guess_parse and guess_alphabet

    It's possible we might want a real API at some point to detect compatible
    alphabets for a given input, but it's not trivial:
    * What do we do about user-defined alphabets?
    * Can we accept parsing the whole sequence twice - once to detect the alphabet,
      and once to construct the sequence?
    * Might there be some downstream problems caused by giving the users functions
      to create type instability in their packages?
    jakobnissen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7b0257d View commit details
    Browse the repository at this point in the history
  2. Fixup: Tests

    jakobnissen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9b11e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eca93d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf018b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40c8bba View commit details
    Browse the repository at this point in the history
  6. Fix typo

    jakobnissen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0ac2d93 View commit details
    Browse the repository at this point in the history
  7. Update changelog etc

    jakobnissen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a9a233e View commit details
    Browse the repository at this point in the history