hugo/common/herrors
Bjørn Erik Pedersen 7ff0a8ee9f Simplify page tree logic
This is preparation for #6041.

For historic reasons, the code for bulding the section tree and the taxonomies were very much separate.

This works, but makes it hard to extend, maintain, and possibly not so fast as it could be.

This simplification also introduces 3 slightly breaking changes, which I suspect most people will be pleased about. See referenced issues:

This commit also switches the radix tree dependency to a mutable implementation: github.com/armon/go-radix.

Fixes #6154
Fixes #6153
Fixes #6152
2019-08-08 20:13:39 +02:00
..
error_locator.go common/herrors: Fix args order in strings.TrimPrefix 2019-02-02 09:55:31 +01:00
error_locator_test.go Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
errors.go Simplify page tree logic 2019-08-08 20:13:39 +02:00
file_error.go Add inline shortcode support 2018-11-27 16:14:09 +01:00
file_error_test.go Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
line_number_extractors.go hugolib: Improve errors in /i18n handlling 2018-10-22 20:46:14 +02:00