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

update regex to handle sub-millisecond response times #35

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

edavidaja
Copy link
Contributor

the regular expression used to search through ping output for response times only
matches on an equals sign

this change modifies:

  • the regular expression in ping_os() so that less than or equals will both produce matches
  • the capture group in ping() is modified accordingly

response time will be reported as 1ms.

closes #24

the regular expression used to search through ping output for response times only
matches on an equals sign

this change  modifies:
- the regular expression in ping_os() so that less than or equals will both produce matches
- the capture group in ping() is modified accordingly

response time will be reported as 1ms.

closes r-lib#24
@gaborcsardi
Copy link
Member

Great, thanks!

@gaborcsardi gaborcsardi merged commit 455a00a into r-lib:main Aug 22, 2024
13 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.

pingr::ping won't work for <1ms response times
2 participants