[PR #356] [CLOSED] feat: Custom stack size #436

Closed
opened 2026-06-08 11:28:14 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/356
Author: @bootandy
Created: 12/12/2023
Status: Closed

Base: masterHead: stack_size


📝 Commits (1)

📊 Changes

10 files changed (+58 additions, -16 deletions)

View changed files

📝 README.md (+1 -0)
📝 completions/_dust (+2 -0)
📝 completions/_dust.ps1 (+2 -0)
📝 completions/dust.bash (+9 -1)
📝 completions/dust.elv (+2 -0)
📝 completions/dust.fish (+1 -0)
📝 man-page/dust.1 (+4 -1)
📝 src/cli.rs (+8 -0)
📝 src/config.rs (+9 -0)
📝 src/main.rs (+20 -14)

📄 Description

If a user reports a crash from stacksize - we can try different stack memory sizes to try and figure out the cause.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/356 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 12/12/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stack_size` --- ### 📝 Commits (1) - [`09c6ff4`](https://github.com/bootandy/dust/commit/09c6ff439d5a367ebc4b0c2c97501f593e2e27f5) feat: Custom stack size ### 📊 Changes **10 files changed** (+58 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `completions/_dust` (+2 -0) 📝 `completions/_dust.ps1` (+2 -0) 📝 `completions/dust.bash` (+9 -1) 📝 `completions/dust.elv` (+2 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `man-page/dust.1` (+4 -1) 📝 `src/cli.rs` (+8 -0) 📝 `src/config.rs` (+9 -0) 📝 `src/main.rs` (+20 -14) </details> ### 📄 Description If a user reports a crash from stacksize - we can try different stack memory sizes to try and figure out the cause. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:28:14 +03:00
zhus closed this issue 2026-06-08 11:28:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#436