Today in prep for the upcoming week I’ve updated to Racket 7.3 and the latest Pollen (though I had updated since Matthew fixed the parallel rendering bug, so the one I had may have already been the latest) and now I’m having a strange problem.
To illustrate:
- `mkdir -p test/subfolder && cd subfolder`
- `echo "#lang racket\n\n" > pollen.rkt
- `echo "#lang pollen\n\n◊h1{Hello}" > test1.poly.pm`
- `cp test.poly.pm subfolder/test2.poly.pm`
Now do `raco pollen setup`:
pollen: preheating cache ...
…so far so good. But when I do `raco pollen setup subfolder/`:
pollen: preheating cache ...
Seems like I can’t run setup on a subfolder? Note that I can do `raco pollen render subfolder/test2.html` with success.
Now, when I initially installed 7.3 I used DrRacket to auto-migrate all my packages from 7.2. Since running into this problem, thinking perhaps there was some bytecode/recompile or other version mismatch issue, I’ve deleted both the 7.2 and 7.3 installations from the Applications folder, manually deleted my /Users/joel/Library/Racket folder, then reinstalled Racket 7.3 into my Applications folder and then `raco pkg install pollen`.
Doing `raco pkg show` currently says:
main-distribution c1122917ba1e292a... catalog...tribution
racket-lib 3844fcf1e76ef3e5... catalog racket-lib
[199 auto-installed packages not shown]
User-specific for installation "7.3":
beautiful-racket 1fe93f59a2466c8f... catalog...ul-racket
pollen 939575d5500d560d... catalog...ollen.git
[16 auto-installed packages not shown]
At this point I’m almost ready to try reinstalling Racket 7.2.