Skip to content

Commit 812557a

Browse files
committed
cleanups
1 parent 7d30548 commit 812557a

4 files changed

+20
-20
lines changed

_posts/2025-11-NN-swift-gsoc-2024-highlight-1-vscode-swiftly.md renamed to _posts/2025-11-NN-swift-gsoc-2025-highlight-1-vscode-swiftly.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: new-layouts/post
33
published: true
4-
date: 2024-02-NN 10:00:00
5-
title: 'Swift GSoC 2024 highlight: Swiftly (Swift installer) support in Visual Studio Code
4+
date: 2025-02-NN 10:00:00
5+
title: 'Swift GSoC 2025 highlight: Swiftly (Swift installer) support in Visual Studio Code
66
author: [ktoso, priyambada]
77
category: "Community"
88
---
@@ -16,9 +16,9 @@ In this series of four posts, we'll highlight each of the Summer of Code contrib
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](./2025-11-NN-swift-gsoc-2024-highlight-2-swift-java-jextract-jni-mode.md)
20-
- [Improve the display of documentation during code completion in SourceKit-LSP](./2025-11-NN-swift-gsoc-2024-highlight-3-vscode-swift-lsp-documentation.md)
21-
- [Improved Console Output for Swift Testing](./2025-11-NN-swift-gsoc-2024-highlight-4-swift-testing-output.md)
19+
- [JNI mode for swift-java’s source jextract tool](2025-11-NN-swift-gsoc-2025-highlight-2-swift-java-jextract-jni-mode.md)
20+
- [Improve the display of documentation during code completion in SourceKit-LSP](2025-11-NN-swift-gsoc-2025-highlight-3-vscode-swift-lsp-documentation.md)
21+
- [Improved Console Output for Swift Testing](2025-11-NN-swift-gsoc-2025-highlight-4-swift-testing-output.md)
2222

2323
What follows, is a shortened writeup about their project and experience by the GSoC contributors.
2424
If you'd like to learn more, please check out the full version of their posts on the Swift forums (linked below)!

_posts/2025-11-NN-swift-gsoc-2024-highlight-2-swift-java-jextract-jni-mode.md renamed to _posts/2025-11-NN-swift-gsoc-2025-highlight-2-swift-java-jextract-jni-mode.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: new-layouts/post
33
published: true
4-
date: 2024-02-NN 10:00:00
5-
title: 'Swift GSoC 2024 highlight: JNI mode for SwiftJava interoperability jextract tool
4+
date: 2025-02-NN 10:00:00
5+
title: 'Swift GSoC 2025 highlight: JNI mode for SwiftJava interoperability jextract tool
66
author: [ktoso, mads]
77
category: "Community"
88
---
@@ -14,10 +14,10 @@ to open source projects. Participants usually are students, but do not have to b
1414

1515
In this series of four posts, we'll highlight each of the Summer of Code contributors and their projects.
1616

17-
- [Bringing Swiftly support to VS Code](./2025-11-NN-swift-gsoc-2024-highlight-1-vscode-swiftly.md)
17+
- [Bringing Swiftly support to VS Code](2025-11-NN-swift-gsoc-2025-highlight-1-vscode-swiftly.md)
1818
- JNI mode for swift-java’s source jextract tool (this post)
19-
- [Improve the display of documentation during code completion in SourceKit-LSP](./2025-11-NN-swift-gsoc-2024-highlight-3-vscode-swift-lsp-documentation.md)
20-
- [Improved Console Output for Swift Testing](./2025-11-NN-swift-gsoc-2024-highlight-4-swift-testing-output.md)
19+
- [Improve the display of documentation during code completion in SourceKit-LSP](2025-11-NN-swift-gsoc-2025-highlight-3-vscode-swift-lsp-documentation.md)
20+
- [Improved Console Output for Swift Testing](2025-11-NN-swift-gsoc-2025-highlight-4-swift-testing-output.md)
2121

