Ian Price
Ian Price
Old versions of wak-common are getting installed, which causes some pains, because it contains .sls packages reported by b4283 and mark_weaver on freenodes guile channel ``` mhw:~$ guild update ;;;...
It's a little bit of a hassle to make people hand edit the config the first time around. Maybe it would be a little nicer to generate a config if...
If a package is already installed you get ``` $ guild install wak-trc-testing The following packages have been kept back: wak-trc-testing{=} Do you want to continue? [Y/n] y ``` this...
As the guildhall increases in size, it's going to become unwieldy to view even without multiple versions(#9). Adding a search functionality to list-packages, e.g. guild list-packages xml or guild search...
Reported by Stis on freenode #guile # lock file is not removed at guild update. A possible solution is to always rm the lock file if we are about to...
According to my wiki notes page, I fixed this one at some point, but I no longer have the patch ``` ~/src/guildhall $ guild install quux Backtrace: In ice-9/boot-9.scm: 157:...
Reported by tupi (David Pirotte) on #guile ``` david@rascar:/usr/local/src/guildhall 4 $ make ./env /usr/local/bin/guile-tools compile -Wunbound-variable -Warity-mismatch -Wformat -o "guildhall/ext/wt-tree.go" "guildhall/ext/wt-tree.scm" wrote `guildhall/ext/wt-tree.go' ./env /usr/local/bin/guile-tools compile -Wunbound-variable -Warity-mismatch -Wformat -o...
Currently, they just get compiled first time the user uses them, but this shouldn't be the case
Reported by stis on #guile Though original problematic location file has been fixed, but updates don't seem to replace the file. He reports having to remove it from the cache...