Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: warning ‘wxPATH_NORM_ALL’ is deprecated #65

Merged
merged 4 commits into from
Jan 30, 2024

Conversation

luanluciano93
Copy link

@luanluciano93 luanluciano93 commented Dec 1, 2023

  • A flag wxPATH_NORM_ALL (constante) da biblioteca wxWidgets é usada para realizar a normalização de caminhos de arquivos ou diretórios.

  • A normalização de caminho é o processo de garantir que um caminho de arquivo ou diretório esteja em um formato padronizado, removendo ambiguidades, resolvendo caminhos relativos e removendo partes redundantes do caminho (dependendo de acordo com as flags usadas).

  • wxPATH_NORM_ALL está obsoleto e deve ser evitada, pois então, ao invés de depender implicitamente dela, devemos especificar explicitamente as flags que precisamos para a normalização de caminhos para alcançar o mesmo efeito.

  • Ela é normalmente substituída pelas flags wxPATH_NORM_DOT, wxPATH_NORM_TILDE, wxPATH_NORM_CASE, suprindo a normalização da flag wxPATH_NORM_ALL sem prejuízos no código.

  • flags: https://docs.wxwidgets.org/3.2.4/filename_8h.html#a18dd81e40b3fad4a089077e28e5dce22

Copy link

sonarqubecloud bot commented Dec 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@dudantas dudantas merged commit cb5c73e into opentibiabr:main Jan 30, 2024
6 checks passed
@luanluciano93 luanluciano93 deleted the fixWarning-wxPATH branch January 30, 2024 06:13
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