go-datemath icon indicating copy to clipboard operation
go-datemath copied to clipboard

Go library for parsing Elasticsearch datemath expressions

Results 3 go-datemath issues
Sort by recently updated
recently updated
newest added

Currently panics. I'm not sure if this is the cleanest way to handle it, but it works. Fixes: https://github.com/vectordotdev/go-datemath/issues/28 Signed-off-by: Jesse Szwedko

I got this panic in using the library: `scanner internal error`. It looks like it is coming from here: https://github.com/vectordotdev/go-datemath/blob/master/datemath.l.go#L341 It seems to be caused by passing in an invalid...

Following https://github.com/grafana/grafana/issues/26389 Here's two test cases that fails on x86: https://play.golang.org/p/_CjXY3ONfxs First one returns the following error on x86 (same details in referenced issue): ``` month out of bounds 1455570369...