refactoring: drop java code#1937
Conversation
|
✔️ b885c56 -> Azure artifacts URL |
Codecov Report
@@ Coverage Diff @@
## master #1937 +/- ##
==========================================
+ Coverage 47.19% 47.33% +0.13%
==========================================
Files 543 543
Lines 112939 112603 -336
==========================================
- Hits 53307 53306 -1
+ Misses 59632 59297 -335
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
There was a problem hiding this comment.
I don't see any reason not to approve. It will remain in the attic. This isn't the last candidate for removal in the same way. The last substantive change was
commit 324b821a0a8dfef1da8d56748d6ae043e329eb0b
Author: Michael Hines <michael.hines@yale.edu>
Date: Thu Oct 22 11:07:01 2015 -0400
Resurrect Java support for linux and mac using configure option --with-nrnjava
Note that LD_LIBRARY_PATH will likely be necessary to find libjvm and
that path can be determined by searching for -ljvm in config.log
and I never implemented configuration with cmake.
There is some mention of the "Java catacomb channel builder tool" in docs/hoc/modelspec/programmatic/kschan.rst of which KSChan is a slight generalization. But I don't think it is worth the bother of editing.
Looks like 336 executable lines were removed (and no files). I guess some old code was surrounded by |
|
✔️ 5ef0db8 -> Azure artifacts URL |
* refactoring: drop java code * Update removed_features.rst
* refactoring: drop java code (#1937) * Update removed_features.rst * Fine tune clang-format and fix CI (#2041) * Delete return statement to avoid ASan error. * CVode.poolshrink(1) deletes unused mechanism pools. (#2033) * Pin bokeh<3, don't pin matplotlib (#2048) * Add list(...) for new matplotlib. Co-authored-by: Alexandru Săvulescu <alexandru.savulescu@epfl.ch> Co-authored-by: Olli Lupton <oliver.lupton@epfl.ch> Co-authored-by: nrnhines <michael.hines@yale.edu>
* refactoring: drop java code (#1937) * Update removed_features.rst * Fine tune clang-format and fix CI (#2041) * Delete return statement to avoid ASan error. * CVode.poolshrink(1) deletes unused mechanism pools. (#2033) * Pin bokeh<3, don't pin matplotlib (#2048) * Add list(...) for new matplotlib. Co-authored-by: Alexandru Săvulescu <alexandru.savulescu@epfl.ch> Co-authored-by: Olli Lupton <oliver.lupton@epfl.ch> Co-authored-by: nrnhines <michael.hines@yale.edu>
This is more of a question, shall we drop java support? Also curious about coverage.