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

Make selectors choose at compile time whether to return or not. #10

Open
Oblivious-Oblivious opened this issue Oct 6, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request invalid This doesn't seem right

Comments

@Oblivious-Oblivious
Copy link
Owner

As of version 0.2.0 we craft selectors as functions returning a void*.

Either the compiler should translate accordingly or even have some compile time (preprocessed) code as such

@if selector.ret_value != "void"
    return result;
@Oblivious-Oblivious Oblivious-Oblivious added enhancement New feature or request invalid This doesn't seem right labels Oct 6, 2020
@Oblivious-Oblivious Oblivious-Oblivious self-assigned this Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant