issues
search
benhoyt
/
goawk
A POSIX-compliant AWK interpreter written in Go, with CSV support
https://benhoyt.com/writings/goawk/
MIT License
1.95k
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
CSV - loss of double quote when dataset is updated
#197
patrickToca
closed
1 year ago
2
Missing support for json input files
#196
gicao
closed
1 year ago
1
Allow outputting to /dev/stderr on Windows
#195
naalmlqpele
closed
7 months ago
14
Ensure we use value of FS at the time the record was read
#194
benhoyt
opened
1 year ago
0
Ensure "exit" without status code doesn't set exit code
#193
benhoyt
closed
1 year ago
0
Allow { blocks } with just semicolons in them
#192
benhoyt
closed
1 year ago
0
Exit status code in BEGIN should apply if END has exit
#191
benhoyt
closed
1 year ago
0
FS regex [^,]* fails on empty field
#190
benhoyt
closed
1 year ago
0
Parsing "expr | getline > 0" fails without extra parens
#189
benhoyt
closed
8 months ago
2
Parser doesn't allow null ; (semicolon)
#188
benhoyt
closed
1 year ago
0
Reintroduce additional resolve passes to fix complex mutual recursion
#187
benhoyt
closed
1 year ago
0
Mutually-recursive functions without type info cause compiler panic
#186
benhoyt
closed
1 year ago
6
Add tests that require topoSort
#185
benhoyt
closed
1 year ago
0
Fix "undefined function" error with mutually-recursive functions
#184
benhoyt
closed
1 year ago
0
GoAWK 1.23.X fails on gron.awk
#183
xonixx
closed
1 year ago
7
Wrong order of output with pipe and print
#182
xonixx
closed
1 year ago
1
Add support for --csv (which Gawk and onetrueawk are adding)
#181
benhoyt
closed
1 year ago
0
Limit ARGC to a reasonable max value
#180
benhoyt
closed
1 year ago
0
Fix panic with certain obscure regexes
#179
benhoyt
closed
1 year ago
0
Do two resolver passes to ensure we set unknown param types
#178
benhoyt
closed
1 year ago
0
Increment GoAWK version to 1.23
#177
benhoyt
closed
1 year ago
0
Make length(x) also work when x is an array
#176
benhoyt
closed
1 year ago
0
Refactor and simplify resolver to use two passes
#175
benhoyt
closed
1 year ago
0
When running "gawk --posix", ensure we're using UTF-8
#174
benhoyt
closed
1 year ago
0
Add support for "nextfile"
#173
benhoyt
closed
1 year ago
0
Add GroupingExpr to fix "(a)++b" parsing issue; pretty-print precedence
#172
benhoyt
closed
1 year ago
0
Add support for 'nextfile'
#171
benhoyt
closed
1 year ago
0
Allow parsing of "cond && var=value" and similar expressions
#170
benhoyt
closed
1 year ago
0
Optimize constant integer array indexes to avoid toString() at runtime
#169
benhoyt
closed
1 year ago
0
Make constructs like $++lvalue not an error
#168
benhoyt
closed
1 year ago
0
Error parsing $++a
#167
benhoyt
closed
1 year ago
0
Error parsing "cond && var=value"
#166
benhoyt
closed
1 year ago
3
Try to fix SIGABRT with "go test -race" on macOS (Go 1.15)
#165
benhoyt
closed
1 year ago
0
[Feature Request] Support case when end range pattern is not distinct from start pattern
#164
balki
closed
1 year ago
2
Deleting from array while looping
#163
n8ta
closed
2 years ago
2
Add tests for -d and -da
#162
benhoyt
closed
2 years ago
0
Should coverage profiles use relative filenames?
#161
benhoyt
closed
2 years ago
2
Update code coverage docs for grammar, simplicity, and consistency
#160
benhoyt
closed
2 years ago
1
Fix tests on macOS
#159
benhoyt
closed
2 years ago
0
Coverage fix
#158
xonixx
closed
2 years ago
0
Add optimization for a[1] -> a["1"]
#157
benhoyt
closed
1 year ago
0
Add some tests for the -d, -da, and -dt options
#156
benhoyt
closed
2 years ago
0
Make -d, -da, and -dt print to stdout and exit
#155
xonixx
closed
2 years ago
2
Code coverage support
#154
xonixx
closed
2 years ago
13
Better filenames tracking
#153
xonixx
closed
2 years ago
4
Add JSON Lines support
#152
dloss
opened
2 years ago
3
Draft version of FileReader
#151
benhoyt
closed
2 years ago
1
Track filenames parsed
#150
xonixx
closed
2 years ago
4
Add logfmt support
#149
dloss
closed
2 years ago
1
Decouple parse & resolve steps
#148
xonixx
closed
2 years ago
8
Previous
Next