OK thanks, that was helpful. I was able to track down a bug where Pollen was disrespecting the render cache setting. I've pushed a fix for that. I tried it with your page and now get the right result. You can do `raco pkg update pollen` and see if it works for you.
> On Mar 23, 2019, at 2:49 PM, Brendan Stromberger > <[email protected] <mailto:[email protected]>> wrote: > > On Saturday, March 23, 2019 at 11:55:42 AM UTC-5, Brendan Stromberger wrote: > That suggestion made senseāI moved all my functions from my non-pollen.rkt > modules into my root pollen.rkt, but it is still caching values until I > restart the server and reset the cache. I opened up my repo in case you > happen to have time to take a look; https://gitlab.com/bstro/richmond > <https://gitlab.com/bstro/richmond> > > If you `raco pollen start` and navigate to > http://localhost:8080/body/hexagrams/3.html > <http://localhost:8080/body/hexagrams/3.html> for instance, and then attempt > to change the return value for the function ->monogram in ./pollen.rkt at > line 204 (for instance, change (monogram (yang)) to (monogram "xxx"), and hit > refresh, you should see the shape at the top of the page change. It won't, at > least for me, until I halt the server and `raco pollen reset` the cache. -- You received this message because you are subscribed to the Google Groups "Pollen" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
