Christoph Junghans
Christoph Junghans
@jkrajniak wrote the xml topology reader, so he might have an opinion.
https://docs.travis-ci.com/user/multi-cpu-architectures
> Should they be located in src/include? Why not just `src/libxtp` or `src/tools` like we do in `csg`? > We could also adjust the header guards e.g. > > ```...
Thanks for the report and the fix, I will test this on OSX, whose `sed` is slightly different, and then merge it.
Hmm, OSX it says: ``` ": RE error: repetition-operator operand invalid ``` replace `.*?` to something like `.*` works, so it seems BSD sed doesn't implement `.*?` even with `-E`.
It might be better to replace the whole `color_filter()` with `wdiff -w "$RED" -x "$OFF" -y "$GREEN" -z "$OFF"`.
> Yes, I think so, too. AFAICS, only `wdiff` knows where the diffs start and end, and parsing the output of `wdiff` will fail, even with non-greedy regular expressions –...
@lemzwerg I haven't used cwdiff for years, do you want to take it over?
No worries, I remember that #7 failed on OSX back when, hence I didn't merge it, but I might need to try it again.
Do you have an example of what you would except vs. what you got?