Activity
implement --library-path option as the alias of -L option
implement --library-path option as the alias of -L option
use strings.Repeat to repeat a space in formatting flags
use strings.Repeat to repeat a space in formatting flags
fix reduce syntax to emit results for each initial value
fix reduce syntax to emit results for each initial value
refactor stream input iterator to use jsonInputIter
refactor stream input iterator to use jsonInputIter
implement skip/2, fix limit/2 to emit error on negative count
implement skip/2, fix limit/2 to emit error on negative count
remove build tags with legacy syntax
remove build tags with legacy syntax
fix uri and urid formats not to convert a space between a plus sign
fix uri and urid formats not to convert a space between a plus sign
refactor code using built-in min and max functions
refactor code using built-in min and max functions
Force push
refactor code using slices, maps, and cmp packages
refactor code using slices, maps, and cmp packages
bump up to Go 1.23, drop support for Go 1.20
bump up to Go 1.23, drop support for Go 1.20
Force push
bump up to Go 1.23, drop support for Go 1.20
bump up to Go 1.23, drop support for Go 1.20
update CHANGELOG.md for v0.12.16
update CHANGELOG.md for v0.12.16
Force push
fix debug/1 function to be available only when debug/0 is defined
fix debug/1 function to be available only when debug/0 is defined
fix a benchmark test BenchmarkCompile
fix a benchmark test BenchmarkCompile
Force push
assign packages write permission only on pushing version tags
assign packages write permission only on pushing version tags
fix a benchmark test BenchmarkCompile
fix a benchmark test BenchmarkCompile
improve compiler to abort with error if query is missing
improve compiler to abort with error if query is missing