racketscript / racketscript-playground

Online playground from RacketScript
MIT License
19 stars 9 forks source link

wordle example doesnt properly compile in playground #37

Open stchang opened 2 years ago

stchang commented 2 years ago

It doesn't like the (require "wordle-words.rkt"). Seems to be due to using --stdin flag in combination with an absolute path require

Error message is: resolve-module-path-index: can't resolve "self" with non-path relative-to: #f

A workaround at the moment is to install the library as a collection on the server

stchang commented 2 years ago

Problem related to https://github.com/racketscript/racketscript/issues/308