-
Notifications
You must be signed in to change notification settings - Fork 5
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
Invalid compile result confuses IDE #254
Comments
It's bug inside compile function in ide, will fix it soon. |
Maybe, because it produces invalid wasm with success result, but we can fix it on our end too. |
yes, belt and suspenders :-) |
Consider the hook exporting an extra function:
Language Server (correctly) reports hooks-entry-points-neg error on it, which (unfortunately) doesn't prevent compilation (see #126). Compiler backend reports success (which is also incorrect and probably should be a bug against https://github.com/XRPLF/hook-cleaner-c ) but produces invalid Wasm, leading the Hooks Builder to show a link to deploy, although the deploy tab still says "You haven't compiled any files yet, compile files on develop view." Hooks Builder should report when it cannot parse received Wasm.
The text was updated successfully, but these errors were encountered: