Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
151c0de8
Commit
151c0de8
authored
Oct 15, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update bug list
R=ken OCL=17169 CL=17169
parent
69baaa97
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
10 deletions
+5
-10
bug099.go
test/fixedbugs/bug099.go
+0
-1
bug102.go
test/fixedbugs/bug102.go
+0
-0
bug107.go
test/fixedbugs/bug107.go
+0
-0
bug111.go
test/fixedbugs/bug111.go
+0
-0
bug112.go
test/fixedbugs/bug112.go
+0
-0
golden.out
test/golden.out
+5
-9
No files found.
test/bugs/bug099.go
→
test/
fixed
bugs/bug099.go
View file @
151c0de8
...
...
@@ -29,7 +29,6 @@ func Use(x I) {
func
main
()
{
i
:=
NewI
(
0
);
Use
(
i
);
print
(
"done1
\n
"
);
// Again, without temporary
// Crashes because x.F is 0.
...
...
test/bugs/bug102.go
→
test/
fixed
bugs/bug102.go
View file @
151c0de8
File moved
test/bugs/bug107.go
→
test/
fixed
bugs/bug107.go
View file @
151c0de8
File moved
test/bugs/bug111.go
→
test/
fixed
bugs/bug111.go
View file @
151c0de8
File moved
test/bugs/bug112.go
→
test/
fixed
bugs/bug112.go
View file @
151c0de8
File moved
test/golden.out
View file @
151c0de8
...
...
@@ -3,8 +3,7 @@
hello, world
=========== ./interface1.go
./interface1.go:5: syntax error near package
./interface1.go:31: illegal types for operand: AS
./interface1.go:29: illegal types for operand: AS
interface { Next () (*Inst) }
*Inst
...
...
@@ -115,12 +114,12 @@ M
=========== bugs/bug095.go
found 2, expected 1
panic on line 8
0
PC=xxx
panic on line 8
1
PC=xxx
BUG wrong result
=========== bugs/bug097.go
panic on line 8
2
PC=xxx
panic on line 8
3
PC=xxx
BUG wrong result
=========== bugs/bug098.go
...
...
@@ -129,9 +128,6 @@ bugs/bug098.go:10: illegal types for operand: AS
**M
BUG should compile
=========== bugs/bug099.go
done1
=========== bugs/bug105.go
bugs/bug105.go:8: P: undefined
bugs/bug105.go:9: illegal types for operand: RETURN
...
...
@@ -185,7 +181,7 @@ fixedbugs/bug035.go:7: var f redeclared in this block
=========== fixedbugs/bug037.go
fixedbugs/bug037.go:6: vlong: undefined
fixedbugs/bug037.go:6: fatal error: addvar: n=NAME-s G0 a(1) l(7
6
) t=<T> nil
fixedbugs/bug037.go:6: fatal error: addvar: n=NAME-s G0 a(1) l(7
7
) t=<T> nil
=========== fixedbugs/bug039.go
fixedbugs/bug039.go:6: var x redeclared in this block
...
...
@@ -241,7 +237,7 @@ fixedbugs/bug086.go:5: function ends without a return statement
=========== fixedbugs/bug091.go
fixedbugs/bug091.go:15: c: undefined
fixedbugs/bug091.go:15: fatal error: addvar: n=NAME-i G0 a(1) l(8
5
) t=<T> nil
fixedbugs/bug091.go:15: fatal error: addvar: n=NAME-i G0 a(1) l(8
6
) t=<T> nil
=========== fixedbugs/bug103.go
fixedbugs/bug103.go:8: function requires a return type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment