Explore data traits on record declarations #1
Labels
No labels
blocked
blocker
bug
c
codegen
dependencies
discussion
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
javascript
lexer/parser
llvm
macroexpander
performance
priority:high
priority:low
priority:normal
question
triage
typechecker
webassembly
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: samvv/bolt#1
Loading…
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?
This would allow us to extend record declarations from another module while the program is compiling.
There are, of course, a lot of good reasons to avoid this. The primary motivation against this is that it break the philosophy of composition over inheritance. On the other hand, there are quite a few applications where this would be useful, primarily for performance reasons.
Not going to fix this in this repository.