-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Fix whitespace in test/type #224
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cool, thanks. |
slavapestov
pushed a commit
to slavapestov/swift
that referenced
this pull request
Nov 27, 2018
…ch_test SR-4026: dispatch_test_check_evfilt_read_for_fd for epoll
dabelknap
added a commit
to dabelknap/swift
that referenced
this pull request
Mar 15, 2019
Allow breaks to ignore discretionary newlines.
maldahleh
pushed a commit
to maldahleh/swift
that referenced
this pull request
Oct 26, 2020
gyb: re-generate gyb'ed files
freak4pc
pushed a commit
to freak4pc/swift
that referenced
this pull request
Sep 28, 2022
Updates the Kitura maintainer information
DougGregor
pushed a commit
to DougGregor/swift
that referenced
this pull request
Apr 28, 2024
* Rename Runtime to Rtl and hierarchicalize. * Per-user packages - Remove per-machine resources, use per-user directories, and set packages to per-user. * Implement new per-user bundle: - Web bundle that downloads on demand - Offline bundle with everything embedded - Custom UI with feature selection - Side-by-side upgrade strategy * Fix references and arch-specific ids to resolve multiproc build failure. * Simplify side-by-side support authoring. * Move merge modules and remove test authoring. - Use `rtl` consistently. - Use `InstallRoot`/`INSTALLROOT` consistently. - Make `HelloMergeModule` build outside the source tree. - Add Windows Sandbox test scripts. * Build three host-architecture SDK packages. * For consistency, use loc string for Manufacturer. * Use ProductArchitecture to get product names. * Move versioned "root" under the Top Five. * Remove old directory tree. * Improve side-by-side versioned directory behavior. - Rename versioned directories to clarify they're versioned. - Handle multiproc build of shared .wixlib for x86 SDK packages. - Clean up empty versioned directories. * Clean up and add test collateral. * Disable Arm64 for now. * Conditionalize x86 and Arm64 SDKs. Co-authored-by: Saleem Abdulrasool <[email protected]>
atrick
added a commit
to atrick/swift
that referenced
this pull request
Jul 5, 2024
and RefElementAddr_getDecl. Fixes: Assertion failed: (isa<To>(Val) && "cast<Ty>() argument of incompatible type!"), function cast, file Casting.h While running pass swiftlang#224 SILFunctionTransform "LifetimeDependenceDiagnostics" swiftlang#7 0x0000000102d3efcc decltype(auto) llvm::cast<swift::DebugValueInst, swift::SILInstruction>(swift::SILInstruction*) swiftlang#8 0x0000000102d01e24 swift::DebugValueInst* BridgedInstruction::getAs<swift::DebugValueInst>() const swiftlang#9 0x0000000102d01ee4 BridgedInstruction::GlobalAddr_getDecl() const
atrick
added a commit
to atrick/swift
that referenced
this pull request
Jul 5, 2024
and RefElementAddr_getDecl. Fixes: Assertion failed: (isa<To>(Val) && "cast<Ty>() argument of incompatible type!"), function cast, file Casting.h While running pass swiftlang#224 SILFunctionTransform "LifetimeDependenceDiagnostics" swiftlang#7 0x0000000102d3efcc decltype(auto) llvm::cast<swift::DebugValueInst, swift::SILInstruction>(swift::SILInstruction*) swiftlang#8 0x0000000102d01e24 swift::DebugValueInst* BridgedInstruction::getAs<swift::DebugValueInst>() const swiftlang#9 0x0000000102d01ee4 BridgedInstruction::GlobalAddr_getDecl() const
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.