Ernst Reissner

Results 22 comments of Ernst Reissner

I wonder how local links work: [text](#destination) ok, but how to set the destination? html style with does not work, also # title {#xxx} is interpreted verbatim. I miss that...

forgotten: also commented LSS_Type is no valid DeviceInfo.

I think, it is not the point to improve the documentation, but to change the behavior to make it useful. The documentation for this new behavior could be something like...

I digged a little bit more into and now I think, the problem is elsewhere: Filter has a method public abstract boolean shouldRun(Description description) with almost no javadoc comments. The...

Oh, no! not at all. It is possible to return true on any suite but it makes bad performance... also scalability. So I suggest to return false if one can...

Now that i understood the principle, i think the implementation of Filter.matchMethodDescription(final Description) is perfectly ok. My problem was that I misunderstood the intention behind Filter.shouldRun. This in turn comes...

Hi Marc, the most basic ones. E.g. Description is almost not at all described. equals and hashcode are vital. testcount counts the atomic tests only and so on. Failure: convenience...

Hello Mr Poore, wow, great to hear. Thank you for estimating my suggestions. I must say, pythontex is my davorite latex tool: ti makes latex documents alive ... with big...

I need also both reading and writing. My project is an integration of octave into java. Read/write variables is via save/load to file formats, i.e. streams. I took over this...

I like the idea also: practically, dirty should mean sth untracked but not ignored, or tracked and modified, staged or not. There shall be a label for that, and if...