Saleem Abdulrasool

Results 83 issues of Saleem Abdulrasool

`cat` is a common utility on Unix systems, however, it is not universally available. On Windows systems, resort to `cmd` (%COMSPEC%) as the shell interpreter is guaranteed to be present....

waiting for review

Normalize the paths to the expected value on Windows when running `swift-format`. This has no bearing on the action itself, just is a clean up required to get tests to...

waiting for review

When using this action on Windows, the lint action always succeeds, silently discarding the results. This was observed with the swift-format-official usage, but is likely the case for other tooling...

in progress

This test triggers an assertion failure. It is unclear why this is currently being parsed improperly.

There is no guarantee that the `PlatformChar` is `CChar`. On Windows, this needs to be UTF16 rather than UTF8. Explicitly use the `PlatformChar` rather than `CChar`.

The literal value needs to be converted on different platform. Explicitly construct the type rather than trying to change the literal to the platform character type.

Given that swift-package-manager is not currently ready for Windows, this addition makes it possible to build for Windows. _[One line description of your change]_ ### Motivation: _[Explain here the context,...

stashed

Update development to 7/25 snapshot.

This corrects the type mismatches at a number of sites to make the code 32-bit clean. This is required to enable the use of Swift/Win32 on 32-bit Windows targets.