math shugar in repl #391
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
rust
technical-debt
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
navicore/patch-seq#391
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?
I'm not sure if this is limited to the repl or if it is in all code, but the new math sugar where you can say > instead of i.> doesn't compile in the repl if used in a function.
seq> : longer-than-five? ( String -- Bool ) string.length 5 >;
Word 'longer-than-five?' is defined multiple times:
- :8
- :10
Hint: Rename one of the definitions to avoid collision.
seq> : longer-than-five2? ( String -- Bool ) string.length 5 >;
Clang compilation failed:
/var/folders/kf/bs6zj8px2kx7hybxgvzj1f2h0000gn/T/.tmpjenw7m.ll:368:1: error:
expected instruction opcode
368 | }
| ^
1 error generated.
seq>
@navicore-bot can you work this issue?