Kevin Rushforth
Kevin Rushforth
@FlorianKirmaier This PR is ready for you to integrate.
@FlorianKirmaier As a reminder, this PR is ready for you to `/integrate`
I took a quick look and it seems fine to me. I recommend to wait for a day or two to see if @arapte has any additional comments on the...
This will need a fair bit of testing and review. I would like a chance to review it, but won't be able to get to it for a couple weeks....
Reviewer: @arapte @jayathirthrao you might also want to take a look?
I can reproduce the exception if I compile the test program from the command line in the `.../src/main/java` dir using javac and run the program from there. The reason that...
Reviewers: @lukostyra @arapte This is a more intrusive fix than #1310 so we would only want to go this route if we can show that it is a correct fix,...
/csr unneeded
/csr unneeded
> > I'm only wondering if the code in `paintImpl` should always clear the dirty bits even if an exception occurs during painting, to harden it against potential bugs and...