Commit 30d1e8e
Add a second fuzzer for pipe equivalency (#2819)
* use maybe_write_content for easier 'mocking'
* initial progress
* getting very close i think...
* skip Rmd files
* caught a live one!
* need to match original file extension?
* caught another one!
* simpler approach, avoid rex() due to bug
* also ignore warnings
* finally getting somewhere...
* progressively more complicated :(
* round of fixes & first working nofuzz
* looks like we got another live one... break time
* another true positive
* more ignores, need '.' in file extension, restore test
* wrapping up
* Write up the GHA config
* annotation
* comment for future work
* vestigial
* skips on old R
* expect_no_lint
* new tests
* NEWS
* bad copy-paste
* need stop_on_failure for batch?
* delint, fix last skip for R<4.1.0
* more extensible structure
* expect_no_lint
* progress, incl. many 'nofuzz' & 'no_lint'
* another round of nofuzz
* another batch
* tweak
* another nofuzz case, attempting to reduce nofuzz requirements
* fix; scale back nofuzz for an attempt
* reinstate more legit nofuzz
* failed merge
* shrink diff
* shrink diff
* shrink diff
* also check if lines are not edited at all
Co-authored-by: AshesITR <[email protected]>
* restore
* revert
* spurious
* skip, not return
---------
Co-authored-by: AshesITR <[email protected]>1 parent c09fe73 commit 30d1e8e
File tree
13 files changed
+255
-270
lines changed- .dev
- tests/testthat
13 files changed
+255
-270
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
117 | | - | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
124 | | - | |
125 | | - | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
25 | 33 | | |
26 | | - | |
27 | | - | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
34 | 44 | | |
35 | | - | |
36 | 45 | | |
37 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
38 | 57 | | |
39 | 58 | | |
40 | 59 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 60 | + | |
44 | 61 | | |
45 | 62 | | |
46 | 63 | | |
47 | 64 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 65 | + | |
| 66 | + | |
55 | 67 | | |
56 | | - | |
57 | | - | |
| 68 | + | |
58 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
59 | 77 | | |
60 | 78 | | |
61 | 79 | | |
| |||
0 commit comments