-
Notifications
You must be signed in to change notification settings - Fork 321
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
expect_error and friends report unused arguments for fixed
when used interactively but not when used non-interactively
#1932
Comments
Somewhat more minimal reprex, but must be run interactively:
This is going to be a fun one to debug! |
I have isolated the issue to the When run interactively, The specific way that I isolated the error was to put a Line 192 in f060cce
The I don't see any good fix. The ones that I think of are:
|
Ok, here's a reprex that succinctly illustrates the problem:
Created on 2024-10-22 with reprex v2.1.0 |
When I ran the code below interactively, I got the following warning:
But when run in reprex, I don't see the warning about
fixed
. Why is there different behavior for interactive vs non-interactive use for argument matching?Created on 2024-02-15 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: