Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail when checking API compatibility #20

Open
GoogleCodeExporter opened this issue Oct 26, 2015 · 0 comments
Open

Fail when checking API compatibility #20

GoogleCodeExporter opened this issue Oct 26, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
run ./all.bash 
when Checking API compatibility 

What is the expected output? What do you see instead?

Expected:
ALL TESTS PASSED

Error:
# Checking API compatibility.
2012/11/30 12:30:56 unknown type of variable "Row", type *ast.CallExpr, error = 
not a known function "Errno"
code: Errno(100)


What version of the product are you using? On what operating system?
go version devel +86eed47f9b5c Thu Nov 29 18:00:51 2012 -0800
mac os x

Please provide any additional information below.
just fix it by changing

    Row            = Errno(100) //   /* sqlite3_step() has another row ready */
    Done           = Errno(101) //   /* sqlite3_step() has finished executing */

to

    Row           error = Errno(100) //   /* sqlite3_step() has another row ready */
    Done          error = Errno(101) //   /* sqlite3_step() has finished executing */


Original issue reported on code.google.com by zhaihj...@gmail.com on 30 Nov 2012 at 3:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant