Third tutorial: "decode-content: unbound identifier in module in: decode-content"
#26
Closed
opened 10 years ago by Marcelli
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Hi, Matthew!
Great tutorial your number 4! I've learned a lot. It's very clear and I think I got the main concepts. Thank you.
I copied-pasted the last example and got an error when executing project-require.rkt:
decode-content: unbound identifier in module in: decode-content
The funny thing is that pollen/decode is indeed included via require. So I don't understand where this error comes from.
Thank you in advance for your help.
I added the
decode-elements
function in a recent update. If you doraco pkg update pollen
, you'll get the new function, and the example will work.Oh! Thanks, Matthew, for the very quick answer! And sorry, I should have upgraded before asking!