Skip to content

enhance(bundler): some error messages#15299

Open
Legend-Master wants to merge 1 commit intotauri-apps:devfrom
Legend-Master:bundle-error-messgae
Open

enhance(bundler): some error messages#15299
Legend-Master wants to merge 1 commit intotauri-apps:devfrom
Legend-Master:bundle-error-messgae

Conversation

@Legend-Master
Copy link
Copy Markdown
Contributor

No description provided.

@Legend-Master Legend-Master requested a review from a team as a code owner April 29, 2026 10:23
@github-project-automation github-project-automation Bot moved this to 📬Proposal in Roadmap Apr 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Package Changes Through bd191b1

There are 11 changes which include tauri with minor, @tauri-apps/api with minor, tauri-build with minor, tauri-macos-sign with patch, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-plugin with minor

Planned Package Versions

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

package current next
@tauri-apps/api 2.10.1 2.11.0
tauri-utils 2.8.3 2.9.0
tauri-macos-sign 2.3.3 2.3.4
tauri-bundler 2.8.1 2.9.0
tauri-runtime 2.10.1 2.11.0
tauri-runtime-wry 2.10.1 2.11.0
tauri-codegen 2.5.5 2.5.6
tauri-macros 2.5.5 2.5.6
tauri-plugin 2.5.4 2.6.0
tauri-build 2.5.6 2.6.0
tauri 2.10.3 2.11.0
@tauri-apps/cli 2.10.1 2.11.0
tauri-cli 2.10.1 2.11.0

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


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

Comment on lines -13 to +14
#[error("failed to bundle project {0}")]
Bundler(#[from] Box<tauri_bundler::Error>),
#[error("failed to bundle project: {0}")]
Bundler(#[from] tauri_bundler::Error),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is a (minor) breaking change, is this intended?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

so far we didn't really care about that in the cli crate. though technically it is a library even if that's just for internal napi-rs consumption.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yeah, wouldn't consider it breaking or we basically won't be able to change anything

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Don't mind me then 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📬Proposal

Development

Successfully merging this pull request may close these issues.

3 participants