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

Fix another error regex bug, limit check to JVM runtime #3698

Merged
merged 6 commits into from
Jun 3, 2024

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    6bd5a36 View commit details
    Browse the repository at this point in the history
  2. Refactor error-matching regexes

    Merge with cider-clojure-unexpected-error into a single regex,
    Match :read-eval-result and :print-eval-result error phases
    yuhan0 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    4d75a17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    789d4f9 View commit details
    Browse the repository at this point in the history
  4. Add test

    yuhan0 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    537efe9 View commit details
    Browse the repository at this point in the history
  5. Rename some variables

    Mark the rx spec defconst vars as private
    Vars named `-regexp` should be strings, not rx specs
    yuhan0 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    3118f5c View commit details
    Browse the repository at this point in the history
  6. Add changelog entry

    yuhan0 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    59398ec View commit details
    Browse the repository at this point in the history