-
Notifications
You must be signed in to change notification settings - Fork 179
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: yuhan0/cider-nrepl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: debug-exn
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
Can’t automatically merge.
Don’t worry, you can still create the pull request.
- 14 commits
- 8 files changed
- 1 contributor
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6bee102 - Browse repository at this point
Copy the full SHA 6bee102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53b2891 - Browse repository at this point
Copy the full SHA 53b2891View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd45364 - Browse repository at this point
Copy the full SHA bd45364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a39f6 - Browse repository at this point
Copy the full SHA 70a39f6View commit details
Commits on Jun 15, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for f007e7c - Browse repository at this point
Copy the full SHA f007e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2024bf4 - Browse repository at this point
Copy the full SHA 2024bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297b2cc - Browse repository at this point
Copy the full SHA 297b2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for df2f6ca - Browse repository at this point
Copy the full SHA df2f6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for e08bdb3 - Browse repository at this point
Copy the full SHA e08bdb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de1f77 - Browse repository at this point
Copy the full SHA 2de1f77View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e381757 - Browse repository at this point
Copy the full SHA e381757View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for aaac6a9 - Browse repository at this point
Copy the full SHA aaac6a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f1aac - Browse repository at this point
Copy the full SHA 40f1aacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 705c3a9 - Browse repository at this point
Copy the full SHA 705c3a9View commit details
There are no files selected for viewing