Skip to content

Commit 2a4e419

Browse files
authored
Update GSoC 2025 links between posts, category update, and updates to titles. (#1237)
1 parent aa422d9 commit 2a4e419

4 files changed

+9
-9
lines changed

_posts/2025-11-05-gsoc-2025-showcase-swiftly-support-in-vscode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In this series of four blog posts, we'll highlight each of the Summer of Code co
1616
You can navigate between the posts using these convenient links:
1717

1818
- Bringing Swiftly support to VS Code (this post)
19-
- JNI mode for swift-java’s source jextract tool _(coming soon)_
20-
- Improved display of documentation during code completion in SourceKit-LSP _(coming soon)_
21-
- Improved console output for Swift Testing _(coming soon)_
19+
- [Extending Swift-Java Interoperability](/blog/gsoc-2025-showcase-swift-java/)
20+
- [Improved code completion for Swift](/blog/gsoc-2025-showcase-code-completion/)
21+
- [Improved console output for Swift Testing](/blog/gsoc-2025-showcase-swift-testing-output/)
2222

2323
Each GSoC contributor has shared a writeup about their project and experience in the program on the forums. The first project we're featuring on the blog brought Swiftly support to Visual Studio Code, contributed by Priyambada Roul.
2424
To learn more, you can read the [full post on the Swift forums](https://forums.swift.org/t/gsoc-2025-bringing-swiftly-support-to-vs-code/81886).

_posts/2025-11-07-gsoc-2025-showcase-swift-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This is the second post in our series showcasing the Swift community’s partici
1111

1212
- [Bringing Swiftly support to VS Code](/blog/gsoc-2025-showcase-swiftly-support-in-vscode/)
1313
- Extending Swift-Java Interoperability (this post)
14-
- Improved display of documentation during code completion in SourceKit-LSP _(coming soon)_
15-
- Improved Console Output for Swift Testing _(coming soon)_
14+
- [Improved code completion for Swift](/blog/gsoc-2025-showcase-code-completion/)
15+
- [Improved console output for Swift Testing](/blog/gsoc-2025-showcase-swift-testing-output/)
1616

1717
Each GSoC contributor has shared a writeup about their project and experience in the program on the Swift forums. Today’s featured project improved interoperability between Swift and Java, contributed by Mads Odgaard. Mads recently presented on this project at the Server-Side Swift conference: [Expanding Swift/Java Interoperability](https://www.youtube.com/watch?v=tOH6V1IvTAc), and you may have noticed it in action in the recent Swift.org blog post: [Announcing the Swift SDK for Android](https://www.swift.org/blog/nightly-swift-sdk-for-android/)!
1818

_posts/2025-11-12-gsoc-2025-showcase-code-completion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
layout: new-layouts/post
33
published: true
44
date: 2025-11-12 17:05:00
5-
title: "Swift GSoC 2025 highlight: Improved code completion for Swift"
5+
title: "GSoC 2025 Showcase: Improved Code completion for Swift"
66
author: [ahmedelrefaey, ktoso]
7-
category: "Developer Tools"
7+
category: "Community"
88
---
99

1010
Our blog post series showcasing the Swift community’s participation in [Google Summer of Code](https://summerofcode.withgoogle.com) 2025 continues with our third update. Learn more about the projects and work accomplished:
1111

1212
- [Bringing Swiftly support to VS Code](/blog/gsoc-2025-showcase-swiftly-support-in-vscode/)
1313
- [Extending Swift-Java Interoperability](/blog/gsoc-2025-showcase-swift-java/)
1414
- Improved code completion for Swift _(this post)_
15-
- Improved console output for Swift Testing _(coming soon)_
15+
- [Improved console output for Swift Testing](/blog/gsoc-2025-showcase-swift-testing-output/)
1616

1717
Each GSoC contributor has shared a writeup about their project and experience in the program on the forums. Today’s featured project improved how documentation is displayed during code completion in IDEs, contributed by Ahmed Elrefaey.
1818

_posts/2025-11-14-gsoc-2025-showcase-swift-testing-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: new-layouts/post
33
published: true
44
date: 2025-11-14 17:15:00
5-
title: "Swift GSoC 2025 Showcase: Improved Console Output for Swift Testing"
5+
title: "GSoC 2025 Showcase: Improved Console Output for Swift Testing"
66
author: [kelvin, ktoso]
77
category: "Community"
88
---

0 commit comments

Comments
 (0)