JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
638 stars 67 forks source link

Requires-ify UI deps #417

Closed jpsamaroo closed 1 year ago

jpsamaroo commented 1 year ago

Moves Colors.jl to be a Requires-included dependency, which was taking up a bunch of loading time, as pointed out by @oschulz

oschulz commented 1 year ago

Just curious, why not use Pkg extensions on >= v1.9?

jpsamaroo commented 1 year ago

Mostly because I'm busy and didn't have the bandwidth to implement that - feel free to file a PR!

oschulz commented 1 year ago

Oh sure - I was worried that maybe there was some problem with distributed operation and Pkg exts or something like that. I'll do a PR.

oschulz commented 1 year ago

Here's a first draft: #420