-
Notifications
You must be signed in to change notification settings - Fork 19
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
all: implement changes in Go 1.14, 1.15, 1.16 and 1.17 #385
Comments
gazerro
changed the title
Changes in Go 1.14 to implement in Scriggo
Changes in Go 1.14 and 1.15 to implement in Scriggo
Feb 24, 2020
gazerro
changed the title
Changes in Go 1.14 and 1.15 to implement in Scriggo
Changes in Go 1.14, 1.15 ang 1.16 to implement in Scriggo
Sep 14, 2020
zapateo
changed the title
Changes in Go 1.14, 1.15 ang 1.16 to implement in Scriggo
Changes in Go 1.14, 1.15 and 1.16 to implement in Scriggo
Sep 15, 2020
gazerro
added a commit
that referenced
this issue
Dec 23, 2020
Go v1.14 has changed this error message, so now that v1.14 is the minimum Go version supported, change it also in Scriggo. For #385
gazerro
changed the title
Changes in Go 1.14, 1.15 and 1.16 to implement in Scriggo
Changes in Go 1.14, 1.15, 1.16 and 1.17 to implement in Scriggo
Apr 21, 2021
gazerro
added a commit
that referenced
this issue
Jun 25, 2021
gazerro
added a commit
that referenced
this issue
Jun 25, 2021
gazerro
added a commit
that referenced
this issue
Jun 25, 2021
It also fixed a typo in a comment. For #385
gazerro
added a commit
that referenced
this issue
Jun 26, 2021
gazerro
added a commit
that referenced
this issue
Jun 26, 2021
gazerro
added a commit
that referenced
this issue
Jun 26, 2021
It also changes the error message 'illegal character ...' to 'invalid character ...'. For #385
gazerro
changed the title
Changes in Go 1.14, 1.15, 1.16 and 1.17 to implement in Scriggo
Implements changes in Go 1.14, 1.15, 1.16 and 1.17
Jun 26, 2021
gazerro
changed the title
Implements changes in Go 1.14, 1.15, 1.16 and 1.17
Implement changes in Go 1.14, 1.15, 1.16 and 1.17
Jun 26, 2021
gazerro
changed the title
Implement changes in Go 1.14, 1.15, 1.16 and 1.17
all: implement changes in Go 1.14, 1.15, 1.16 and 1.17
Jun 26, 2021
gazerro
added a commit
that referenced
this issue
Jun 26, 2021
This change implements the commit golang/go@2333c62 in Scriggo. For #385
gazerro
added a commit
that referenced
this issue
Jun 26, 2021
This change implements the commit golang/go@2333c62 in Scriggo. For #385
gazerro
added a commit
that referenced
this issue
Jun 27, 2021
This change implements the commit golang/go@2c95e3a in Scriggo. For #385
gazerro
added a commit
that referenced
this issue
Jun 28, 2021
This change implements the commit golang/go@972df38 in Scriggo. For #385
gazerro
added a commit
that referenced
this issue
Jun 28, 2021
This change implements the commit golang/go@df73945 in Scriggo. For #385
gazerro
added a commit
that referenced
this issue
Jun 29, 2021
This change implements the commit golang/go@23573d0 in Scriggo. For #385
gazerro
added a commit
that referenced
this issue
Jun 29, 2021
This change implements the commit golang/go@23573d0 in Scriggo. For #385
gazerro
added a commit
that referenced
this issue
Jun 29, 2021
This change implements the commit golang/go@7ee35cb in Scriggo. For #385
See also issue #795. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are Commits in Go 1.14 that make changes that may need to be implemented in Scriggo:
golang/go@e710a1f cmd/compile: report more precise errors about untyped constants
golang/go@581526c cmd/compile: rewrite untyped constant conversion logic
golang/go@449b6ab cmd/compile/internal/gc: reword "declared and not used" error message
golang/go@efd395f cmd/compile: make duplicate index error distinguish arrays and slices
golang/go@2d1c033 reflect: let StructOf define unexported fields
These are Commits in Go 1.15 that make changes that may need to be implemented in Scriggo:
golang/go@ffc0573 cmd/compile/internal/syntax: better error when an assignment is used in value context
golang/go@7802b55 reflect: update Select to panic early on excessive input cases
golang/go@972df38 runtime: during panic, print value instead of address, if kind is printable
golang/go@bfb903f cmd/compile/internal/syntax: better scanner error messages
These are Commits in Go 1.16 that make changes that may need to be implemented in Scriggo:
golang/go@2c95e3a cmd/compile: use clearer error message for stuct literal
golang/go@806f478 cmd/compile: don't report not enough args error if call is undefinedgolang/go@7ee35cb cmd/compile: be more specific in cannot assign errors
golang/go@df73945 cmd/compile: make error message involving variadic calls clearer
golang/go@23573d0 cmd/compile: clearer error when non-bool used as "||" and "&&" operand
golang/go@2333c62 runtime: use old capacity to decide on append growth regime
These are Commits in Go 1.17 that make changes that may need to be implemented in Scriggo:
golang/go@1c26843 spec: allow conversion from slice to array ptr
golang/go@785a8f6 cmd/compile: better error message for invalid untyped operationThe text was updated successfully, but these errors were encountered: