elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
33 stars 12 forks source link

Rename github repo to `Elm Language Support` #35

Closed stoivo closed 6 years ago

sentience commented 6 years ago

@stoivo Good idea. This will require publishing a package move to Package Control.

stoivo commented 6 years ago

I can do that, should not be much work.

stoivo commented 6 years ago

We should name it ElmLanguageSupport since we can not have spaces in repo path

sentience commented 6 years ago

@stoivo I'm waiting for wbond/package_control_channel#6711 to merge so that stragglers on ST2 will only receive the older, compatible versions of this package. I'd rather not confuse things with two changes to our package pending at once. Once that merges, we should be good to go.

sentience commented 6 years ago

@stoivo Looks like GitHub auto-redirects the old repo name to the new, so we can make this change any time we want and update Package Control later.

I'm thinking the repo should be named SublimeElmLanguageSupport, to distinguish it from other editor integrations. This is the standard naming convention for Sublime packages.

stoivo commented 6 years ago

Yepp, let's wait for the first PR to get merged. Adding Sublime to the name is a good idea. We should add a comment the readme, Manually installation:

git clone https://github.com/elm-community/Elm.tmLanguage.git 'Elm Language Support'

so it is easier to get first time contributors :)

stoivo commented 6 years ago

Should we proceed with the rename? Open the PR to package_control_channel. When it actually is merged, change the name?

stoivo commented 6 years ago

I open a PR to change the name, https://github.com/wbond/package_control_channel/pull/6756

sentience commented 6 years ago

@stoivo Thanks for being so proactive, but in this case I believe we need to rename the repository first (GitHub will redirect the old URL), and then update Package Control with the new URL.

I'm getting the ball rolling on renaming this repository now.

sentience commented 6 years ago

Request opened to rename this repository: elm-community/Manifesto#84

sentience commented 6 years ago

The repository has now been renamed! 👍

stoivo commented 6 years ago

Great