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

Adapt changes in upstream project #400

Merged
merged 41 commits into from
May 17, 2022
Merged

Adapt changes in upstream project #400

merged 41 commits into from
May 17, 2022

Commits on May 16, 2022

  1. add RuleId class

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    765fb52 View commit details
    Browse the repository at this point in the history
  2. Minor update

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    7c06fbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7198b3 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    828edd8 View commit details
    Browse the repository at this point in the history
  5. Reduce formatter indention

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    8edb65c View commit details
    Browse the repository at this point in the history
  6. Refactor theme tests

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    02fe725 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00f4ef7 View commit details
    Browse the repository at this point in the history
  8. Rename some variables in oniguruma package

    This is done to stay closer to upstream project.
    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e66cd50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c705814 View commit details
    Browse the repository at this point in the history
  10. Refactor LineTokenizer

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    3ab8ff9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a6a13f View commit details
    Browse the repository at this point in the history
  12. Change formatter indention

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    12d2f1d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    760b523 View commit details
    Browse the repository at this point in the history
  14. Make TokenTypeMatcher a class

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    a9e2b1e View commit details
    Browse the repository at this point in the history
  15. Add missing test grammar

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    bc6c683 View commit details
    Browse the repository at this point in the history
  16. Reformat LineTokens

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    3f91b2d View commit details
    Browse the repository at this point in the history
  17. Make RawRule setter fluent

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d289122 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ee3af0c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6c14ad0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    10643cf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    998268e View commit details
    Browse the repository at this point in the history
  22. Use Strings.isNullOrEmpty

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    b0366c3 View commit details
    Browse the repository at this point in the history
  23. Configure Java 17 as target

    sebthom committed May 16, 2022
    Configuration menu
    Copy the full SHA
    47a729e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3520629 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    5132373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    773abee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b248d66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    796ceee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ac8233 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b42c541 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f35f9f View commit details
    Browse the repository at this point in the history
  8. Remove unused scopeName field

    sebthom committed May 17, 2022
    Configuration menu
    Copy the full SHA
    8e8fdaf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db50a61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53610e6 View commit details
    Browse the repository at this point in the history
  11. Update github URLs in javadoc

    sebthom committed May 17, 2022
    Configuration menu
    Copy the full SHA
    e5a9f5f View commit details
    Browse the repository at this point in the history
  12. Remove Token class

    sebthom committed May 17, 2022
    Configuration menu
    Copy the full SHA
    8133ed2 View commit details
    Browse the repository at this point in the history
  13. Reorder constructors

    sebthom committed May 17, 2022
    Configuration menu
    Copy the full SHA
    931b43c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    04c2f71 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d3e4a72 View commit details
    Browse the repository at this point in the history
  16. Improve test cases

    sebthom committed May 17, 2022
    Configuration menu
    Copy the full SHA
    6bb73aa View commit details
    Browse the repository at this point in the history
  17. Update tm4e dependencies

    sebthom committed May 17, 2022
    Configuration menu
    Copy the full SHA
    75b6a33 View commit details
    Browse the repository at this point in the history