halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

bad symbol renaming - the new name of the symbol is duplicated with each renaming #81

Closed AionDev closed 7 years ago

AionDev commented 7 years ago

Today i noticed this: bad symbol renaming in `elmjutsu` - the name is duplicated

My installed non-default atom packages are:

elm-format                -- this is the elm group
elmjutsu
language-elm
linter-elm-make

linter
linter-sass-lint
linter-ui-default

atom-beautify        

busy-signal
color-picker
highlight-selected
intentions
minimap
minimap-highlight-selected

I restarted atom, i uninstalled and reinstalled elmjutsu again. What is interesting is that no one reported this issue yet. My Settings for the elmjutsu package are the default ones. - didn't change anything i mean. settings1 settings2 settings3

Pretty interesting :smile: - couple of days ago - i didn't noticed anything. Seems this issue is recent. Thanks! :smile:

halohalospecial commented 7 years ago

Nice catch, @AionDev! :smile: It was because elmjutsu detected 2 symbols named Document in type Document = Document { ... }. Should be fixed in the latest version (v5.5.3). Thanks!