Mohamed Hegazy

Results 7 issues of Mohamed Hegazy

When comparing a generic type to a conditional type whose checkType is the same type, we have additional information that we are not utilizing.. for instance: ```ts function f(x: T)...

Suggestion
Awaiting More Feedback

Courtesy of @bterlson http://www.typescriptlang.org/docs/handbook/iterators-and-generators.html This section doesn't mention generators at all. Should the section be renamed? Should the content expand to say something about generators? I'd say the latter.

New Topic
Update

Untill [redirection in types-publisher](https://github.com/Microsoft/types-publisher/issues/4) is implemented, is it possible to get the `@types` package updated to match the definitions here? these declaration files seem to be more accurate than the...

This change adds support to uploading symbols to a public symbol server hosted on R2. To get access to the symbols, you need to add the public swift-toolchain to your...

Signing steps are duplicated between 4 jobs now. extract them to an action to avoid duplication. downstream job without signing: https://github.com/thebrowsercompany/swift-build/actions/runs/19777383994 downstream jobs with signing: https://github.com/thebrowsercompany/swift-build/actions/runs/19774595404 downstream 6.3 job: https://github.com/thebrowsercompany/swift-build/actions/runs/19804026228/job/56735897976

We were not building or packaging compiler-rt. this brings the changes in build.ps1 over to CI. Here is a downstream run:https://github.com/thebrowsercompany/swift-build/actions/runs/18619136557

After https://github.com/compnerd/swift-build/pull/1003 we are using emulated python for CI jobs (not python version used to link lldb). We should be using the native architecture instead when upgrading to the new...