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

Replace beginning-of-defun fn #3458

Merged
merged 1 commit into from
Sep 9, 2023
Merged

Replace beginning-of-defun fn #3458

merged 1 commit into from
Sep 9, 2023

Conversation

p4v4n
Copy link
Contributor

@p4v4n p4v4n commented Sep 8, 2023

Context - Same as clojure-emacs/clojure-mode#663

The functions affected have no direct test coverage atm. Manually tested the below scenario.

(println "Hi") (->> [1 2 3 4] (map inc)| (filter odd?))

Before the change println form is also executed with M-x cider-eval-defun-up-to-point.(cursor at |)

@bbatsov bbatsov merged commit 5718f13 into clojure-emacs:master Sep 9, 2023
14 checks passed
@p4v4n p4v4n deleted the replace-beginning-of-defun branch September 9, 2023 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants