[logging, debugger] remove unescesary logic and only query USER env variable once #2800

Merged
crueter merged 4 commits from backend-improv1 into master 2025-10-27 20:55:02 +01:00
Member
  • censoring an username would lead to the variable being queried everytime something is written, just store it on a static
  • dont use a map<> for something that can be done in a switch statment (and that the compiler will optimise for free!!!)
    Signed-off-by: lizzie lizzie@eden-emu.dev
- censoring an username would lead to the variable being queried everytime something is written, just store it on a static - dont use a map<> for something that can be done in a switch statment (and that the compiler will optimise for free!!!) Signed-off-by: lizzie <lizzie@eden-emu.dev>
Lizzie force-pushed backend-improv1 from 02eec2a7d8
Some checks failed
GitHub Actions [CI] Build started
eden-license / license-header (pull_request) Failing after 34s
to 87c0994a0d
Some checks failed
eden-license / license-header (pull_request) Failing after 28s
GitHub Actions [CI] Build failed
2025-10-21 20:31:58 +02:00
Compare
Lizzie force-pushed backend-improv1 from 87c0994a0d
Some checks failed
eden-license / license-header (pull_request) Failing after 28s
GitHub Actions [CI] Build failed
to f586f754ba
Some checks failed
eden-license / license-header (pull_request) Failing after 30s
GitHub Actions [CI] Build failed
build.yml / fix (pull_request) Failing after 0s
trigger_release.yml / fix (pull_request) Failing after 0s
2025-10-23 08:28:12 +02:00
Compare
crueter added this to the 0.0.4 (real) milestone 2025-10-27 08:00:39 +01:00
Lizzie force-pushed backend-improv1 from f586f754ba
Some checks failed
eden-license / license-header (pull_request) Failing after 30s
GitHub Actions [CI] Build failed
build.yml / fix (pull_request) Failing after 0s
trigger_release.yml / fix (pull_request) Failing after 0s
to 908718878c
Some checks reported errors
eden-license / license-header (pull_request) Failing after 31s
GitHub Actions [CI] Build cancelled
2025-10-27 19:51:33 +01:00
Compare
fix?
Some checks reported errors
eden-license / license-header (pull_request) Successful in 34s
GitHub Actions [CI] Build cancelled
a84277184d
Signed-off-by: lizzie <lizzie@eden-emu.dev>
fx
All checks were successful
eden-license / license-header (pull_request) Successful in 33s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
d3dc51529f
Signed-off-by: lizzie <lizzie@eden-emu.dev>
crueter approved these changes 2025-10-27 20:50:26 +01:00
crueter merged commit dd9cae4ebc into master 2025-10-27 20:55:02 +01:00
crueter deleted branch backend-improv1 2025-10-27 20:55:02 +01:00
Sign in to join this conversation.
No description provided.