dmitri.shuralyov.com/go/generated/...

update implementation for 2020 spec changes dmitri.shuralyov.com/go/generated#1

Mergeddmitshur opened this change 2 years ago
Patch Set 4
dmitshur committed 2 years ago commit c5b6cf572ec544b54bfbb13fb97e57907e0aec5b
Collapse all
Commit Message
FileFile
@@ -1,10 +1,10 @@
11
Parent:     b1254a4 (remove comment about API being undecided)
22
Author:     Dmitri Shuralyov <dmitri@shuralyov.com>
33
AuthorDate: Mon Jun 21 00:40:49 2021 -0400
44
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
66

77
update implementation for 2020 spec changes
88

99
With the new specification, it's possible to stop reading a file early
1010
even when the generated comment is absent, since the generated comment
@@ -27,5 +27,7 @@
2727
and code with "a source file", to make it apply more generally. If this
2828
will mean we need to parse comments differently depending on the source
2929
type in the future, we can revisit this decision. Let's see how it goes.
3030

3131
Fixes issue 1.
32

33
Reviewed-On: https://dmitri.shuralyov.com/go/generated/...$changes/1