Skip to content

Format metadata[:file] as string in Formatters.Basic#159

Merged
AndrewDryga merged 1 commit intoNebo15:masterfrom
smaximov:fix/render-file-as-string
May 11, 2025
Merged

Format metadata[:file] as string in Formatters.Basic#159
AndrewDryga merged 1 commit intoNebo15:masterfrom
smaximov:fix/render-file-as-string

Conversation

@smaximov
Copy link
Copy Markdown
Contributor

@smaximov smaximov commented May 5, 2025

Erlang passes metadata[:file] as a charlist, which is passed as is by Basic formatter. In this PR I changed Basic formatter to output the file as a string.

Resolves #158.

Erlang passes `metadata[:file]` as a charlist, which is passed as is by
`Basic` formatter. In this PR I changed `Basic` formatter to output the
file as a string.

Resolves Nebo15#158.
Copy link
Copy Markdown
Member

@AndrewDryga AndrewDryga 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 ❤️

@AndrewDryga AndrewDryga merged commit 6d524a5 into Nebo15:master May 11, 2025
5 checks passed
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 100.0%. remained the same
when pulling 88169b5 on smaximov:fix/render-file-as-string
into 6e0b5ca on Nebo15:master.

@crbelaus
Copy link
Copy Markdown

Perfect timing! I've noticed the same problem today in our services and was going to open a PR to fix the same issue 🚀

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.

metadata: :all in >= 7.0.0 includes file as a charlist

4 participants