issues
search
oils-for-unix
/
oils
Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.85k
stars
159
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Dev hoover 25
#2130
andychu
opened
23 hours ago
0
Code location from previous command failure is sometimes retained
#2129
quexxon
opened
1 day ago
1
Fix links from OILS-ERR-10 going to OSH cmd lang page not YSH cmd lang
#2128
PossiblyAShrub
closed
1 day ago
1
Dev hoover 24
#2127
andychu
opened
3 days ago
0
`command` treats directories found on the $PATH as commands
#2126
quexxon
opened
3 days ago
3
Dev hoover 23
#2125
andychu
opened
3 days ago
0
`install-wedges` is mentioned in docs, but no longer exists in `build/deps.sh`
#2124
KingMob
closed
3 days ago
1
Loops may not collect garbage, leading to very slow execution
#2123
quexxon
opened
6 days ago
7
help ysh-command-lang doesn't work
#2122
andychu
opened
1 week ago
0
On FreeBSD Ctrl-Z causes ^Z printed on the terminal which isn't customary, and Ctrl-T prints stats of the shell itself which is also not customary for shells
#2121
yurivict
opened
1 week ago
0
Dev hoover 23
#2120
andychu
closed
1 week ago
0
Add dependency installation script for arch
#2119
Kaonashie
closed
2 weeks ago
4
strict_errexit message missing code location
#2118
ale5000-git
opened
2 weeks ago
5
Please make man installation error not fatal
#2117
ale5000-git
opened
2 weeks ago
0
Add support for HEAD in brew configuration of oils-for-unix
#2116
ale5000-git
closed
2 weeks ago
1
wait - X isn't a child of this shell process
#2115
ale5000-git
opened
3 weeks ago
0
printf errors can cause status 1, rather than being fatal
#2114
andychu
opened
3 weeks ago
2
parse error after integer overflow
#2113
ale5000-git
closed
2 weeks ago
10
Oils integers should be arbitrary precision (OSH and YSH)
#2112
andychu
opened
3 weeks ago
2
Dev hoover 22
#2111
andychu
opened
3 weeks ago
0
bug in old version of dash shell causes _build/oils.sh to start too many compilers in parallel
#2110
andychu
opened
3 weeks ago
0
implement pretty printing for value.Obj
#2109
melvinw
closed
3 weeks ago
1
Ctrl-C causes Interrupted system call
#2108
yurivict
opened
4 weeks ago
5
printf crashes with ValueError when integers are large
#2107
ale5000-git
opened
4 weeks ago
2
bash SHLVL support
#2106
nisbet-hubbard
opened
4 weeks ago
1
[stdlib/args] Support flags that remember all values passed, with List[T] syntax
#2105
quexxon
closed
4 weeks ago
0
Crash with setvar on out-of-bounds list index
#2104
jtb20
opened
1 month ago
2
In $LIB_YSH/args.ysh, make flag/arg/rest private to parser
#2103
quexxon
closed
1 month ago
1
[ysh] Implement 1..<5 and 1..=5 open/closed range syntax
#2102
PossiblyAShrub
closed
4 weeks ago
2
[ysh] Lex '&&', '||' for better errors in expr mode
#2101
PossiblyAShrub
closed
1 month ago
4
[YSH] `write` is a command name already taken in unix environments
#2100
bar-g
opened
1 month ago
3
Extend args.ysh's flag proc with Float, Str support
#2099
quexxon
closed
1 month ago
1
Flag changes required by `zoxide` when sourcing other shell’s startup files
#2098
nisbet-hubbard
closed
3 weeks ago
3
Implement `fg n` and `%n`?
#2097
nisbet-hubbard
opened
1 month ago
3
ysh breaking: Replace 1 .. 5 range syntax with 1 ..< 5 half open and 1 ..= 5 closed range
#2096
bar-g
opened
1 month ago
14
ship OILS-ERR or -HINT list in (separate?) tarball, and let oils binary use it if available
#2095
bar-g
opened
1 month ago
2
allow && || in YSH conditions and add test --true --false
#2094
andychu
opened
1 month ago
2
command -v should print the full path of the executable
#2093
ale5000-git
closed
1 month ago
3
Python `bind` for osh
#2092
KingMob
closed
2 days ago
15
OSH too lenient in parsing the ! operator, e.g. ! true | ! false
#2091
andychu
opened
1 month ago
0
[builtin] Add pexpect and spec tests for bind built-in
#2090
KingMob
closed
1 month ago
3
[WIP] Make blocks capture
#2089
PossiblyAShrub
closed
1 month ago
1
Kebab-Case Identifiers in Expression Mode
#2088
PossiblyAShrub
opened
1 month ago
1
[WIP] Replace ctx with a pure YSH definition
#2087
PossiblyAShrub
opened
1 month ago
0
Allow nested procs/funcs
#2086
PossiblyAShrub
closed
1 month ago
0
Default `oshrc` to ship with oils?
#2085
nisbet-hubbard
opened
1 month ago
2
HISTTIMEFORMAT not implemented - osh doesn’t recognise history comment character
#2084
nisbet-hubbard
opened
1 month ago
2
Initialise history from HISTFILE on startup
#2083
nisbet-hubbard
opened
1 month ago
6
Implement `^string1^string2^` bashism
#2082
nisbet-hubbard
opened
1 month ago
1
Incremental search overlaps long `PS1`
#2081
nisbet-hubbard
opened
1 month ago
3
Next