fenuks
fenuks
I've refactored code as suggested. This has not been extensively tested yet, but seems to work. I'd like to get your early feedback, please tell me if this approach overall...
Thanks for the review. Other than your requested changes, failing tests, and documentation changes that are still missing – is there anything else I should keep in mind?
Sorry for late entry. Much has happened at the end of February and I simply forgotten about this review. I've updated the code, hopefully resolving all problems, and added documentation...
Thank you very much for taking care of those. :) Glad to see this merged.
I managed to fix this issue by using functions that are aware of characters taking more than one byte, instead of string indexing which operates on bytes. ```diff diff --git...
Thanks, this is useful information. Of course full XDG conformance is much more than that, but it allows at least to move fceux directory to other place. I'll add this...
GUI dialog is good idea. Other than that, XDG compliance could be Unix specific, if that would make WIndows users complain. Strictly speaking, the specification allows storing fceux base directory...
> Unfortunately there is no standard for coverage reports or interface to generate those similar (or reusing) the debug adapter protocol. I think cobertura report is semi-standard. I would say...
Yes, I was talking about format they created. For testing java code I was once using jacoco, which admirably didn't support generating cobertura format at the time, but I found...
Thank you, I've added it to the list.