Standardize issue status labels to done/open/in progress
Rename resolved→done (#1-4, #11), closed→done (#13, #18), open (post-core)→open (#7), mark #9 as superseded by #21.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# 01 — Design and finalize syntax for all new features
|
# 01 — Design and finalize syntax for all new features
|
||||||
|
|
||||||
**Status:** resolved
|
**Status:** done
|
||||||
**Blocks:** #02, #04, #05
|
**Blocks:** #02, #04, #05
|
||||||
|
|
||||||
## Backtick command execution
|
## Backtick command execution
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# 02 — Complete backtick command lexing and parsing
|
# 02 — Complete backtick command lexing and parsing
|
||||||
|
|
||||||
**Status:** resolved
|
**Status:** done
|
||||||
**Blocked by:** #01
|
**Blocked by:** #01
|
||||||
**Blocks:** #03
|
**Blocks:** #03
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# 03 — Implement direct command execution runtime (no shell)
|
# 03 — Implement direct command execution runtime (no shell)
|
||||||
|
|
||||||
**Status:** resolved
|
**Status:** done
|
||||||
**Blocked by:** #02
|
**Blocked by:** #02
|
||||||
**Blocks:** #06, #07
|
**Blocks:** #06, #07
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# 04 — Implement argv parsing (tokenize command strings)
|
# 04 — Implement argv parsing (tokenize command strings)
|
||||||
|
|
||||||
**Status:** resolved
|
**Status:** done
|
||||||
**Blocked by:** #01
|
**Blocked by:** #01
|
||||||
**Blocks:** #06
|
**Blocks:** #06
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# 07 — Implement I/O redirection for commands
|
# 07 — Implement I/O redirection for commands
|
||||||
|
|
||||||
**Status:** open (post-core)
|
**Status:** open
|
||||||
**Blocked by:** #03
|
**Blocked by:** #03
|
||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# 09 — Programmable prompt
|
# 09 — Programmable prompt
|
||||||
|
|
||||||
**Status:** open
|
**Status:** done (superseded by #21)
|
||||||
**Blocked by:** #08
|
**Blocked by:** #08
|
||||||
|
|
||||||
Users should be able to customize the shell prompt by defining a Lua function, similar to how other shells use `PS1`/`PROMPT_COMMAND`/`precmd`.
|
Users should be able to customize the shell prompt by defining a Lua function, similar to how other shells use `PS1`/`PROMPT_COMMAND`/`precmd`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Issue #11 — Ctrl-C REPL behaviour
|
# Issue #11 — Ctrl-C REPL behaviour
|
||||||
|
|
||||||
**Status:** resolved
|
**Status:** done
|
||||||
|
|
||||||
## Problem
|
## Problem
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Issue #13 — Shell globbing
|
# Issue #13 — Shell globbing
|
||||||
|
|
||||||
**Status:** closed
|
**Status:** done
|
||||||
**Blocked by:** #03, #04
|
**Blocked by:** #03, #04
|
||||||
|
|
||||||
## Problem
|
## Problem
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# 18 — Path expansion (`~`, `*`, `**`)
|
# 18 — Path expansion (`~`, `*`, `**`)
|
||||||
|
|
||||||
**Status:** closed
|
**Status:** done
|
||||||
**Related:** #13 shell globbing
|
**Related:** #13 shell globbing
|
||||||
|
|
||||||
Path expansion for `~` is not available. Commands like:
|
Path expansion for `~` is not available. Commands like:
|
||||||
|
|||||||
Reference in New Issue
Block a user