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

cairo-lang-macro fix null-byte panics #1677

Closed
wants to merge 2 commits into from
Closed

cairo-lang-macro fix null-byte panics #1677

wants to merge 2 commits into from

Conversation

Draggu
Copy link
Contributor

@Draggu Draggu commented Oct 24, 2024

No description provided.

@@ -95,7 +95,9 @@ impl TokenStream {
///
/// # Safety
#[doc(hidden)]
pub fn into_stable(self) -> StableTokenStream {
pub fn into_stable(mut self) -> StableTokenStream {
// Remove 0 bytes so conversion will always work.
Copy link
Member

Choose a reason for hiding this comment

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

have you managed to find out why these null bytes where there?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sadly no, this is workaround for it.

@Draggu Draggu changed the base branch from spr/main/34f01829 to main November 4, 2024 12:27
@Draggu Draggu mentioned this pull request Nov 4, 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.

2 participants