You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2x disk-size bloat: copy-on-write not working at all on macos. This is due to us compiling with MAC_OS_X_VERSION_MIN_REQUIRED less than 10.12, which switches it off... either we figure out how to fix compilation to switch it on, or, we could subprocess.check_call to cp -c which does the same thing.
Apparently gdal hangs / takes ages creating VRTs sometimes - safer to flag this off
Quick fixes
Update command-line help for kart import to mention rasters, double-check command-line help for kart raster-import
Minor issues found:
is-working-copy-dirty checks are stricter than kart diff or kart status - they still report uncommitted changes even when there are only minor diffs which are suppressed
would be nice if kart-status gave more info about conflicts (eg more than one CRS in a single dataset) than it does
kart help import has some \b in it that are confusing to man
The text was updated successfully, but these errors were encountered:
Kart 0.14 is hopefully nearly here but still has a few different issues, some of which may be release-blocking:
cp -c
which does the same thing.Quick fixes
kart import
to mention rasters, double-check command-line help forkart raster-import
Minor issues found:
kart help import
has some\b
in it that are confusing toman
The text was updated successfully, but these errors were encountered: