Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clojure-emacs/cider-nrepl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 49145e6
Choose a base ref
...
head repository: yuhan0/cider-nrepl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 705c3a9
Choose a head ref
  • 14 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 14, 2023

  1. Copy the full SHA
    6bee102 View commit details
  2. Copy the full SHA
    53b2891 View commit details
  3. Copy the full SHA
    bd45364 View commit details
  4. Copy the full SHA
    70a39f6 View commit details

Commits on Jun 15, 2023

  1. Use heuristic for instrumenting top level of #dbg

    Using #dbg on a def/defn should skip the breakpoint since return value
    is uninteresting. Doing otherwise causes :continue to behave incorrectly
    on a top-level instrumented form, since the the toplevel breakpoint is
    registered as the first coor even if it never triggers.
    yuhan0 committed Jun 15, 2023
    Copy the full SHA
    f007e7c View commit details
  2. Copy the full SHA
    2024bf4 View commit details
  3. Copy the full SHA
    297b2cc View commit details
  4. Copy the full SHA
    df2f6ca View commit details
  5. Fix some typos

    yuhan0 committed Jun 15, 2023
    Copy the full SHA
    e08bdb3 View commit details
  6. Update readme

    yuhan0 committed Jun 15, 2023
    Copy the full SHA
    2de1f77 View commit details
  7. Fix interop test failure on newer JDKs

    Test for elements in a known set instead of strict sequence equality,
    since the newly introduced (?) java.lang.StackTraceElement also has a
    .length method.
    yuhan0 committed Jun 15, 2023
    Copy the full SHA
    e381757 View commit details
  8. Fix content-type test failure on macOS

    Compare the canonical file paths, since Java creates temp files in /var
    which is a symlink for /private/var.
    yuhan0 committed Jun 15, 2023
    Copy the full SHA
    aaac6a9 View commit details
  9. Copy the full SHA
    40f1aac View commit details
  10. Fix indentation

    yuhan0 committed Jun 15, 2023
    Copy the full SHA
    705c3a9 View commit details
Loading