Skip to content

Conversation

ramonasuncion
Copy link
Contributor

@ramonasuncion ramonasuncion commented Sep 29, 2025

Convert // RUN: cp %t/{a,x}.swift to // RUN: cp %t/a.swift %t/x.swift in InterfaceHash test for compatibility with LLVM Lit's internal shell.

Partially address #84407

Convert `// RUN: cp %t/{a,x}.swift` to `// RUN: cp %t/a.swift %t/x.swift` in InterfaceHash test
for compatibility with LLVM Lit interal shell.
@hnrklssn
Copy link
Contributor

@swift-ci please smoke test

Copy link
Contributor

@hnrklssn hnrklssn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hnrklssn hnrklssn enabled auto-merge September 30, 2025 05:06
// RUN: %target-swift-frontend -typecheck -primary-file %t/x.swift -emit-reference-dependencies-path %t/x.swiftdeps -module-name main
// RUN: %{python} %S/../Inputs/process_fine_grained_swiftdeps_with_fingerprints.py %swift-dependency-tool %t/x.swiftdeps > %t/a-processed.swiftdeps
// RUN: cp %t/{b,x}.swift
// RUN: cp %t/b.swift %t/x.swiftt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

%t/x.swiftt contains an extra t

auto-merge was automatically disabled September 30, 2025 22:21

Head branch was pushed to by a user without write access

@hnrklssn
Copy link
Contributor

@swift-ci please smoke test

@hnrklssn hnrklssn merged commit 9f30c85 into swiftlang:main Oct 1, 2025
3 checks passed
@ramonasuncion ramonasuncion deleted the fix-interface-hash-cp-commands branch October 1, 2025 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants