You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Exclude '..1' from up-a-level search
* slightly simplify (?) regex
* Revert "slightly simplify (?) regex"
This reverts commit 74a54ef.
* new test belying the "simplification" in prev. commit
* another one
* i guess these should all work (?)
* local() avoid scope spillover
* remove the failing test
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,8 @@
111
111
112
112
18. `fwrite` now allows `dec` to be the same as `sep` for edge cases where only one will be written, e.g. 0-row or 1-column tables. [#7227](https://github.com/Rdatatable/data.table/issues/7227). Thanks @MichaelChirico for the report and @venom1204 for the fix.
113
113
114
+
19. Ellipsis elements like `..1` are correctly excluded when searching for variables in "up-a-level" syntax inside `[`, [#5460](https://github.com/Rdatatable/data.table/issues/5460). Thanks @ggrothendieck for the report and @MichaelChirico for the fix.
115
+
114
116
### NOTES
115
117
116
118
1. The following in-progress deprecations have proceeded:
0 commit comments