Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / benhoyt/goawk issues and pull requests
#157 - Add optimization for a[1] -> a["1"]
Issue -
State: closed - Opened by benhoyt about 2 years ago
#156 - Add some tests for the -d, -da, and -dt options
Issue -
State: closed - Opened by benhoyt about 2 years ago
#155 - Make -d, -da, and -dt print to stdout and exit
Pull Request -
State: closed - Opened by xonixx about 2 years ago
- 2 comments
#154 - Code coverage support
Pull Request -
State: closed - Opened by xonixx about 2 years ago
- 13 comments
#153 - Better filenames tracking
Pull Request -
State: closed - Opened by xonixx about 2 years ago
- 4 comments
#152 - Add JSON Lines support
Issue -
State: open - Opened by dloss about 2 years ago
- 3 comments
#151 - Draft version of FileReader
Pull Request -
State: closed - Opened by benhoyt about 2 years ago
- 1 comment
#150 - Track filenames parsed
Pull Request -
State: closed - Opened by xonixx about 2 years ago
- 4 comments
#149 - Add logfmt support
Issue -
State: closed - Opened by dloss about 2 years ago
- 1 comment
#148 - Decouple parse & resolve steps
Pull Request -
State: closed - Opened by xonixx about 2 years ago
- 8 comments
#147 - Allow semicolon as terminator for an item
Pull Request -
State: closed - Opened by juntuu about 2 years ago
- 1 comment
#146 - Allow semicolon as terminator for an item
Pull Request -
State: closed - Opened by juntuu about 2 years ago
#145 - Semicolon not allowed as terminator for normal pattern without action
Issue -
State: closed - Opened by juntuu about 2 years ago
- 2 comments
#144 - Code coverage for GoAWK
Issue -
State: closed - Opened by xonixx over 2 years ago
- 10 comments
#143 - Dynamically changing RS
Issue -
State: open - Opened by microo8 over 2 years ago
- 7 comments
#142 - Should the output of `-d` option be 100% correct AWK code equivalent to the source?
Issue -
State: closed - Opened by xonixx over 2 years ago
- 2 comments
#141 - Add Gawk built-in functions such as mktime and strftime
Issue -
State: closed - Opened by microo8 over 2 years ago
- 5 comments
#140 - Add support for -E argument (like Gawk's -E/--exec)
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
- 1 comment
#139 - Consider adding -Wexec option of mawk and gawk
Issue -
State: closed - Opened by paulapatience over 2 years ago
- 4 comments
#138 - Set FILENAME to "-" for stdin (like other AWKs)
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#137 - Set p.hadFiles in all cases to fix "-" file case
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#136 - FILENAME not set to hyphen when reading from stdin
Issue -
State: closed - Opened by paulapatience over 2 years ago
- 1 comment
#135 - Inconsistent FNR behavior with and without hyphen argument
Issue -
State: closed - Opened by paulapatience over 2 years ago
- 5 comments
#134 - More POSIX-accurate handling of cmdline var=value escaping
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#133 - Make regexes match multi-line strings like other AWKs
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#132 - Interpret escapes in -v and var=value arguments
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
- 2 comments
#131 - Incompatibility of regular expression \b
Issue -
State: closed - Opened by ko1nksm over 2 years ago
- 1 comment
#130 - Regular expression does not match multi-line string
Issue -
State: closed - Opened by ko1nksm over 2 years ago
- 1 comment
#129 - -v must interpret escape sequences
Issue -
State: closed - Opened by ko1nksm over 2 years ago
- 3 comments
#128 - Add support for hex and hex floating point number conversions
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#127 - Add library of helper functions for creating/processing CSV files
Pull Request -
State: open - Opened by benhoyt over 2 years ago
#126 - Ignore UTF-8 BOM at start of CSV files
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#125 - Add helper functions for CSV processing
Issue -
State: open - Opened by benhoyt over 2 years ago
- 4 comments
#124 - Make sure ctx being cancelled actually stops system() process
Pull Request -
State: open - Opened by benhoyt over 2 years ago
#123 - Resolve types using topological sort to avoid O(N^2) worst case
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
- 1 comment
#122 - Cancelling ctx in system() doesn't actually stop it
Issue -
State: open - Opened by benhoyt over 2 years ago
- 5 comments
#121 - Go 1.18 vs 1.19 benchmarks
Issue -
State: closed - Opened by benhoyt over 2 years ago
- 1 comment
#120 - Rename benchmarks, remove examples dir, add Mandelbrot test
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#119 - Wire up ctx through system()
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#118 - difference between awk and goawk in csv mode
Issue -
State: closed - Opened by mickmcq over 2 years ago
- 4 comments
#117 - Test on Go 1.18 and bump up minimum Go version to 1.14
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#116 - In goawk command, don't buffer stdout if it's a terminal
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#115 - Wire up stdin in system()
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#114 - Add a few csvkit examples/comparison
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#113 - Update benchmarks to avoid huge.csv (read benchmark uses write output)
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#112 - Update benchmarks to avoid huge.csv (read benchmark uses write output)
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#111 - AWKTC (AWK Tetris) doesn't work properly on GoAWK
Issue -
State: closed - Opened by benhoyt over 2 years ago
#110 - Fix Unicode separator tests on Windows
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#109 - Trailing spaces after comma confuse -i csv feature.
Issue -
State: closed - Opened by ghshephard over 2 years ago
- 4 comments
#108 - Failed Tests on M1 MacBook Air - macOS 12.3.1
Issue -
State: closed - Opened by theandrew168 over 2 years ago
- 4 comments
#107 - CSV support
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#106 - Add support for negative field indexes
Pull Request -
State: closed - Opened by benhoyt over 2 years ago
#105 - Add proper CSV support
Issue -
State: closed - Opened by benhoyt over 2 years ago
#104 - Wire context through system() and any other long-running operations
Issue -
State: closed - Opened by benhoyt over 2 years ago
- 1 comment
#103 - Proper Go 1.18 fuzz testing support; add ExecuteContext
Pull Request -
State: closed - Opened by benhoyt almost 3 years ago
#102 - Reduce allocations in a few places
Pull Request -
State: closed - Opened by benhoyt almost 3 years ago
#101 - Reduce or reuse allocations in various places
Issue -
State: closed - Opened by benhoyt almost 3 years ago
- 1 comment
#100 - Add API to reduce allocations when re-executing the same program
Pull Request -
State: closed - Opened by benhoyt almost 3 years ago
- 9 comments
#99 - Optimize CONCAT(CONCAT(a, b), c)
Pull Request -
State: closed - Opened by raff almost 3 years ago
- 11 comments
#98 - Resolve types using topological sort to avoid O(N^2) worst case
Issue -
State: closed - Opened by benhoyt almost 3 years ago
#97 - suggestion for addcomma( ) ?
Issue -
State: closed - Opened by mogando668 almost 3 years ago
- 4 comments
#96 - Python script to test across Go versions
Pull Request -
State: closed - Opened by benhoyt almost 3 years ago
#95 - Revert using char instead of byte indexes for length/substr/index/match
Pull Request -
State: closed - Opened by benhoyt almost 3 years ago
- 1 comment
#94 - Add API to reduce per-execute allocations
Issue -
State: closed - Opened by benhoyt almost 3 years ago
- 1 comment
#93 - Major speed regression for gron.awk in goawk 1.11.0+
Issue -
State: closed - Opened by xonixx almost 3 years ago
- 2 comments
#92 - Proper fuzz testing
Issue -
State: closed - Opened by benhoyt almost 3 years ago
- 1 comment
#91 - Optimize interpreter speed (umbrella issue)
Issue -
State: closed - Opened by benhoyt almost 3 years ago
- 6 comments
#90 - Add interp tests to get a bit more code coverage
Issue -
State: closed - Opened by benhoyt almost 3 years ago
- 1 comment
#89 - Try making execute call opcode functions from a slice of func
Pull Request -
State: closed - Opened by benhoyt almost 3 years ago
- 1 comment
#88 - Compiler and virtual machine interpreter
Pull Request -
State: closed - Opened by benhoyt almost 3 years ago
#87 - Bytecode test
Pull Request -
State: closed - Opened by benhoyt almost 3 years ago
- 1 comment
#86 - Support multi-char and regex RS
Pull Request -
State: closed - Opened by benhoyt almost 3 years ago
#85 - Add support for "getline lvalue"
Pull Request -
State: closed - Opened by benhoyt almost 3 years ago
#79 - Incorrect parsing of complex ++ expressions
Issue -
State: closed - Opened by benhoyt almost 3 years ago
- 8 comments
#76 - Addresses some IDE warnings relating to GoDoc comments
Pull Request -
State: closed - Opened by codefromthecrypt almost 3 years ago
- 4 comments
#51 - Consider making handling of CR LF newlines more consistent with Gawk
Issue -
State: open - Opened by benhoyt over 3 years ago
- 4 comments
#44 - Add support for RS being multiple characters (and regex)
Issue -
State: closed - Opened by benhoyt almost 4 years ago
- 1 comment
Labels: feature
#35 - Reconsider handling of bytes vs characters in length() and similar functions
Issue -
State: closed - Opened by benhoyt over 4 years ago
- 24 comments
#20 - Allow length(array) in addition to length(string)
Issue -
State: closed - Opened by knieriem almost 6 years ago
- 4 comments