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

Fixed filename in addrspan output #176

Merged
merged 1 commit into from
Dec 2, 2023
Merged

Conversation

NathanWilliams
Copy link
Contributor

I have been using customasm for my homebrew CPU, and it has been great!
I recently updated to the latest version and found an issue with the addrspan file format.

It was putting a number (the file handle) in the output instead of the filename / path.

I'm not a Rust developer, but I made the change and tested it locally.

@hlorenzi
Copy link
Owner

hlorenzi commented Aug 2, 2023

Good catch! I forgot to change this line after the v0.13 overhaul. I should also add a test case for this output format so that we avoid similar problems in the future.

@hlorenzi hlorenzi merged commit 1172abe into hlorenzi:main Dec 2, 2023
1 check passed
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