Brodie Gaslam

Results 118 issues of Brodie Gaslam

E.g., in: ``` diffChr(1:6, c(1, 3, 6)) ``` would be nice to have an easy way to get back `2` and `4:5`, the missing values.

enhancement

Scan for: ``` [ reached getOption("max.print") -- omitted 900001 entries ] ``` at end of inputs.

enhancement

Works as expected normally: ``` > diffPrint(1:100, (1:100)[-45], context=1, format="raw") < 1:100 > (1:100)[-45] @@ 5,3 @@ @@ 5,3 @@ [33] 33 34 35 36 37 38 39 40 [33]...

enhancement

Need a mechanism of tracking both the top level guidelines that belong to the actual high level structure (e.g. `, , x, y, x` for the array, `$a$b$c` for the...

enhancement

The `interactive` parameter to the `diff*` funs doesn't necessarily control all the instances of interactive. One possible issue is `make_blocking_fun` since that uses readline, but doesn't directly access the diff...

bug

Switch `align_eq` to use a real diff, with the equal tokens set up in such way that the position of matching tokens matter, e.g. `_ _ 2` is not equal...

enhancement

![screen shot 2016-08-29 at 9 29 21 pm](https://cloud.githubusercontent.com/assets/6105908/18072874/ba8477f0-6e2f-11e6-87bc-fb1f0e0f004c.png) Looks like the escaped quotes are tricking the regexp. Also opens up the issue of whether we should allow breaking up of...

bug

Notice how `disp.width` does not help in the least avoid wrapping: ``` > my.pal my.style my.style@[email protected] my.pal["ansi256", "light", "rgb"] ## Output has no format now for format/color.mode/brightness > ## we...

bug

Really intended to address this message: ``` No meaningful visible differences between objects, but there are some differences suppressed by `ignore.white.space`, `convert.hz.white.space`, and/or `trim`. Set all those arguments to FALSE...

enhancement

Low priority, may not be worth it, but it would be nice if for this type of error: ``` > diffPrint(letters, LETTERS, trim=function(x, y) stop("boom")) Error in trim_fun(obj, obj.as.chr) :...

enhancement