Colin Caine

Results 112 comments of Colin Caine

You can make the local tests pass while using third-party packages, but the cloud test-runner that we provide doesn't bundle any third party libraries and doesn't allow your code to...

Are PRs still welcome for this? Is there anything I should know before writing a PR (e.g. should I just copy the structure of the existing code or is there...

I just copied and pasted the example from my REPL, but I wasn't on master, maybe the exact printed output has changed or something. I can try again on Friday

Thanks for replying! I think I'm describing non-linear pattern matching rather than unification? Perhaps MLStyle could use === to tell if the two values are identical? There will be some...

From the user side it could be something like this? ``` using MLStyle using MLStyle.NonLinearPatterns: @match ``` The later and more specific `using` will dominate the implicit import from MLStyle...

We've been seeing the same error in the weekly Mux CI runs. Example here: https://github.com/JuliaWeb/Mux.jl/actions/runs/8769196489/job/24064434203#step:5:136

We test Julia 1.6 because that is the most recent long-term support release. Testing Julia 1.10 should be redundant with testing Julia 1 (which I expect to redirect to the...

The setup-julia action is probably failing for Julia 1.6 on macOS because Julia 1.6 doesn't support ARM versions of macOS. The x86_64 binary did work through rosetta, iirc, but maybe...

Yes, I am comparing with running the whole file through prettier. This issue should maybe be on prettier rather than here. Depends what `prettier --range-*` is intended to do. Obviously...