File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Generated by ./pkg/gen-authors.sh, 2020-04-29 16:39:19
1+ # Generated by ./pkg/gen-authors.sh, 2021-08-28 12:29:40
22
33Author
44--------
88Contributors (order in the commit logs)
99-----------------------------------------
1010
11+ # Terrance
12+ Make load function template arguments boolean
13+
14+ The documentation describes the `ac_template` parameter as boolean, but
15+ the underlying `load()` function tests for `ac_template is not None`,
16+ meaning `False` is ignored and files are always parsed as templates.
17+
18+ This updates the check to a truthy one, along with making the type
19+ annotations and default arguments match the documented API.
20+
21+ # Terrance
22+ Make load function template arguments boolean
23+
24+ The documentation describes the `ac_template` parameter as boolean, but
25+ the underlying `load()` function tests for `ac_template is not None`,
26+ meaning `False` is ignored and files are always parsed as templates.
27+
28+ This updates the check to a truthy one, along with making the type
29+ annotations and default arguments match the documented API.
30+
1131# rhilfers
1232fix deprecated collections reference
1333
You can’t perform that action at this time.
0 commit comments