Skip to content
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

Pin dependencies to swiftlang GitHub organisation (was apple) and remove .git suffix #105

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

liamnichols
Copy link
Owner

swift-syntax and swift-docc-plugin have moved to the swiftlang org on GitHub, while the existing links work, it can start to cause warnings to popup when mixing and matching urls.

This change updates our dependency definitions to use the new org which is what will happen with all packages eventually.

I also drop the .git suffix from the urls since it is redundant.

As part of this change, the pinned version of swift-snapshot-testing has been updated from 1.16.1 to 1.17.2.

@liamnichols liamnichols self-assigned this Jul 16, 2024
@liamnichols liamnichols changed the title Point dependencies to swiftlang git org (not apple) and remove .git suffix Pin dependencies to swiftlang GitHub organisation (was apple) and remove .git suffix Jul 16, 2024
Copy link

github-actions bot commented Jul 16, 2024

✅ Pull Request passed benchmark checks

Summary

Tue Jul 16 16:44:40 UTC 2024

New baseline 'pull_request' is WITHIN the 'main' baseline thresholds.


Comparing results between 'main' and 'pull_request'

Host 'Mac-1721146751703.local' with 3 'arm64' processors with 7 GB memory, running:
Darwin Kernel Version 23.5.0: Wed May  1 20:12:39 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_VMAPPLE

XCStringsToolBenchmarks

StringGenerator.generateSource(for:tableName:accessLevel:) metrics

Time (total CPU): results within specified thresholds, fold down for details.

Time (total CPU) (ms) * p0 p25 p50 p75 p90 p99 p100 Samples
main 873 873 873 875 875 875 875 2
pull_request 861 861 861 870 870 870 870 2
Δ -12 -12 -12 -5 -5 -5 -5 0
Improvement % 1 1 1 1 1 1 1 0

Comment on lines -35 to +36
"revision" : "8ddd519780452729c6634ad6bd0d2595938e9ea3",
"version" : "1.16.1"
"revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3",
"version" : "1.17.2"
Copy link
Owner Author

Choose a reason for hiding this comment

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

This causes Xcode 16 tests to fail because GitHub Actions don't use Beta 3 yet

We can either wait GitHub, or I can patch the workflow to use an earlier version in the meantime... Will look into it.

Copy link
Owner Author

Choose a reason for hiding this comment

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

It took GitHub 9 days after Beta 2 was released to update. It's been 8 days since Beta 3 was released, so I'll just wait and see this week.

@liamnichols liamnichols force-pushed the ln/swiftlang-org branch 2 times, most recently from a119a65 to 2d6069d Compare July 16, 2024 16:11
@liamnichols liamnichols marked this pull request as ready for review July 16, 2024 16:43
@liamnichols liamnichols merged commit ad243ad into main Jul 16, 2024
13 checks passed
@liamnichols liamnichols deleted the ln/swiftlang-org branch July 16, 2024 18:17
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.

1 participant