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

service/dap: fix test for debug in progress #3407

Merged
merged 2 commits into from Jul 7, 2023

Conversation

suzmue
Copy link
Contributor

@suzmue suzmue commented Jun 7, 2023

The regular expression attempted to match for a network address, but actually does not match any network addresses. The two documentation includes "192.0.2.1:25" and "[2001:db8::1]:80" as examples, neither of which match the current regex. This change updates the regular expression to ensure that there is some text at the desired position, but not what the text is.

The regular expression attempted to match for a network address,
but actually does not match any network addresses. The two
documentation includes "192.0.2.1:25" and "[2001:db8::1]:80" as
examples, neither of which match the current regex. This change
updates the regular expression to ensure that there is some text
at the desired position, but not what the text is.
Copy link
Member

@aarzilli aarzilli left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@derekparker derekparker left a comment

Choose a reason for hiding this comment

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

LGTM

@derekparker
Copy link
Member

Will merge after conflicts addressed.

@derekparker
Copy link
Member

@suzmue can you take a look at the merge conflicts?

@suzmue
Copy link
Contributor Author

suzmue commented Jul 6, 2023

@suzmue can you take a look at the merge conflicts?

Done!

@aarzilli aarzilli merged commit 9f3e146 into go-delve:master Jul 7, 2023
1 of 2 checks passed
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

3 participants