Refactors#15117
Conversation
|
|
Package Changes Through f483655There are 7 changes which include tauri-macos-sign with patch, tauri-build with patch, tauri with minor, tauri-bundler with patch, tauri-cli with patch, @tauri-apps/cli with patch, tauri-utils with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
This seems to predate back to #2104 when we added it initially, not entirely sure the reason Does anyone still remember the reason? 😂 I'll just merge this if no one remembers it |
|
i don't but that was shortly before my time here - imo just merge and monitor |
|
And you need to sign the commits 😂 |
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
* refactor(tauri-build): make better use of OsString Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> * refactor(tauri-build): dont wrap const value in function * refactor(tauri-build): None codepath is never used, replace Option<Vec> with Vec * refactor(tauri): use blocking apis where it makes sense * refactor(tauri): better use of std::fs API * refactor(tauri): rewind to start * refactor(tauri): fmt * add change file
* refactor(tauri-build): make better use of OsString Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> * refactor(tauri-build): dont wrap const value in function * refactor(tauri-build): None codepath is never used, replace Option<Vec> with Vec * refactor(tauri): use blocking apis where it makes sense * refactor(tauri): better use of std::fs API * refactor(tauri): rewind to start * refactor(tauri): fmt * add change file
Found some odd patterns to clean up, prompted by #15065.
We could probably also go in the other direction and increase the scope of async instead of decreasing it like here, but the current use of
safe_block_onis in a weird spot and needs more switching between async and blocking code.