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

Merge main to speedup (Go 1.19 updates) #3

Merged
merged 3 commits into from
Nov 23, 2022
Merged

Conversation

pstibrany
Copy link
Member

This PR merges updated main branch into speedup branch. End result is taken from speedup-golang-1.19.2, but this seems like a better way to go. If not, feel free to close.

@pracucci pracucci requested a review from bboreham October 6, 2022 09:07
Copy link
Collaborator

@bboreham bboreham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I can't merge this.

exec_test.go Show resolved Hide resolved
exec_test.go Outdated Show resolved Hide resolved
So we can compile outside of the Go tree

Changes accidentally lost.

(cherry picked from commit c28f921)
Copy link
Collaborator

@bboreham bboreham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks; tests pass now; one small comment.

exec.go Outdated
@@ -440,6 +441,7 @@ func (re *Regexp) doOnePass(ir io.RuneReader, ib []byte, is string, pos, ncap in
} else {
flag = i.context(pos)
}
// If there is a simple literal prefix, skip over it.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment doesn't apply (code has changed)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed in 5d44913. Same comment is on line 416, and that one looks correct.

@bboreham bboreham changed the title Merge main to speedup Merge main to speedup (Go 1.19 updates) Nov 23, 2022
Copy link
Collaborator

@bboreham bboreham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bboreham bboreham merged commit 15dc172 into speedup Nov 23, 2022
@pstibrany pstibrany deleted the merge-main-to-speedup branch November 23, 2022 15:45
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

Successfully merging this pull request may close these issues.

None yet

2 participants