Skip to content

Conversation

@sftse
Copy link
Contributor

@sftse sftse commented Dec 8, 2025

Got sidetracked, best read commit by commit.

@sftse sftse requested a review from a team as a code owner December 8, 2025 14:31
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Dec 8, 2025
.wait()
.expect("failed to wait on \"beforeDevCommand\"");
if !(status.success() || KILL_BEFORE_DEV_FLAG.get().unwrap().load(Ordering::Relaxed)) {
if !(status.success() || KILL_BEFORE_DEV_FLAG.load(Ordering::Relaxed)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although implausible, there's nothing stopping the child to exit before the flag gets initialized. Because the thread is spawned, this panic might be hard to detect.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

Package Changes Through 4e748c4

There are 3 changes which include tauri-utils with patch, tauri-build with patch, tauri-cli with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.8.1 2.8.2
tauri-bundler 2.7.5 2.7.6
tauri-runtime 2.9.2 2.9.3
tauri-runtime-wry 2.9.3 2.9.4
tauri-codegen 2.5.2 2.5.3
tauri-macros 2.5.2 2.5.3
tauri-plugin 2.5.2 2.5.3
tauri-build 2.5.3 2.5.4
tauri 2.9.5 2.9.6
@tauri-apps/cli 2.9.6 2.9.7
tauri-cli 2.9.6 2.9.7

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@Legend-Master
Copy link
Contributor

I am a little concerned about d97b190 that it changed the timing on when we resolve the tauri directories which might get affected by the working directory (we do change them later on in some places)

@sftse
Copy link
Contributor Author

sftse commented Dec 9, 2025

Removed the commit until can split it into changes more obviously correct.
If the globals can be removed think that would be quite an improvement.

RFR

@sftse
Copy link
Contributor Author

sftse commented Dec 9, 2025

Fixed CI

Legend-Master
Legend-Master previously approved these changes Dec 9, 2025
Copy link
Contributor

@Legend-Master Legend-Master left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, thanks!

And you need to sign your commits 🙃

@sftse
Copy link
Contributor Author

sftse commented Dec 9, 2025

GTM

@Legend-Master Legend-Master merged commit 2d28e31 into tauri-apps:dev Dec 9, 2025
26 checks passed
@github-project-automation github-project-automation bot moved this from 📬Proposal to 🔎 In audit in Roadmap Dec 9, 2025
@sftse sftse deleted the cleanups branch December 9, 2025 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🔎 In audit

Development

Successfully merging this pull request may close these issues.

3 participants