Lucas Fernandes Nogueira
b06b3bd091
refactor(cli): improve errors ( #14126 )
...
* refactor(cli): improve errors
* update change files
* license
* add errorext with fs_context helper
* update linux
* lint
* fmt
* windows
* revert bundler breaking change
* fix ios mod
* ref
* reduce amount of enum variants
* fix macos build
* Fix windows build
* Clippy
* capitalize cargo [skip ci]
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-10-02 06:58:26 -03:00
FabianLars
66cb1dbbef
chore(bench): clippy fixes
2025-09-01 20:28:21 +02:00
Kushal Meghani
a58d461eb0
refactor(bench): improve code style ( #14062 )
...
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2025-09-01 20:18:20 +02:00
Lucas Nogueira
5f535b4150
fix(bench): lint warnings
2025-08-24 08:17:25 -03:00
Lucas Nogueira
c0d3f9d47e
chore(bench): fix build and clippy
2025-08-24 07:14:53 -03:00
Kushal Meghani
d54f3b95a6
refactor(bench): improve utils.rs safety, error handling, and docs ( #14057 )
...
- Replace `unwrap` and `expect` with `anyhow::Result` for safer error handling
- Add contextual error messages using `anyhow::Context`
- Fix `home_path` on Windows by using `USERPROFILE` instead of `HOMEPATH`
- Ensure process helpers (`run_collect`, `run`) return `Result` instead of panicking
- Improve parsing logic in `parse_max_mem` and `parse_strace_output`
- Add documentation comments for all public functions
- Add best-effort cleanup and resilience against malformed input
2025-08-22 08:04:57 -03:00
Fabian-Lars
6b2b9d6cbf
chore: clippy 1.88 ( #13720 )
2025-06-27 15:33:36 +02:00
Liigo Zhuang
7a9b920c3e
docs: Remove header images from inline docs ( #11749 )
2024-11-21 14:48:49 +02:00
Amr Bashir
36eee37220
Restructure the repository ( #10796 )
...
* Restructure the repository
* lock file
* fmt
* fix bench
* fix cli template test
* remove accidental file
* fix mv command
* clippy
* upgrade paths-filter github action
* fix cli migration tests
* lockfile
* license headers
* clippy
* scope test-core to tauri crate
* license header
* correct --manifest-path usage
* lockfile
* fix tauri-driver on macOS [skip ci]
* build target ios
* try downgrade env_logger
* downgrade 0.1.7
* try to fix bench
* bench overflow
* revert overflow fix, fix tauri_root_path
* revert env_logger downgrade
* fmt
* raise msrv to 1.71
* fmt
* delete .cargo/config.toml [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-08-27 18:42:30 -03:00