Lilith Orion Hafner

Results 585 comments of Lilith Orion Hafner

`Base.parentindices` is probably the right name for this (thanks to @aplavin for pointing that out in a different context)

There is still no edit link in the docs homepage. This issue is still present.

Another long term solution is to follow Julia's typo detection CI check: only flag parsing discrepancies that are not present in the previous commit of JuliaSyntax.

I think that we should parse a massive corpus on the head and target commit of each PR and fail CI if there are any differences unless the PR is...

It could be a command-line argument and function argument though that would be more work to plumb. I would recommend changing the default at some point (possibly in a breaking...

Is there a specific question for triage to consider here?

For the decimal format I would recommend checking typeinfo and, if it matches the type, printing without any decoration `123`. If it does not match (including unset typeinfo) then print...

A generic in place version could work using `similar`. However, in the case of `SMatrix` it may sometimes be more performant to use an out of place version that returns...