reference to a variable that is uninitialized
#256
Closed
opened 3 years ago by casouri
·
4 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?
I installed pollen by raco from Mini Racket v8.1 on macOS 11.2.3. But when I try to call
raco pollen start
, the following error shows up:Seems I need to recompile pollen? But I couldn't find how to recompile a package.
try
raco setup pollen
I tried it and the issue persists. Here is the output.
is there by chance a
compiled/
subfolder in the directory from which you're running theraco pollen test
command?I figured out the problem. I had a file
pollen.rkt
in the directory following the tutorial, but instead of#lang racket
I put#lang pollen
. I fixed that andraco pollen
works now. Thanks (and sorry) for taking your time.