Örjan Fors

Results 15 issues of Örjan Fors

I'm a bit unsure what the best solution for ASCII fields are but this feels like a sane approach for most fields. Previously `StringVal()` would return the raw value of...

Current behaviour is that if a zero length tag value is found, parsing is aborted and other tags will be ignored. Zero length tag values are now just ignored.

The current way of encoding `Undefined` is to try to print any utf-8 rune. I believe it would make sense to serialize `Undefined` as []byte through json.Marshal and let it...

This adds support for slog attributes and fixes #119.