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

fix a bug where publishing to hex would fail if the description in gl… #3077

Merged
merged 4 commits into from
May 3, 2024

Conversation

inoas
Copy link
Contributor

@inoas inoas commented May 1, 2024

…eam.toml had an utf8 symbol

@inoas
Copy link
Contributor Author

inoas commented May 1, 2024

Ref hexpm/hexpm#1250

Copy link
Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much!

@@ -600,7 +600,7 @@ fn release_metadata_as_erlang() {
let meta = ReleaseMetadata {
name: "myapp",
version: &version,
description: "description goes here",
description: "description goes here 🌈",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it!

@lpil lpil merged commit 9c7414a into gleam-lang:main May 3, 2024
11 checks passed
@inoas inoas deleted the fix-hex-publishing-with-utf8-symbols branch May 17, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants