1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:30:12 -06:00
The Go programming language
Go to file
Robert Griesemer e45eb60657 Added mechanism for very precise self-testing:
- in selftest mode (-t) interpret comments of the form /* ERROR */ and /* SYNC */
  and validate reported errors with the error markings in a file
- added initial selftest.go file

Also:
- fixed an issue with empty blocks
- generally report better error messages
- added many more tests to the test script (essentially all .go programs which
  have no syntax errors)

R=r
OCL=17426
CL=17426
2008-10-18 16:42:25 -07:00
doc clarification of conversion rules for ideal numbers 2008-10-16 15:03:22 -07:00
include acid fixes etc. still not perfect. 2008-09-16 12:33:00 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src fix typo causing infinite recursion 2008-10-17 17:59:27 -07:00
test do not set t->recur on basic types. 2008-10-17 17:51:29 -07:00
usr Added mechanism for very precise self-testing: 2008-10-18 16:42:25 -07:00