With standard gerbil new project structure, cannot gerbil interactive hello/main.ss. #1242
Labels
No labels
UX
active development
backlog
blocker
bootstrap
bounty
bug
dependencies
discussion
documentation
duplicate
enhancement
flaky test
help wanted
invalid
javascript
question
release
tendentious
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil#1242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Discussed in https://github.com/mighty-gerbils/gerbil/discussions/1241
Originally posted by metaleap June 12, 2024
Newb question time! With the
gerbil newhello-world starter project that does successfullygerbil build— I'm trying to work out an interpretedgerbil runequivalent, but bothgerbil interactive hello/main.ssandcd hello && gerbil interactive main.sserror out with:Does the interpreter not support/grok all that the compiler (or build script) does, out of box? Namely here the
importof relative dir path./lib? (Manually also specifying it via-Larg btw doesn't seem make a difference wrt the above error.)