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/clj-refactor.el
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: clojure-emacs/clj-refactor.el
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: deprecate-point-in-reader-conditional
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 27, 2023

  1. Deprecate cljr--point-in-reader-conditional-p

    `cljr--reader-condtional-context` will return the current context at point or nil.
    dgtized committed Apr 27, 2023
    Copy the full SHA
    e0a1234 View commit details
  2. Deprecate cljr-point-in-reader-conditional-branch-p

    (cljr--reader-conditional-context) is more robust and returns *any* of the
    possible context at point (ie :cljs, :clj, :bb, :default).
    dgtized committed Apr 27, 2023
    Copy the full SHA
    d4fb392 View commit details
  3. Deprecate cljr--goto-reader-conditional

    `cljr--beginning-of-reader-conditional` is not an exact match, as this moved to
    the start of the conditional as a side-effect, but it should be trivial to move
    backward to the same point from an excursion to the char returned from cljr--beginning-of-reader-conditional.
    dgtized committed Apr 27, 2023
    Copy the full SHA
    a1c5460 View commit details
  4. Copy the full SHA
    2ce8344 View commit details

Commits on May 20, 2023

  1. Copy the full SHA
    5e136b2 View commit details
Loading