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

refactor!: $str$parse_int() -> $str$to_integer() #1038

Merged
merged 12 commits into from
Apr 15, 2024
Merged

refactor!: $str$parse_int() -> $str$to_integer() #1038

merged 12 commits into from
Apr 15, 2024

Conversation

eitsupi
Copy link
Collaborator

@eitsupi eitsupi commented Apr 15, 2024

No description provided.

@eitsupi eitsupi marked this pull request as ready for review April 15, 2024 11:42
NEWS.md Outdated Show resolved Hide resolved
NEWS.md Outdated Show resolved Hide resolved
NEWS.md Outdated Show resolved Hide resolved
R/expr__string.R Outdated Show resolved Hide resolved
man/ExprStr_len_bytes.Rd Outdated Show resolved Hide resolved
man/ExprStr_len_chars.Rd Outdated Show resolved Hide resolved
.to_integer(robj_to!(PLExprCol, base)?, robj_to!(bool, strict)?)
.with_fmt("str.parse_int")
.to_integer(base, strict)
.with_fmt("str.to_integer")
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this can be removed (especially since it's the python syntax)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it might be the case too, but I cannot be sure because there are a large number of the same items in other places.

tests/testthat/test-expr_string.R Show resolved Hide resolved
eitsupi and others added 3 commits April 15, 2024 11:52
Co-authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com>
@eitsupi eitsupi merged commit 7cbffaf into main Apr 15, 2024
@eitsupi eitsupi deleted the str_to_integer branch April 15, 2024 12:19
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