cgen: cannot convert int to struct string#23498
Closed
trufae wants to merge 1 commit intovlang:masterfrom
Closed
Conversation
|
Connected to Huly®: V_0.6-21927 |
Member
|
It's a bug on |
Member
|
I can be reproduced by: import os
fn main() {
mut proc := os.Process{}
proc.run()
} |
Member
|
I've provided a fix in #23499 |
spytheman
pushed a commit
that referenced
this pull request
Jan 17, 2025
Contributor
Contributor
|
I'll close that, till you check. If there are remaining problems, feel free, to file new issues/PRs, or to reopen this one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is just a workaround for something that shouldnt be necessary if the codegen worked well, but i'm pushing it as a PR for testing. Compiling v-r2pipe results in this error:
to reproduce:
git clone https://github.com/radare/v-r2pipe cd v-r2pipe make