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

Revert "small changes to make Base more statically compileable" #53808

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

IanButterworth
Copy link
Sponsor Member

Reverts #53778 which appears to have introduced a windows failure

See #53778 (comment)

if ccall(:ios_file, Ptr{Cvoid},
(Ptr{UInt8}, Cstring, Cint, Cint, Cint, Cint),
s.ios, fname, flags.read, flags.write, flags.create, flags.truncate) == C_NULL
systemerror("opening file \"$fname\"")
Copy link
Member

Choose a reason for hiding this comment

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

Looks like this change is the actual issue here. Just replace this with $(repr(fname)) as it was before?

Copy link
Member

Choose a reason for hiding this comment

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

@IanButterworth IanButterworth deleted the revert-53778-jb/morecompileable branch March 22, 2024 00:18
@IanButterworth IanButterworth restored the revert-53778-jb/morecompileable branch March 22, 2024 13:23
@IanButterworth
Copy link
Sponsor Member Author

#53813 is stalling so I'll merge this to get CI green

@IanButterworth IanButterworth merged commit d68a04e into master Mar 22, 2024
7 checks passed
@IanButterworth IanButterworth deleted the revert-53778-jb/morecompileable branch March 22, 2024 16:10
@giordano giordano added the kind:revert This reverts a previously merged PR. label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:revert This reverts a previously merged PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants