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

Bug in orderpos method of match.integer64, orderdup method of duplicated.integer64 #58

Open
MichaelChirico opened this issue Oct 10, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@MichaelChirico
Copy link
Collaborator

MichaelChirico commented Oct 10, 2024

o <- seq_along(s)

o <- seq_along(s)

This variable s is not defined in these branches. Lost during refactoring?

@MichaelChirico MichaelChirico added the bug Something isn't working label Oct 10, 2024
@MichaelChirico
Copy link
Collaborator Author

MichaelChirico commented Oct 10, 2024

Not a refactor issue; it's been present for quite some time:

o <- seq_along(s)

o <- seq_along(s)

@MichaelChirico MichaelChirico changed the title Bug in orderpos method of match.integer64 Bug in orderpos method of match.integer64, orderdup method of duplicated.integer64 Oct 10, 2024
@MichaelChirico MichaelChirico added this to the 4.7.0 milestone Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant