Skip to content
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

README.md synopsis breaks on assignment to immutable Str #364

Closed
irced opened this issue Sep 8, 2019 · 0 comments
Closed

README.md synopsis breaks on assignment to immutable Str #364

irced opened this issue Sep 8, 2019 · 0 comments

Comments

@irced
Copy link

irced commented Sep 8, 2019

README.md :: Synopsis.pl6

https://github.com/FCO/Red#synopsis

Error: Cannot modify an immutable Str (Fernando).

285: $author.name = “John Doe”;

kludge: append is rw to model Person.name declaration

21: model Person is rw { ... has Str $.name is column is rw; ... }

It is suggested to examine the column definition to prevent other usage errors.

@irced irced changed the title synopsis breaks on assignment to immutable Str README.md synopsis breaks on assignment to immutable Str Sep 8, 2019
@FCO FCO closed this as completed in 7750c96 Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant