Saleem Abdulrasool

Results 83 issues of Saleem Abdulrasool

Add enough bindings for the COM interfaces to load a specified type library. This will allow Swift to use hand written COM bindings to process type libraries and serve as...

`\` must be escaped for valid JSON. Ensure that we properly escape the character and form the reference string with the proper representation of the path.

This initial patch series beings the work to support Windows. It is incomplete in the sense that there are multiple issues with the tests that need to be ironed out...

This adds a swift-syntax dependency to the package in order to experiment with code generation.

GitHub is working towards deprecating `set-output` in favour of a file based approach. Update the `@actions/core` dependency to make avail of the new implementation which should hopefully eliminate the deprecation...

GitHub is working towards deprecating `set-output` in favour of a file based approach. Update the `@actions/core` dependency to make avail of the new implementation which should hopefully eliminate the deprecation...

When running the GPTInferenceUI on Windows, it seems that the model shape mismatch is back: ``` Fatal error: Incompatible shapes: [1,43,768] vs. [1,43]: file S:\4\tensorflow-swift-apis\Sources\TensorFlow\bindings\EagerExecution.swift, line 301 ``` As soon...

Adjust the rendering for the Swift AST section when listing the sections to make it easy to identify when scanning. We already have a diff to break in the switch,...

When a module is not found, the warning is emitted multiple times leading to an overwhelming amount of spew when it is a core module (e.g. `_SwiftConcurrencyShims`). ``` warning: (x86_64)...

Reproduces with `swift build -Xcc -IS:\b\1\include -Xcc -IS:\b\1\tools\clang\include -Xcc -IS:\b\1\tools\swift\include -Xcc -std=c++17` at apple/swift@85e38afbac07df01e9041dd274fc62be4febfffb ``` Assertion failed: (reinterpret_cast(Buckets) & 0x3) == 0 && "buckets should be 4-byte aligned.", file S:\SourceCache\swift-project\llvm-project\llvm\include\llvm/Support/OnDiskHashTable.h,...