Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gleam publish does not allow utf8 symbols in gleam.toml description (but mix hex.publish does) #3076

Closed
inoas opened this issue May 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@inoas
Copy link
Contributor

inoas commented May 1, 2024

❯ mix hex.publish
Building foobar 0.0.1
  App: foobar
  Name: foobar
  Files:
    lib
    lib/foobar.ex
    .formatter.exs
    mix.exs
    README.md
  Version: 0.0.1
  Build tools: mix
  Description: Testing · Middot · Character
  Licenses: MIT
  Links: 

  Elixir: ~> 1.16
Before publishing, please read the Code of Conduct: https://hex.pm/policies/codeofconduct

Publishing package to public repository hexpm.

Proceed? [Yn] Y
Building docs...
Generating docs...
View "html" docs at "doc/index.html"
View "epub" docs at "doc/foobar.epub"
Local password: 
Publishing package...
[#########################] 100%
Package published to https://hex.pm/packages/foobar/0.0.1 
Publishing docs...
[#########################] 100%
Docs published to https://hexdocs.pm/foobar/0.0.1

❯ mix hex.publish package --revert 0.0.1

Edit fixed in #3077

@inoas inoas added the bug Something isn't working label May 1, 2024
@lpil
Copy link
Member

lpil commented May 3, 2024

Thank you for the report and for the fix!

@lpil lpil closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants