elm-lang / elm-package

Command line tool to share Elm libraries
BSD 3-Clause "New" or "Revised" License
214 stars 66 forks source link

No error on elm-package.json version != tag #110

Closed mgold closed 7 years ago

mgold commented 9 years ago

It seems that publishing does not verify the version field of elm-package.json matches the release number of the tag. As of this writing, I have a library at 1.2.0 that seems to be working fine, except that the version field is wrong.

jvoigtlaender commented 8 years ago

Apparently this problem is fixed? This exchange suggests so.

mgold commented 8 years ago

Perhaps, someone should try it and see.

jvoigtlaender commented 8 years ago

Doesn't my link above indicate that somebody has tried and seen?

Unless you mean that somebody should try the exact conditions that failed for you. That is, if somebody should try it with your package. In which case that somebody would have to be you.

evancz commented 7 years ago

I believe this is fixed with my 0.19 binaries. If we can observe it again, we should open a new issue.