2222
---
2323

_posts/2025-11-NN-swift-gsoc-2024-highlight-3-vscode-swift-lsp-documentation.md renamed to _posts/2025-11-NN-swift-gsoc-2025-highlight-3-vscode-swift-lsp-documentation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: new-layouts/post
33
published: true
4-
date: 2024-02-NN 10:00:00
5-
title: 'Swift GSoC 2024 highlight: Improve the display of documentation during code completion in SourceKit-LSP
4+
date: 2025-02-NN 10:00:00
5+
title: 'Swift GSoC 2025 highlight: Improve the display of documentation during code completion in SourceKit-LSP
66
author: [ktoso, ahmedelrefaey, hamish]
77
category: "Community"
88
---
@@ -14,10 +14,10 @@ to open source projects. Participants usually are students, but do not have to b
1414

1515
In this series of four posts, we'll highlight each of the Summer of Code contributors and their projects.
1616

17-
- [Bringing Swiftly support to VS Code](./2025-11-NN-swift-gsoc-2024-highlight-1-vscode-swiftly.md)
18-
- [JNI mode for swift-java’s source jextract tool](./2025-11-NN-swift-gsoc-2024-highlight-2-swift-java-jextract-jni-mode.md)
17+
- [Bringing Swiftly support to VS Code](2025-11-NN-swift-gsoc-2025-highlight-1-vscode-swiftly.md)
18+
- [JNI mode for swift-java’s source jextract tool](2025-11-NN-swift-gsoc-2025-highlight-2-swift-java-jextract-jni-mode.md)
1919
- Improve the display of documentation during code completion in SourceKit-LSP (this post)
20-
- [Improved Console Output for Swift Testing](./2025-11-NN-swift-gsoc-2024-highlight-4-swift-testing-output.md)
20+
- [Improved Console Output for Swift Testing](2025-11-NN-swift-gsoc-2025-highlight-4-swift-testing-output.md)
2121

2222
---
2323

_posts/2025-11-NN-swift-gsoc-2024-highlight-4-swift-testing-output.md renamed to _posts/2025-11-NN-swift-gsoc-2025-highlight-4-swift-testing-output.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: new-layouts/post
33
published: true
4-
date: 2024-02-NN 10:00:00
5-
title: 'Swift GSoC 2024 highlight: Improved Console Output for Swift Testing
4+
date: 2025-02-NN 10:00:00
5+
title: 'Swift GSoC 2025 highlight: Improved Console Output for Swift Testing
66
author: [ktoso, kelvin]
77
category: "Community"
88
---
@@ -14,9 +14,9 @@ to open source projects. Participants usually are students, but do not have to b
1414

1515
In this series of four posts, we'll highlight each of the Summer of Code contributors and their projects.
1616

17-
- [Bringing Swiftly support to VS Code](./2025-11-NN-swift-gsoc-2024-highlight-1-vscode-swiftly.md)
18-
- [JNI mode for swift-java’s source jextract tool](./2025-11-NN-swift-gsoc-2024-highlight-2-swift-java-jextract-jni-mode.md)
19-
- [Improve the display of documentation during code completion in SourceKit-LSP](./2025-11-NN-swift-gsoc-2024-highlight-3-vscode-swift-lsp-documentation.md)
17+
- [Bringing Swiftly support to VS Code](2025-11-NN-swift-gsoc-2025-highlight-1-vscode-swiftly.md)
18+
- [JNI mode for swift-java’s source jextract tool](2025-11-NN-swift-gsoc-2025-highlight-2-swift-java-jextract-jni-mode.md)
19+
- [Improve the display of documentation during code completion in SourceKit-LSP](2025-11-NN-swift-gsoc-2025-highlight-3-vscode-swift-lsp-documentation.md)
2020
- Improved Console Output for Swift Testing (this post)
2121

2222
---

0 commit comments

Comments
 (0)