biff

Oleksii Koval 2024-12-29T13:10:00.242159Z

Hello I am trying to follow the tutorial but hitting the issue:

Execution error (IllegalArgumentException) at orchard.misc/require-and-resolve (misc.clj:161).
No such namespace: orchard.java.parser-utils
It seems it has something to do with cider-nrepl? But I can't find a way to upgrade the version as its not listed in deps.edn for the project itself... It seems to be sub dependency

2025-01-05T08:38:33.460719Z

Thanks--just made a new release; you can update your biff deps to {:git/tag "v1.8.27", :git/sha "94eb24d", ...}

❤️ 1
Oleksii Koval 2025-01-04T19:52:34.844359Z

this fix works for me: https://github.com/jacobobryant/biff/pull/236

2024-12-29T22:33:20.787269Z

Hm, yeah maybe the problem is a version mismatch between what your editor needs. the dependency is here: https://github.com/jacobobryant/biff/blob/1a1eccf8d65bf0e26adb0aab3e51c4cd4f81e138/deps.edn#L4. you can override it in your project's deps.edn file.