Daniel Matz
Daniel Matz
It seems the single CI failure is caused by a lack of test coverage of this diff. I wasn't really sure how to test this, though. Does anyone have tips...
I was able to manually run my script on the Linux machine. So, the issue does seem to be confined to GitLab CI...
I was able to work around the issue by using LibGit2 to check out the appropriate version of the code myself. ```julia using PkgBenchmark import LibGit2 pkg_root = abspath(@__DIR__, "..")...
I had no idea you could interleave positional and keyword arguments! That certainly does explain why my example works the way it does. Thanks for the explanation! I do worry...
I just reread the section of the docs that covers keyword arguments: https://docs.julialang.org/en/v1/manual/functions/#Keyword-Arguments. It does a good job of explaining when a `;` is required and when it is optional....
> Hum, the problem is that the node inside this is just `(string_literal)`. I have no ideia how can we improve this. Ideas? Re-reading the parser-based indentation info page, I...
Wow, it really was that easy to do! I'll give it a try for a while and report back. Thanks!
Here's a stack trace: ```Julia Testing Running tests... Rotations.UnitQuaternionTimeDerivative is deprecated, use Quaternion instead. Imports: Error During Test at /nobackup2/gitlab_runner/zDyhf_w4/0/dmatz/rotations.jl/test/runtests.jl:21 Got exception outside of a @test use of deprecated variable:...
My `Manifest.toml` had CSTParser 3.3.6, even though the `Project.toml` had a compat bound `~3.4.2`. I manually ran `pkg> update` and it seems to work now. This is with the latest...
The same thing is happening for `pie`. It seems that any recipe that passes along the `visible` attribute causes this to break.