JetBrains / ruby-type-inference

Dynamic definitions and types provider for ruby static analysis
Apache License 2.0
137 stars 7 forks source link

Clean up `plugin.xml` #14

Open valich opened 6 years ago

valich commented 6 years ago

The current state of plugin.xml is dirty. It was created from some template and did not have any love since then. I think, we should:

vladimir-koshelev commented 6 years ago

I think that ide-plugin and arg-scanner should share a versioning scheme.

valich commented 6 years ago

@vedun-z I am not sure about that because it is likely that some part will become more-or-less stable (I predict arg_scanner will do) and the other will continue to evolve (at least we have some completely unresolved type-related problems there).

vladimir-koshelev commented 6 years ago

@valich We can use independent versioning, but plugin should depend on specific (probably major) version of arg-scanner.