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

Syntax checking too restrict for set_engine_par #18

Closed
andreasOL16 opened this issue Jun 17, 2016 · 1 comment
Closed

Syntax checking too restrict for set_engine_par #18

andreasOL16 opened this issue Jun 17, 2016 · 1 comment

Comments

@andreasOL16
Copy link

According to

http://vi-control.net/community/threads/additions-to-the-sublimeksp-compiler.53496/page-2#post-3966055

the plugin disallows assignment of a return value of set_engine_par. Normally that function does not return a value. But for ENGINE_PAR_EFFECT_SUBTYPE as in e.g.

filter_load_id := set_engine_par(ENGINE_PAR_EFFECT_SUBTYPE,FILTER_TYPE_SV_LP4,-1,2,NI_BUS_OFFSET+1)

it does and the plugin rejects this with

Expected expression of integer type, got None

@andreasOL16
Copy link
Author

andreasOL16 commented Jun 18, 2016

This is already handled in "Concat arrays and lists of lists #19" under bug fixes

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

No branches or pull requests

1 participant