Skip to content

Conversation

@IanButterworth
Copy link
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
Member Author

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

@IanButterworth IanButterworth merged commit d68a04e into master Mar 22, 2024
@IanButterworth IanButterworth deleted the revert-53778-jb/morecompileable branch March 22, 2024 16:10
@giordano giordano added the 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

revert This reverts a previously merged PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants