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

[All modules] NULL checks do not work at all cases. #24

Open
mfragkoulis opened this issue Jul 9, 2014 · 2 comments
Open

[All modules] NULL checks do not work at all cases. #24

mfragkoulis opened this issue Jul 9, 2014 · 2 comments

Comments

@mfragkoulis
Copy link
Owner

e.g. multiple arguments to functions used in access paths.
Pointers to character arrays are checked but they are
not first class citizens of the NULL checking mechanism.
The mechanism requires refactoring.

@mfragkoulis
Copy link
Owner Author

Include NULL checks in USING LOOP directives,
e.g. list_for_each_entry(tuple_iter,&any_dstr->partial,lru)

@mfragkoulis
Copy link
Owner Author

Inherent checks for loops are not sufficient sometimes, e.g.
iterating super blocks requires sth like the following:
if (hlist_unhashed(&sb->s_instances))
continue;
GIve the designer the ability to define such additional conditions through a directive in the PiCO QL DSL.

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