• Robert Griesemer's avatar
    go/scanner: the position of '\n's chars must be the last position of the current line · 9520a682
    Robert Griesemer authored
    Background: This didn't matter until recently, because '\n' don't appear as token starts
    in source code and thus the exact position was irrelevant (and set as was easiest in the
    code). With auto semicolon insertion, a virtual semicolon may be inserted when a '\n' is
    seen. The position of the semicolon is the position of the '\n'. Without this fix, these
    semicolons appeared on the next line instead of the line where they were inserted.  This
    affected the association of comments to declarations in the parser. As a result, some
    lead comments where considered line comments, not collected in the ast, and not shown in
    godoc pages. (This affected only godoc pages, not gofmt-formatted programs).
    
    Fixes #592.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/224068
    9520a682
Name
Last commit
Last update
..
archive/tar Loading commit data...
asn1 Loading commit data...
big Loading commit data...
bignum Loading commit data...
bufio Loading commit data...
bytes Loading commit data...
compress Loading commit data...
container Loading commit data...
crypto Loading commit data...
debug Loading commit data...
ebnf Loading commit data...
encoding Loading commit data...
exec Loading commit data...
exp Loading commit data...
expvar Loading commit data...
flag Loading commit data...
fmt Loading commit data...
go Loading commit data...
gob Loading commit data...
hash Loading commit data...
http Loading commit data...
image Loading commit data...
io Loading commit data...
json Loading commit data...
log Loading commit data...
math Loading commit data...
mime Loading commit data...
net Loading commit data...
netchan Loading commit data...
once Loading commit data...
os Loading commit data...
patch Loading commit data...
path Loading commit data...
rand Loading commit data...
reflect Loading commit data...
regexp Loading commit data...
rpc Loading commit data...
runtime Loading commit data...
scanner Loading commit data...
sort Loading commit data...
strconv Loading commit data...
strings Loading commit data...
sync Loading commit data...
syscall Loading commit data...
syslog Loading commit data...
tabwriter Loading commit data...
template Loading commit data...
testing Loading commit data...
time Loading commit data...
unicode Loading commit data...
unsafe Loading commit data...
utf8 Loading commit data...
websocket Loading commit data...
xgb Loading commit data...
xml Loading commit data...
Makefile Loading commit data...
deps.bash Loading commit data...