orchard icon indicating copy to clipboard operation
orchard copied to clipboard

A fertile ground for Clojure tooling

Results 36 orchard issues
Sort by recently updated
recently updated
newest added

https://github.com/clojure-emacs/orchard/blob/c0e24f71292f4fed8d4d8cf854a99e4a80cf6ee6/src/orchard/java.clj#L385 `11` isn't a special JDK and defaulting to it can mask issues (especially as we complete and enable enrich-classpath)

Closes #158 Before submitting a PR make sure the following things have been done: - [x] The commits are consistent with our [contribution guidelines](../blob/master/.github/CONTRIBUTING.md) - [x] You've added tests to...

## Expected behavior I expect orchard `orchard.namespace/classpath-namespaces` to be resilient to faulty ns declarations. ## Actual behavior The precence of a faulty ns declaration on the class path like `(ns...

There are a few `:cljs` branches in our reader conditionals, but there isn't a cljs runner in our CI. This means an important hole in test coverage. (Thanks for spotting...

This is partly an issue report and partly showing the current state of my edits for discussion. Not suitable for merging as-is. This change allows for java class constructors to...

We should probably add a least a couple of sections regarding the high-level usage of `orchard` and the goals of the project.

good first issue

Currently the eldoc type is either `function` or `variable`: ```clj (defn- extract-eldoc [info] (if-let [arglists (seq (-> info extract-arglists format-arglists))] {:eldoc arglists :type "function"} {:type "variable"})) ``` This means that...

enhancement
good first issue

This PR adds functionality to Orchard to support analyze stacktrace in region or at point commands in Cider. ## Problem As a Clojure programmer I deal a lot with stacktraces....

Hello, this PR adds support for [spec-2](https://github.com/clojure/spec-alpha2) to orchard. spec-2 is supposed to be the successor of `clojure.spec.alpha`, but is still in an experimental state. The main advantage of spec-2...

This is basically a repost of https://github.com/clojure-emacs/cider-nrepl/issues/610, but the origin of the cider-nrepl issue can be found here, in this repository. ## Expected behavior Using orchard (or any other library...

good first issue