-
Notifications
You must be signed in to change notification settings - Fork 629
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
Clojure improvements #4123
Comments
I will accept pull requests to solve this issue. HOWEVER, '.b' test cases are welcome. Preparing test cases is one of the ways to drive the developers. The test cases help the developers by reducing the time to learn the target language. See #4065. The value of test cases is immeasurable. We can add code to extract |
Fair, I'll come up with test cases 👍 |
Thank you. I would like you to read https://docs.ctags.io/en/latest/testing-parser.html#units-test-facility . |
The name of the parser: clojure
Ctags only supports functions and namespaces in Clojure, lacking e.g. types and variables.
Find the examples of def and defonce for variables; defmacro for macros; defmulti for multimethods and defmethod for methods; deftype and defrecord for types; defprotocol and definterface for Clojure and Java interfaces respectively.
I cannot provide examples beyond these posts because most of the Clojure I do it private/proprietary 🙈
The version of ctags:
How do you get ctags binary: pacman on Arch Linux
The text was updated successfully, but these errors were encountered: