-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Changing type of Value #86
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
Conversation
|
Review status: 0 of 9 files reviewed at latest revision, 1 unresolved discussion. posting/list.go, line 206 [r2] (raw file):
You don't really need this function. The small value[0] = 0x00 check is probably not required either -- maybe we can just stop setting the value to 0x00, now that we no longer do json encoding. Comments from Reviewable |
|
Reviewed 2 of 8 files at r1, 7 of 7 files at r2. Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 1 unresolved discussion. posting/list.go, line 206 [r2] (raw file):
|
|
Review status: 2 of 9 files reviewed at latest revision, 2 unresolved discussions. query/query_test.go, line 273 [r3] (raw file):
This is the failing test which I changed now. Comments from Reviewable |
|
|
|
Merged. |
Disables failing tests temporarily
This change is