mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #356] [CLOSED] feat: Custom stack size #436
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/356
Author: @bootandy
Created: 12/12/2023
Status: ❌ Closed
Base:
master← Head:stack_size📝 Commits (1)
09c6ff4feat: Custom stack size📊 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.