Skip to content

Remove public extension - #3

Merged
MaatheusGois merged 1 commit into
DebugSwift:mainfrom
murilogteixeira:main
Dec 21, 2023
Merged

MaatheusGois merged 1 commit into
DebugSwift:mainfrom
murilogteixeira:main

Conversation

@murilogteixeira

Copy link
Copy Markdown
Contributor

Quando usamos extensions p煤blicas corremos o risco de declarar objetos com o mesmo nome j谩 existente.

No meu caso, possuo um enum chamado Key em uma extension interna para tratar os meus tokens de valores armazenados usando UserDefaults e isso causou um erro de ambiguidade.

Aconselharia n茫o usar extensions p煤blicas para esses casos para n茫o dar erros de ambiguidade.

@MaatheusGois
MaatheusGois merged commit 47198f3 into DebugSwift:main Dec 21, 2023
MaatheusGois added a commit that referenced this pull request Jan 16, 2024
MaatheusGois added a commit that referenced this pull request Jan 16, 2024
@MaatheusGois MaatheusGois mentioned this pull request Mar 7, 2026
28 tasks
maatheusgois-dd added a commit that referenced this pull request Jul 16, 2026
Add a Foundation-only HAR 1.2 encoder, cURL command builder, and header
redaction logic, plus a UIKit adapter bridging `HttpModel` to the pure
`HARCapture` shape and wiring export through `FileSharingManager`.

The core is fully testable without a simulator (3 tests, 0 failures in a
standalone SPM package), as specified in docs/PROPOSED_FEATURES.md.

Co-authored-by: oh-my-pi <https://omp.sh>
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.

2 participants