File | File | |
| | @@ -1,10 +1,10 @@
|
1 | 1 | Parent: b1254a4 (remove comment about API being undecided)
|
2 | 2 | Author: Dmitri Shuralyov <dmitri@shuralyov.com>
|
3 | 3 | AuthorDate: Mon Jun 21 00:40:49 2021 -0400
|
4 | 4 | Commit: Dmitri Shuralyov <dmitri@shuralyov.com>
|
5 | | CommitDate: Tue Dec 14 01:49:51 2021 -0500
|
| 5 | CommitDate: Mon Dec 27 18:22:25 2021 -0500
|
6 | 6 |
|
7 | 7 | update implementation for 2020 spec changes
|
8 | 8 |
|
9 | 9 | With the new specification, it's possible to stop reading a file early
|
10 | 10 | even when the generated comment is absent, since the generated comment
|
| | @@ -27,5 +27,7 @@
|
27 | 27 | and code with "a source file", to make it apply more generally. If this
|
28 | 28 | will mean we need to parse comments differently depending on the source
|
29 | 29 | type in the future, we can revisit this decision. Let's see how it goes.
|
30 | 30 |
|
31 | 31 | Fixes issue 1.
|
| 32 |
|
| 33 | Reviewed-On: https://dmitri.shuralyov.com/go/generated/...$changes/1
|