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

all: implement changes in Go 1.14, 1.15, 1.16 and 1.17 #385

Closed
16 of 17 tasks
gazerro opened this issue Sep 10, 2019 · 1 comment
Closed
16 of 17 tasks

all: implement changes in Go 1.14, 1.15, 1.16 and 1.17 #385

gazerro opened this issue Sep 10, 2019 · 1 comment
Assignees

Comments

@gazerro
Copy link
Member

gazerro commented Sep 10, 2019

These are Commits in Go 1.14 that make changes that may need to be implemented in Scriggo:

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:

These are Commits in Go 1.17 that make changes that may need to be implemented in Scriggo:

@gazerro 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 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 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 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 26, 2021
It also changes the error message 'illegal character ...' to
'invalid character ...'.

For #385
@gazerro gazerro self-assigned this Jun 26, 2021
@gazerro gazerro added this to the Public Release milestone Jun 26, 2021
@gazerro 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 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 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
gazerro added a commit that referenced this issue Jun 26, 2021
gazerro added a commit that referenced this issue Jun 27, 2021
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
gazerro added a commit that referenced this issue Jun 29, 2021
gazerro added a commit that referenced this issue Jun 29, 2021
gazerro added a commit that referenced this issue Jun 29, 2021
@gazerro
Copy link
Member Author

gazerro commented Jul 20, 2021

See also issue #795.

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