Open florianb opened 8 years ago
Proof the implementation of performance tests.
I recently put performance metrics into linter-jscs
(implemented testing a bug and decided to put it in there for good). You can check out how I did that here as an inspiration.
Great idea - thanks @Arcanemagus. I guess i'll implement something similar.
Is this project abandoned or forgotten about? Nothing has progressed for 4 years.
No. I don't use Atom anymore and i don't program Java currently. So i felt no pressure about it. Feel free to contribute.
I am currently working hard making bugs testable, ironing bumps out and enhance the use of classpaths in general.
It unfortunately seems to be a huge effort to make the linter-javac-plugin :smoking:-testable without touching the plugin itself. I currently don't want to add any untested functionality to prevent delivering a failure to our users.
Therefore i file this issue to collect ideas and feedback on the rewrite which will be accomplished with the "Release 2.0.0"-Milestone.
:santa: Wish List
Every wish will become a separate issue, to allow us the detailed discussion of concerns.
sourcepath
-option for speedup (see #98). πen
withUTF-8
encoding by using-J-Duser.language=en
and-J-Dfile.encoding=UTF-8
(see #36).atom-javaenv
-package to use its API to the Java-Environment. :star2: :wrench: :star2:Help me