jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
878 stars 43 forks source link

not finding sync'd libs sha in new release #104

Closed jeffp42ker closed 3 years ago

jeffp42ker commented 3 years ago

Updated sha for new release:

 :deps {biff/main {:git/url "https://github.com/jacobobryant/biff"
                   :deps/root "libs/main"
                   :sha "bfe8ad1af316f3d6730bcc300c19898b53272f70"}}
 :aliases {:dev {:extra-paths ["dev"]
                 :extra-deps {biff/dev {:git/url "https://github.com/jacobobryant/biff"
                                        :deps/root "libs/dev"
                                        :sha "bfe8ad1af316f3d6730bcc300c19898b53272f70"}
                              cider/cider-nrepl {:mvn/version "0.26.0"}
                              thheller/shadow-cljs {:mvn/version "2.12.7"}
                              metosin/reitit-frontend {:mvn/version "0.5.5"}
                              com.github.seancorfield/depstar {:mvn/version "2.0.211"}}}}}

It's not finding the sync'd libs sha:

➜  lispnyc-website git:(master) ✗ ./task dev
Checking out: https://github.com/jacobobryant/biff at d1101f0fa31df89973757e732bc80918744509f6
Error building classpath. Missing unknown d1101f0fa31df89973757e732bc80918744509f6
jacobobryant commented 3 years ago

Uh oh, that's what I get for just assuming things will work! Just synced the libs again; try with this sha: 23a38ef2ca9b9b6289730d555843ff2f9c34b291

I might've screwed things up earlier while doing a rebase.

jacobobryant commented 3 years ago

Actually hold off on that; I'm still getting errors from ./talk dev on a new project

jacobobryant commented 3 years ago

OK, now it should work. use 81f50a64d11e428848f4d41d98248a18bac8b1da for the shas. Next time I release I'll be sure to actually try running the code before I make an announcement :). Feel free to re-open if you run into anything else.

jeffp42ker commented 3 years ago

Instructions need rm -r storage/crux/index instead of rm -r storage/index it seems. Working for me now, thanks!

jacobobryant commented 3 years ago

Ah, thanks for the catch! I'll update that.