1
0
mirror of https://github.com/golang/go synced 2024-11-19 00:04:40 -07:00
go/ssa
Alan Donovan e1e9089196 go.tools/importer: change type of print{,ln} built-ins.
Before: func(any, ...interface{}).
After:  func(any, ...any)

They are no longer variadic, so you can't write print(x, y...).

(Recall that print(1) and print(interface{}(1)) behave
differently and that this is useful.)

Fixes bug 6560

R=gri
CC=golang-dev
https://golang.org/cl/14455054
2013-10-10 13:33:29 -04:00
..
interp go.tools/importer: change type of print{,ln} built-ins. 2013-10-10 13:33:29 -04:00
testdata go.tools/ssa: fix ssa tests (fix build partly) 2013-09-18 11:39:55 -07:00
blockopt.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
builder_test.go go.tools/importer: expose CreatePackage method. 2013-10-10 12:37:49 -04:00
builder.go go.tools/go/types: nil is not a constant + misc. cleanups 2013-10-09 14:17:25 -07:00
const.go go.tools/go/types: nil is not a constant + misc. cleanups 2013-10-09 14:17:25 -07:00
create.go go.tools/ssa: SSA fixes for *types.Builtin becoming an object (CL 13813043) 2013-09-23 18:18:35 -04:00
doc.go go.tools/ssa: doc tweaks + a sanity check. 2013-10-09 12:47:30 -04:00
dom.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
emit.go go.tools/ssa: s/Ret/Return/g 2013-10-08 12:31:39 -04:00
example_test.go go.tools/importer: expose CreatePackage method. 2013-10-10 12:37:49 -04:00
func.go go.tools/ssa: doc tweaks + a sanity check. 2013-10-09 12:47:30 -04:00
lift.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
lvalue.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
print.go go.tools/ssa: s/Ret/Return/g 2013-10-08 12:31:39 -04:00
promote.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
sanity.go go.tools/ssa: doc tweaks + a sanity check. 2013-10-09 12:47:30 -04:00
source_test.go go.tools/importer: expose CreatePackage method. 2013-10-10 12:37:49 -04:00
source.go go.tools/ssa: SSA fixes for *types.Builtin becoming an object (CL 13813043) 2013-09-23 18:18:35 -04:00
ssa.go go.tools/go/types: nil is not a constant + misc. cleanups 2013-10-09 14:17:25 -07:00
stdlib_test.go go.tools/importer: generalize command-line syntax. 2013-09-06 18:13:57 -04:00
testmain.go go.tools/ssa: s/Ret/Return/g 2013-10-08 12:31:39 -04:00
util.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
visit.go go.tools/importer: generalize command-line syntax. 2013-09-06 18:13:57 -04:00