Fork me on GitHub
#biff
<
2022-02-23
>
Danny Almeida09:02:14

Hi @foo, I was just giving the introducation a try and came across this error

"Could not locate biff_example/dev__init.class, biff_example/dev.clj or biff_example/dev.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name."}}

jeffparker12:02:09

I have run into this issue too and looked into it a bit. I've added details here: https://github.com/jacobobryant/biff/issues/108

Jacob O'Bryant17:02:22

ah, thanks for the catch, I'll fix that soon.

Danny Almeida22:02:08

@jeffparker Thanks for the response. Cheers ๐Ÿ™‚

๐Ÿ‘Œ 1
Jacob O'Bryant22:02:47

Just merged @jeffparkerโ€™s PR, so this should be fixed now. By the way, if anyone wants to try out the example project on the new release, you can clone https://github.com/jacobobryant/biff, git checkout dev, cd example, then follow instructions here: https://github.com/jacobobryant/biff/tree/dev/example#getting-started The application code is pretty much finished; currently I'm working on deployment/dev-in-prod stuff

Danny Almeida22:02:01

@foo Thanks. I'll check it out later today ๐Ÿ‘:skin-tone-3:

๐Ÿ‘Œ 1
Danny Almeida00:02:13

Hi @foo, giving

~/projects/biff-example
as project directory, creates ~ directory under the ~/biff directory instead of under home directory.

Jacob O'Bryant02:02:29

ah, another case I hadn't foreseen. this happens because the input isn't passed through shell expansion. you'll need to just cd to the parent directory first

Danny Almeida23:02:16

No worries... thanks ๐Ÿ™‚

Jacob O'Bryant22:02:47

Just merged @jeffparkerโ€™s PR, so this should be fixed now. By the way, if anyone wants to try out the example project on the new release, you can clone https://github.com/jacobobryant/biff, git checkout dev, cd example, then follow instructions here: https://github.com/jacobobryant/biff/tree/dev/example#getting-started The application code is pretty much finished; currently I'm working on deployment/dev-in-prod stuff