-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Pair, array, bytes, string and record builtins -- enhance all "constructor" functions to allow specifying the resulting's object mutability #68
Comments
cipriancraciun
added a commit
that referenced
this issue
Jun 9, 2018
cipriancraciun
added a commit
that referenced
this issue
Jun 9, 2018
cipriancraciun
added a commit
that referenced
this issue
Jun 9, 2018
cipriancraciun
added a commit
that referenced
this issue
Jun 9, 2018
cipriancraciun
added a commit
that referenced
this issue
Jun 9, 2018
cipriancraciun
added a commit
that referenced
this issue
Jun 9, 2018
cipriancraciun
added a commit
that referenced
this issue
Jun 9, 2018
cipriancraciun
added a commit
that referenced
this issue
Jun 9, 2018
cipriancraciun
added a commit
that referenced
this issue
Jun 14, 2018
…(to differentiate from the `PairMake` primitive) [#68]
cipriancraciun
added a commit
that referenced
this issue
Jun 14, 2018
cipriancraciun
added a commit
that referenced
this issue
Jun 14, 2018
cipriancraciun
added a commit
that referenced
this issue
Jun 14, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tasks
update all direct callers for:
pair_new
;array_new
;string_new
;bytes_new
;record_new
;serde_*
;update all primitives to pass an
use-default
as the default mutability:implement new (or adapt existing) primitives that allow to explicitly state the mutability:
make-pair
;make-list
;make-vector
;make-string
;make-bytevector
;The text was updated successfully, but these errors were encountered: