-
Notifications
You must be signed in to change notification settings - Fork 327
check_syntax
command is skipped in PRs changing Enso codebase.
#12086
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
Comments
Dmitry Bushev reports a new STANDUP for the provided date (2025-05-05): Progress: [12845] Working on review comments. Merged the PR. [13026] Fixed stack overflow error in the changelog check on CI. Created the PR.[12086] Started working on the issue. Created a separate wasm lint step for linting wasm source files. It should be finished by 2025-05-12. Next Day: Next day I will be working on the #12086 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for yesterday (2025-05-06): Progress: [12086] Separated the logic for linting enso libraries and rust sources into different CI jobs. Created the PR. [13044] Updated runtime async commands test to handle the timeouts during the program startup. Created the PR. It should be finished by 2025-05-12. Next Day: Next day I will be working on the #12086 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for the provided date (2025-05-07): Progress: [13045] Added retrying logic to the download Engine Distribution job. Created a PR. [cloud][1946] Started working on the issue. Looking for Rust approaches of parsing multipart form data in AWS lambdas. It should be finished by 2025-05-12. Next Day: Next day I will be working on the #12086 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for yesterday (2025-05-08): Progress: [cloud][1946] Agreed with Pavel to implement the lambda in TypeScript. Implemented the definition of the lambda. Updated the terraform config. It should be finished by 2025-05-12. Next Day: Next day I will be working on the #12086 task. Continue working on the task |
Dmitry Bushev reports a new STANDUP for today (2025-05-09): Progress: [cloud][1946] Implemented S3 methods to get and put objects. Implemented updating of enso-project archive using the temporary directory. Updated error handling. Added necessary permissions. It should be finished by 2025-05-12. Next Day: Next day I will be working on the #12086 task. Continue working on the task |
Part of the rust Lint on CI is calling
check_syntax
against the entire enso codebase in our repository: here is an example of it failing: https://github.com/enso-org/enso/actions/runs/12867080365/job/35870986797?pr=12083#step:9:634It depends on enso files, but is not run in PRs changing those: https://github.com/enso-org/enso/actions/runs/12831871200/job/35783310246
Probably should not be a part of WASM lint, but a step run when rust or enso code changes.
The text was updated successfully, but these errors were encountered: