nim-lang / NimLime

The official Nim programming language plugin for Sublime Text
MIT License
132 stars 34 forks source link

name clashes with https://github.com/h3rald/nimline #102

Closed timotheecour closed 6 years ago

timotheecour commented 6 years ago

kind of a nit but thought I'd mention it:

/cc @h3rald @Varriount this could become a problem once these are published via nimble. it's also an inconvenience when user does:

git clone https://github.com/h3rald/nimline
git clone https://github.com/Varriount/NimLime

(eg on case insensitive systems like OSX, windows, this will fail, so user has to use a workaround)

IMO nimline makes sense more as line editing (cf https://github.com/h3rald/nimline) than as a sublime plugin; maybe NimSublime instead? IIRC it's possible to rename git repos relatively seamlessly, see https://stackoverflow.com/questions/2041993/how-to-rename-a-git-repository

Varriount commented 6 years ago

There's still a one character difference "M" vs "N".

Furthermore, this plugin isn't a Nim module, it's a text editor plugin, and should only normally be installed via Package Control, or manually through git+sublime.

timotheecour commented 6 years ago

There's still a one character difference "M" vs "N".

lol, totally missed that, sorry for the noise!

onionhammer commented 6 years ago

Also this project is much older :P