drrb / rust-netbeans

NetBeans Rust plugin
GNU General Public License v3.0
52 stars 20 forks source link

Depending on Common Test Runner API makes installation brittle #18

Open drrb opened 7 years ago

drrb commented 7 years ago

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 commented 7 years ago

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

timboudreau commented 6 years ago

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