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

Allow bool #4214

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Allow bool #4214

wants to merge 1 commit into from

Conversation

mponomar
Copy link
Contributor

We may want a different way to remove bool in the future, but it shouldn't depend on machine class.

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint check:

@@ db/block_internal.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/handle_buf.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/sqlglue.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/osqlcomm.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/toblock.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/osqluprec.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ plugins/newsql/newsql.c @@
+ Please remove debugging statements, and replace fprintf/printf with logmsg.
@@ db/sqlglue.c @@
+ Please make sure that a mutex is unlocked before returning.

Copy link

@roborivers roborivers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style check: Error. ⚠.
Smoke testing: Error ⚠.
Cbuild submission: Error ⚠.
Regression testing: 0/0 tests failed ⚠.

We may want a different way to remove bool in the future, but it shouldn't depend on machine class

Signed-off-by: Mike Ponomarenko <mponomarenko@bloomberg.net>
@mponomar
Copy link
Contributor Author

/runtests

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

Successfully merging this pull request may close these issues.

None yet

2 participants