Skip to content

Project cleanup and planning for swift-configuration rewrite#3

Merged
prachigauriar merged 18 commits intomainfrom
duncan/swift-configuration
Jan 10, 2026
Merged

Project cleanup and planning for swift-configuration rewrite#3
prachigauriar merged 18 commits intomainfrom
duncan/swift-configuration

Conversation

@duncan-daydream
Copy link
Copy Markdown
Collaborator

@duncan-daydream duncan-daydream commented Jan 6, 2026

Screenshot 2026-01-06 at 5 38 32 PM

@duncan-daydream duncan-daydream force-pushed the duncan/swift-configuration branch from cee2868 to c6ee212 Compare January 6, 2026 15:31
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 6, 2026

Code Coverage Report

Overall Coverage: 100.00% (3 of 3)

DevConfiguration: 100.00% (3 of 3)
File Coverage Covered Lines Executable Lines
DevConfiguration.swift 100.00% 3 3

func value(for variable: ConfigVariable<[Bool]>) -> [Bool]
func value(for variable: ConfigVariable<[String]>) -> [String]
func value(for variable: ConfigVariable<[Int]>) -> [Int]
func value(for variable: ConfigVariable<[Double]>) -> [Double]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is there a subscript version of these?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

You mean like _ = configDataSource[.darkMode]?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yes.

@prachigauriar
Copy link
Copy Markdown
Contributor

auto privacy probably needs to cover string arrays as well.

Copy link
Copy Markdown
Contributor

@prachigauriar prachigauriar left a comment

Choose a reason for hiding this comment

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

Approving, but note that whatever auto privacy setting we have for strings should likely apply to string arrays as well.

@prachigauriar prachigauriar merged commit b9c359c into main Jan 10, 2026
3 checks passed
@prachigauriar prachigauriar deleted the duncan/swift-configuration branch January 10, 2026 20:53
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.

3 participants