nwolverson / purescript-language-server

MIT License
184 stars 41 forks source link

Warning on master, but not with npm. Version is different. #120

Closed andys8 closed 3 years ago

andys8 commented 3 years ago

Steps to see warning

image

In comparison

I'm confused that the npm installation installs 0.14.4, but the source code (as of today) says the version is 0.14.3.

https://github.com/nwolverson/purescript-language-server/blob/7936a13cf6ff72fba0f2e70dd70b5103f9b2f687/package-lock.json#L3

Why is that the case? Am I missing something or is the remote codebase not up-to-date? ;)

image

andys8 commented 3 years ago

Now re-reading this comment I'm actually thinking the code base might differ from the published version. If this is the case it makes it hard to debug issues like https://github.com/nwolverson/purescript-language-server/issues/119 😉

nwolverson commented 3 years ago

Hi, you're right the latest published tag was not pushed for some reason, it is now. Sorry about that

andys8 commented 3 years ago

Thank you