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

Unsorted namespaces: investigate CLJC inconsistency with emacs #741

Closed
borkdude opened this issue Feb 7, 2020 · 0 comments
Closed

Unsorted namespaces: investigate CLJC inconsistency with emacs #741

borkdude opened this issue Feb 7, 2020 · 0 comments
Projects

Comments

@borkdude
Copy link
Member

borkdude commented Feb 7, 2020

When sorting this namespace in emacs with clojure-sort-ns, the conditionals go on top:

(ns foo
  (:require
   #?(:clj [foo.bar])
   [bar.foo]))

but clj-kondo regards this as unsorted, since bar.foo goes before foo.bar.

@borkdude borkdude added this to Needs triage in clj-kondo via automation Feb 7, 2020
@borkdude borkdude added this to To do in Global board via automation Feb 7, 2020
@borkdude borkdude moved this from Needs triage to High priority (next release) in clj-kondo Feb 7, 2020
@borkdude borkdude moved this from High priority (next release) to Next release in clj-kondo Feb 13, 2020
clj-kondo automation moved this from Next release to Done Feb 15, 2020
Global board automation moved this from To do to Done Feb 15, 2020
@borkdude borkdude removed this from Done in Global board Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
clj-kondo
  
Done
Development

No branches or pull requests

1 participant