Skip to content

Comments

Develop#122

Merged
0xLeif merged 8 commits intomainfrom
develop
Jun 4, 2025
Merged

Develop#122
0xLeif merged 8 commits intomainfrom
develop

Conversation

@0xLeif
Copy link
Owner

@0xLeif 0xLeif commented Jun 4, 2025

No description provided.

@0xLeif 0xLeif requested a review from Copilot June 4, 2025 01:37
@0xLeif 0xLeif self-assigned this Jun 4, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR cleans up deprecated API methods, updates licensing, and modernizes CI workflows.

  • Removes deprecated remove(storedState:) and remove(syncState:) methods in Application+public.swift
  • Updates the license year from 2024 to 2025
  • Upgrades Windows CI to Swift 6.1 and Ubuntu CI to ubuntu-latest

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
Sources/AppState/Application/Application+public.swift Deletes two deprecated remove methods renamed to reset
LICENSE Bumps copyright year to 2025
.github/workflows/windows.yml Adds checkout step, sets up Swift 6.1 with branch and tag
.github/workflows/ubuntu.yml Changes runner from ubuntu-20.04 to ubuntu-latest
Comments suppressed due to low confidence (2)

.github/workflows/windows.yml:10

  • The initial Swift setup action appears unconfigured and is duplicated later; consider removing this step or pinning a specific version, and ensure actions/checkout@v4 runs first for consistency.
-      - uses: compnerd/gha-setup-swift@main

.github/workflows/windows.yml:18

  • [nitpick] The tag key has extra spaces; aligning its indentation with other keys would improve readability.
tag:    6.1-RELEASE         # exact toolchain tag

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
Copy link

Copilot AI Jun 4, 2025

Choose a reason for hiding this comment

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

[nitpick] Switching to ubuntu-latest can bring unexpected environment changes; consider pinning to a specific release (e.g., ubuntu-22.04) to guarantee build consistency.

Suggested change
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

Copilot uses AI. Check for mistakes.
@0xLeif 0xLeif merged commit 223a28e into main Jun 4, 2025
3 checks passed
@0xLeif 0xLeif deleted the develop branch June 4, 2025 01:40
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