-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate Record
into PackedStruct
and Interface
components
#342
Comments
Both |
|
After further discussion both on PR #368 and on IRC, the current thinking is that we'll split Record into two components - a PackedStruct component, representing the idea of multiple Values packed together into a larger Value, and an Interface component, representing the idea of multiple signals with defined directionality which can be connected together. Record would be deprecated during the 0.4 development cycle and removed at the time of the 0.5 release. |
Record.connect
Record
into PackedStruct
and Interface
components
How should the user interface of
|
To the first question, I highly prefer option 1) or 3) since these result in working autocompletion, while 2) cant be understood by my IDE. |
This has been designed and is now being implemented in RFCs 1 and 2: |
Record.connect
is very rarely useful, but looks broadly useful. It should be deprecated (and ideally replaced with something better).The text was updated successfully, but these errors were encountered: