diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-14 15:40:52 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-14 15:40:52 +0700 |
| commit | bc54ecb3e21852f2120548e48603ac9212ecfda3 (patch) | |
| tree | d4ee7ff9188ebd265f2ab7dbe45a5fd5ecfe3dc3 /testdata/inline_parser/macro_pass_none_test.txt | |
| parent | 008230e7e72251addceb5abe04af6a5edc16a04c (diff) | |
| download | asciidoctor-go-0.5.1.tar.xz | |
Release asciidoctor-go v0.5.1 (2023-12-14)v0.5.1
=== Bug fixes
* all: fix custom IDs on first section always got replaced
Any custom ID on the first section always replaced with the subsection
because, first, when detecting preamble we did not check for line with
kind ID "[[…]]" an short ID "[#…]". Second, when parsing preamble we
did not stop when we found line kind ID and short ID.
This preamble thing is kind of annoying. We need to revisit again how
to detect preamble, maybe not calling separate block parser, but making
it linear as the default first child of parent element.
=== Chores
* all: replace "lib/parser" with "strings/parser"
The lib/parser has been deprecated in share module.
* all: remove dependency to "github.com/shuLhan/share/lib/debug"
* all: replace linter golangci-lint with revive and shadow
The golangci-lint does not output any results anymore.
Either we are getting good at writing Go or the linter itself is
become less good.
We also have seen that the latest golangci-lint is failed to build
with Go tip, a simple "make" on the golangci-lint never success in
my experiences.
This changes fix all the output reported by the revive and shadow.
Diffstat (limited to 'testdata/inline_parser/macro_pass_none_test.txt')
0 files changed, 0 insertions, 0 deletions
