Skip to content

Commit 058aa6b

Browse files
committed
change: regenerate AUTHORS.txt
1 parent 3464507 commit 058aa6b

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

AUTHORS.txt

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
Author
44
--------
@@ -8,6 +8,26 @@ Satoru SATOH <[email protected]>
88
Contributors (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
1232
fix deprecated collections reference
1333

0 commit comments

Comments
 (0)