vemv

Results 785 comments of vemv

Some low-hanging fruit is that if locally one runs `make test` twice, one is `clean`ing twice so the clone will be performed twice.

We also could use lein-git-down, it's a "xs" task, can do for you if you consider things painful locally (Personally I don't)

False alarm - if I go down, I see the usual structure ``` Class: clojure.lang.Cons --- Contents: 0. {:instant Wed May 08 00:18:29 CEST 2024, :level :error, :file "xxx/middleware.clj", :ns...

> Given how Leiningen is showing its limits in a project like this (Please expand) lein-git-down works perfectly, has never let me down over 5 years. We use it in...

> Not being able to run the test suite directly, having to resort to java call. How is that a 'problem'? Where is it manifested? Have you tried running a...

I think that in some or other discussion we all observed that it's fine to nuke from code and docs. It's not in https://github.com/clojure-emacs/cider/issues/3356 although I'm sure it's uncontroversial.

> Maybe we could somehow provide a banlist of packages which class-info should skip? Yes, please refer to https://github.com/clojure-emacs/orchard/pull/235#issuecomment-2049995452 for the suggested approach If that's too much of an ask,...

I don't know - there are all sorts of exotic Java classes so a file would seem best to me. That, or a System property edn-encoding a list of classes,...

it seems fine to accept packages and classes, separately e.g. orchard.edn with `{:class-info-banlist {:classes ,,, :packages ,,,}}`

Awesome! Let's leave this issue open for a while since users can encounter it independently and it won't be obvious to them what's going on. Suggestions welcome. Are all cider+flowstorm...