tauri-apps / tauri-apps/tauri-docs

[building] - turn off panics

Open
#50 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
MDX
Stars
1.1k
Forks
887
Avg merge
2d 8h
Merged PRs (30d)
48

Description

While discussing errors, @wusyong recommended this approach:

https://github.com/tauri-apps/tauri/issues/613#issuecomment-633921807

Basically on release stop errors from propegating (because during reversing this information can be very useful to the attacker).

[profile.release]
panic = "abort"

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Tauri documentation page covering builds or release configuration. Read the linked discussion for the rationale, then document the [profile.release] setting shown in the issue. Done means the relevant page explains how release builds should handle panics and preserves the security context.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
build-system, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.