John Kerl
a50b292199
add emitv2/emitpv2 to the BNF
2022-05-15 22:18:19 -04:00
John Kerl
e91d19de25
typofix
2022-05-14 14:47:14 -04:00
John Kerl
a96b1cc052
Merge branch 'main' of github.com:johnkerl/miller
2022-05-04 12:21:01 -04:00
John Kerl
18a6977749
Fix ASCII vs UTF-8 in TSV writer ( #1023 )
...
* Fix ASCII vs UTF-8 in TSV writer
* regression-test case
2022-05-02 20:52:34 -04:00
John Kerl
1f87b8600f
Merge branch 'main' of github.com:johnkerl/miller
2022-05-02 01:04:07 -04:00
John Kerl
d50f22924a
Allow x ** - y and x ** + y in the DSL grammar ( #1021 )
...
* Allow x ** - y in the DSL grammar
* Parser-generator artifacts
* AST-builder support
* regression-test cases
* comments
2022-05-02 01:03:24 -04:00
John Kerl
64c16988cc
Merge branch 'issue-1019-scinot-plus'
2022-05-01 23:42:17 -04:00
John Kerl
2e727829c4
Accept + in exponent of scientific-notation floating-point DSL literals ( #1020 )
...
* Accept + in scientific-notation floating-point DSL literals
* Parser-generator artifacts; unit-test update; go mod update
2022-05-01 23:39:03 -04:00
John Kerl
ea8bdeb671
Parser-generator artifacts; unit-test update; go mod update
2022-05-01 23:25:55 -04:00
John Kerl
ed205121ce
Accept + in scientific-notation floating-point DSL literals
2022-05-01 23:24:46 -04:00
dependabot[bot]
77e3f54ff7
Bump github/codeql-action from 1 to 2 ( #1015 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 11:08:23 -04:00
dependabot[bot]
0d5cd270fc
Bump github.com/lestrrat-go/strftime from 1.0.5 to 1.0.6 ( #1012 )
...
Bumps [github.com/lestrrat-go/strftime](https://github.com/lestrrat-go/strftime ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/lestrrat-go/strftime/releases )
- [Changelog](https://github.com/lestrrat-go/strftime/blob/master/Changes )
- [Commits](https://github.com/lestrrat-go/strftime/compare/v1.0.5...v1.0.6 )
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/strftime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-23 10:08:49 -04:00
John Kerl
d63328993f
neaten
2022-04-18 10:25:53 -04:00
dependabot[bot]
02d6ee1216
Bump actions/setup-go from 2 to 3 ( #1009 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-16 21:58:30 -04:00
dependabot[bot]
6b514e45b7
Bump actions/upload-artifact from 2 to 3 ( #1010 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-16 21:58:16 -04:00
John Kerl
002d77769c
typofix
2022-03-31 16:42:43 -04:00
John Kerl
5298b0205a
neaten
2022-03-29 08:59:20 -04:00
John Kerl
30913f2a13
Merge branch 'kubectl-helm-parse'
2022-03-29 00:38:15 -04:00
John Kerl
cc2e5acc10
Merge branch 'main' of github.com:johnkerl/miller
2022-03-29 00:33:19 -04:00
John Kerl
318019996f
helm/kubectl examples ( #1005 )
2022-03-29 00:31:49 -04:00
John Kerl
25d1bc5c5d
helm/kubectl examples
2022-03-29 00:31:42 -04:00
John Kerl
e271b55832
Fix panic on 'mlr sort -n' ( #1004 )
2022-03-28 23:33:28 -04:00
John Kerl
de9dbfc212
Fix panic on 'mlr sort -n'
2022-03-28 23:26:37 -04:00
dependabot[bot]
0bc67485b8
Bump actions/cache from 2 to 3 ( #1000 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-21 09:56:26 -04:00
John Kerl
e6c24ca8a8
todo
2022-03-20 22:08:48 -04:00
John Kerl
d03ef16cfc
Add line/column info for DSL runtime non-parse failures ( #998 )
...
* Add line/column info for DSL runtime non-parse failures
* Other related callsites
* test cases
* Update already-existing test cases
2022-03-20 21:57:11 -04:00
John Kerl
2408915160
DSL functions and verbs for UTF-8 <-> Latin-1 ( #997 )
...
* latin1_to_utf8 and utf8_to_latin1 DSL functions
* doc-build artifacts for previous commit
* Test cases for latin1_to_utf8 and utf8_to_latin1
* extend on-line help
* latin1_to_utf8 and utf8_to_latin1 verbs
* unit-test cases for verbs
* Keep with kebab-case naming convention for verbs
* webdocs
2022-03-20 17:29:40 -04:00
John Kerl
4191c35b7c
Re-use whitespace regexp in clean_whitespace ( #994 )
...
* DSL strict mode
* Re-use whitespace regexp in clean_whitespace
2022-03-20 12:17:51 -04:00
John Kerl
ccf9d0fdc5
post-6.2.0
2022-03-19 00:22:55 -04:00
John Kerl
a6dc231eef
build artifacts for previous commit
2022-03-18 23:54:25 -04:00
John Kerl
13471b0c83
6.2.0
2022-03-18 23:50:34 -04:00
John Kerl
8681007ddb
todo
2022-03-18 23:48:50 -04:00
John Kerl
f9e3256367
gssub DSL function ( #989 )
...
* gssub DSL function
* build artifacts for gssub source-code change
* unit-test files
* gssub / Latin 1 example in docs
* code-dedupe ssub and gssub
2022-03-18 23:48:27 -04:00
dependabot[bot]
4961fbeb48
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 ( #986 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-17 18:13:54 -04:00
John Kerl
42a39a86ac
Use fixed OFMT for multi-platform regression-testing ( #988 )
...
* Use fixed OFMT for multi-platform regression-testing
* Update regression tests to use fixed OFMT
2022-03-16 14:44:42 -04:00
John Kerl
46972bc7bf
update installing-miller page re freshness of various sources
2022-03-15 22:15:29 -04:00
John Kerl
65a33f8c8a
Merge branch 'restore-tsvlite'
2022-03-15 09:04:35 -04:00
John Kerl
8f04d7671d
Restore --tsvlite ( #984 )
...
* Restore --tsvlite flag
* todo
* doc-build artifacts
* doc note on --tsv vs --tsvlite and backslashed data
2022-03-15 09:01:20 -04:00
John Kerl
219dcb6217
doc note on --tsv vs --tsvlite and backslashed data
2022-03-15 07:58:09 -04:00
John Kerl
7fc0911646
doc-build artifacts
2022-03-15 07:56:19 -04:00
John Kerl
d987d890fa
todo
2022-03-15 07:53:41 -04:00
John Kerl
f1b00452c5
Restore --tsvlite flag
2022-03-15 07:52:55 -04:00
John Kerl
47ef5de0bb
Let dhms2sec accept input like "8h" ( #983 )
...
* Let dhms2sec accept input like "8h"
* Regression-test cases
2022-03-14 23:47:50 -04:00
John Kerl
ed99f87ba9
Miller 6.1.0 release docs
2022-03-07 23:48:36 -05:00
John Kerl
3903e8059e
Freshen notes on how to create a release
2022-03-07 23:38:13 -05:00
John Kerl
eb48851455
6.1.0 post-release
2022-03-07 23:27:40 -05:00
John Kerl
a84b41ca04
6.1.0 release
2022-03-07 11:09:44 -05:00
John Kerl
d3ef6a9cdb
6.1.0 release ( #975 )
2022-03-07 10:57:00 -05:00
John Kerl
df77204d21
todo
2022-03-07 07:49:23 -05:00
John Kerl
7b89bab8dd
Support more Go regex patterns, like "\d" ( #974 )
...
* Support more Go regex patterns
* Simplify doc example
* todo
2022-03-07 00:06:33 -05:00