Stephane Odul

Results 140 comments of Stephane Odul

This was merged last month and should be in the final 1.7 release. @codyoss do you have a timeline for that?

I had something very similar with `green`, not `pytest`, and it turned out to be caused by a stale `.coverage` file. Deleting that file completely resolved it for me. Have...

Ok. What I seem to understand from the error message is that the coverage information gets 'corrupted' and when coverage.py tries to aggregate the data it barfs by saying that...

@arthurvaverko you could use the `--jsonfile` output to preserve all the output, if you just need it for reference just in case. Adding a flag to preserve the output for...

One of our java dev is reporting that this issue has been fixed in the more recent releases of JDK 7 and 8. I have not tried and verified for...

This is a similar case to this: http://glu.977617.n3.nabble.com/Glu-uninstall-follows-symlinks-and-delete-files-outside-of-mountPoint-td4024877.html What is happening is that justin is installing a package that has a lot of symlinks pointing to root owned files (Python's...

We have a similar issue. I think the current approach we (at Skyhigh Networks) should take is to catch the shell exec exception in the groovy script and have this...

I'm tempted to use the wildcard notation feature to simplify some of the scripts: https://en.wikipedia.org/wiki/Classpath_(Java)#Basic_usage I'll have to change a lot of scripts and update many lines. I will use...

After updating a dozen files it seems this is futile since we end up depending on third party shell scripts such as `jetty.sh`. Changes I make will have to rely...

FYI, I'll take a look at adding this to the console-cli code since it is written in Python.