Mason Protter
Mason Protter
@karthink Would you be interested in writing up some basic docs on how to install and use your `ob-julia`? The current README doesn't give any guidance, but it'd be quite...
I'll open an issue later but that wasn't enough for me to get it working at least.
What's wrong with exposing builtin functions? Exporting a public generic function seems like it'd be of somewhat questionable utility, too. Are there any upsides to letting users override this function?...
Bump. I'm very interested in having this functionality for test suits I run that are dominated by compilation times. It'd be nice to have `julia-args` but even just the functionality...
Hey @cortner, really sorry for the lat reply. This is a nice idea, I quite like it! It'll need some thought, but at least at my first reading, I think...
Yeah I think that'd be great.
> Trying this on Plots.jl we get resolver errors (as @oxinabox predicted) due to Scratch.jl being lower bounded to 1.0.0 while one of our dependencies (RelocatableFolders has a lower bound...
Ah okay, sorry I missed that comment, so this is a (nicer implementation of) the idea in https://github.com/julia-actions/julia-downgrade-compat I'll say that I didn't really find downgrade-compat very useful for packages...
> Edit: Thinking about this some more, I think it requires basically a full resolver since there is for example not a unique answer to this question of the "oldest...
Afterall, we also think it's okay that when I `]test` a package with a given set of upper bounds (either explicit or implicit), that we don't end up testing the...