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

[mojo-stdlib] Fix base64 encode for non ASCII chars #2098

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

mzaks
Copy link
Contributor

@mzaks mzaks commented Mar 31, 2024

This change fixes following bug: #1630

@mzaks mzaks requested a review from a team as a code owner March 31, 2024 08:45
@mzaks mzaks changed the title fix base64 encode for non ASCII chars [mojo-stdlib] Fix base64 encode for non ASCII chars Mar 31, 2024
@gabrieldemarmiesse
Copy link
Contributor

Nice bugfix :) It seems the signed-off-by is missing, can you add it? I've fallen into this pit many time myself, hopefully the Mojo team will improve the DX soon, I opened an issue about it: #2057

@JoeLoser
Copy link
Collaborator

JoeLoser commented Apr 1, 2024

LGTM, thank you for the fix! Can you please rebase with the latest nightly branch? CI is using the nightly/mojo compiler that was released today which is incompatible with the version of the code you have checked out on your current branch. Once that is done and CI is green, happy to merge this.

@mzaks mzaks force-pushed the fix/base64_encode branch from 5620d56 to ae9d827 Compare April 2, 2024 14:46
@JoeLoser JoeLoser merged commit 8544d8b into modularml:nightly Apr 3, 2024
2 checks passed
whym1here pushed a commit to whym1here/mojo that referenced this pull request Apr 5, 2024
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.

3 participants