JuliaLinearAlgebra / LowRankApprox.jl

Fast low-rank matrix approximation in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The tests should be failing with the current requirements.

MikaelSlevinsky opened this issue · comments

The addition of LowRankMatrix with the relatively new syntax UndefInitializer and undef should either require julia 0.7- or Compat 0.65.1 (perhaps 0.59). The tests pass even though neither of those requirements is strictly enforced because the latest version of Compat is cloned (likely due to another requirement). But this is bad, 👎, because a partial package update may yield a bunch of packages with compilation errors.

Perhaps this is a frustration about Julia package management more generally. Sorry for the noise.