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

refactor: Several small changes #547

Merged
merged 6 commits into from May 20, 2022
Merged

refactor: Several small changes #547

merged 6 commits into from May 20, 2022

Commits on May 18, 2022

  1. refactor(tokenizer): Reconsume directly

    No need to unconsume, then go through a second loop
    fb55 committed May 18, 2022
    Copy the full SHA
    a35af02 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f0c02af View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3ae1c6b View commit details
    Browse the repository at this point in the history
  4. chore(test): Use local indices for test IDs

    Before, the order in which files were loaded decided the final indices. A new test file could make our test-suite fail.
    fb55 committed May 18, 2022
    Copy the full SHA
    c426f9c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    04a4893 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. refactor(tokenizer): Use ternary

    fb55 committed May 20, 2022
    Copy the full SHA
    7a7f95e View commit details
    Browse the repository at this point in the history