vemv

Results 256 issues of vemv

Per https://github.com/clojure-emacs/clojure-mode/pull/651/files#r1224358671 : > If function `clojure-sexp-starts-until-position` is called directly, then yes, it will loop forever for any single form in buffer. But this bug is triggered without user doing...

bug

> Fixes https://github.com/clojure-emacs/cider/issues/3606 Addresses indentation and other warnings. Sadly we cannot immediately upgrade the CI linting, because: * Emacs 29 deprecates lax-plist-* functions * The alternative is based on an...

The port inference we do based in `lsof` should exclude the YourKit port, which isn't something we can cider-connect to.

I encountered this one today: ``` 2024-01-23 19:30:31.000 [qtp1494871543-1108] ERROR foo.bar.baz - ERROR: operator does not exist: uuid = character varying Hint: No operator matches the given name and argument...

`cider-inspector-inspect-last-exception` is meant to inspect the exception of the current stacktrace, as stored in `*e`. However `*e` can sometimes store a different exception. I experienced it the other day for...

I noticed that when one visits https://github.com/clojure-emacs/cider on a browser, the README is buried by an abundance of source files. As a counter-example, I found it very refreshing to visit...

It would seem desirable to retain the point absolute position (which might be different from `(point)`) across Inspector screens. This way, one could e.g. [tap sub-items](https://github.com/clojure-emacs/orchard/issues/215), or opening URLs, etc...

An overlay is displayed through `cider--display-interactive-eval-result` when a compilation error happens, but only when doing interactive evaluation. (Note that that is the intended design, and fully makes sense: we use...

enhancement

`M-x cider-javadoc` doesn't appear to work for .jar javadocs, as enabled by enrich-classpath. I don't immediately know what the correct behavior should be tbh - perhaps uncompressing them to a...

Friendly session calculation has always be at least a touch slow ([ref](https://github.com/clojure-emacs/cider/issues/3344), [ref](https://github.com/clojure-emacs/clojure-mode/issues/665#issuecomment-1716440552)), and even more so following recent additions to it. All slow paths have in common that they...