Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

Can we use something different than `@inline`? Having the same macro mean completely different thing in different contexts feels confusing to me.

Yes, I think something like `@allocateinline` would be better.

I don't know what this is but what is the status? Ready to go or should be closed? @davidanthoff

You can but it's unclear if there will be new 1.9 releases.

I would say a possible plan is when https://github.com/JuliaLang/Pkg.jl/pull/3772 is landed, to make an app for Pkg itself and then this would be something just like `pkg test`

(FWIW, I think this should have been / should be more descriptive. `isfull` made me think it was the opposite of `issparse`.)

Yeah, thinking about it some more, I guess `isfull` has a generic concept like `isempty` so this is probably fine.

@topolarity any thoughts about this? Do you think this is good to go as perhaps an intermediate step? It has felt quite useful the times I have tried it out...

Maybe the cause of https://github.com/JuliaLang/JuliaSyntax.jl/issues/375

I was planning on moving ConsoleLogger to Base to fix this but it depends on StyledStrings now so that's not really possible.