You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
n src/crystalline.cr:1:1l)
1 | require "./crystalline/requires"
^
Error: while requiring "./crystalline/requires"
In src/crystalline/requires.cr:8:1
8 | require "compiler/crystal/loader"
^
Error: can't find file 'compiler/crystal/loader'
If you're trying to require a shard:
- Did you remember to run `shards install`?
- Did you make sure you're running the compiler in the same directory as your shard.yml?
The text was updated successfully, but these errors were encountered:
I don't think this is a specific FreeBSD issue, compiler/crystal/loader requires a file (loader.cr) which has been added in the crystal sources since this PR, late 2021 (crystal-lang/crystal#11434).
I'm guessing that you have an outdated crystal version which is not compatible with the latest crystalline sources.
shards install works fine.
bails out with error
The text was updated successfully, but these errors were encountered: