Open ggrothendieck opened 2 years ago
Most likely is a corner case of double dot prefix, that we use for looking up variable from parent frame. We need to add extra handling of that. Thank you for reporting.
yep... we'll need to match the R symbols regex, and also clarify/document than non-syntactic names are not supported in .. shorthand
The following results in an error:
Any of these work with no error so it seems it knows not to regard dot dot dot as the variable dot but does not know that it should not regard dot dot 1 as the variable 1.