rust-netbeans icon indicating copy to clipboard operation
rust-netbeans copied to clipboard

Depending on Common Test Runner API makes installation brittle

Open drrb opened this issue 8 years ago • 2 comments

The plugin currently has an implementation dependency (or "friend" dependency) on the Common Test Runner API. This means that it needs to be installed with a specific version of that plugin. This makes it much more likely for users to have NetBeans installations that don't work with the plugin. We should look into making this a looser dependency, or vendoring the module.

drrb avatar Oct 01 '17 08:10 drrb

Will look into this as part of porting to NetBeans 8.2 (#19).

drrb avatar Oct 01 '17 08:10 drrb

FYI, yesterday I submitted a pull request that will address this issue.

timboudreau avatar Sep 18 '18 17:09 timboudreau