ruby-type-inference icon indicating copy to clipboard operation
ruby-type-inference copied to clipboard

Clean up `plugin.xml`

Open valich opened this issue 7 years ago • 3 comments

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:

  • add a description with link to readme
  • conceive versioning scheme and use it in the plugin
  • decide whether we want to have changelog there or not.

valich avatar Nov 08 '17 17:11 valich

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

vladimir-koshelev avatar Nov 08 '17 19:11 vladimir-koshelev

@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).

valich avatar Nov 08 '17 23:11 valich

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

vladimir-koshelev avatar Dec 18 '17 09:12 vladimir-koshelev