-
Notifications
You must be signed in to change notification settings - Fork 4
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
ci: merge staging to master #339
Conversation
Pipeline Attempt on 12061525762 for 2b4c00c https://github.com/MatrixAI/Polykey-CLI/actions/runs/12061525762 |
@aryanjassal its failing on tests you added recently. You need to dig into this. |
I pulled the repo and tried to run the tests, and they all passed. It could be due to fastcheck discovering an edge case. |
This is happening due to fastcheck generating The first option is the easiest, and the second option will take some time as this change needs to be implemented across all tests, but would be more robust in the future. Which one should I implement, @tegefaulkes? |
Pipeline Attempt on 12078305328 for c6f7614 https://github.com/MatrixAI/Polykey-CLI/actions/runs/12078305328 |
Pipeline Succeeded on 12078305328 for c6f7614 https://github.com/MatrixAI/Polykey-CLI/actions/runs/12078305328 |
I would say that yes, if quoted, it's a legal name, if not quoted, it's not a legal name. So in some cases, the fast check generation should be more precise, or you should be expecting a parse error in those scenarios. |
This is an automatic PR generated by the CI/CD pipeline. This will be automatically fast-forward merged if successful.