Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kart 0.14 release tracking #870

Closed
7 of 8 tasks
olsen232 opened this issue Jun 14, 2023 · 0 comments
Closed
7 of 8 tasks

Kart 0.14 release tracking #870

olsen232 opened this issue Jun 14, 2023 · 0 comments
Assignees
Labels
meta Meta issue for a larger set of issues/PRs/tasks

Comments

@olsen232
Copy link
Collaborator

olsen232 commented Jun 14, 2023

Kart 0.14 is hopefully nearly here but still has a few different issues, some of which may be release-blocking:

  • helper mode: sigint (Ctrl+C) not working properly: PR is here Fix sigint handling when running in helper mode #869 - PR is tricky to get right, currently is not right
  • 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.
  • 3x disk-size bloat? check if LFS objects are leaking into git ODB somehow. Found some config issues, PR is here: Fix LFS config for TIFFs, improve tests #872
  • 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
@olsen232 olsen232 added the meta Meta issue for a larger set of issues/PRs/tasks label Jun 14, 2023
@olsen232 olsen232 self-assigned this Jun 14, 2023
@olsen232 olsen232 changed the title Kart 0.13 release tracking Kart 0.14 release tracking Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Meta issue for a larger set of issues/PRs/tasks
Projects
None yet
Development

No branches or pull requests

1 participant