John Akre

Results 10 issues of John Akre

When running Clear on WSL (Windows Subsystem for Linux), Swupd updates print cbm error messages. It looks like cbm_parse_system_kernel is confused by the kernel naming scheme. More information and error...

bug

**Is your feature request related to a problem? Please describe.** When generating an image with missing bundle dependencies, the installer does not clearly identify the missing bundle in its error...

enhancement
Bucket: Error Handling

Is your feature request related to a problem? Please describe. The gui/pages/disk_config.go and model/model_ister.go files were disabled for the gocyclo linter when switching to golangci-lint. Describe the solution you'd like...

enhancement
low priority
Bucket: Code Quality

Is your feature request related to a problem? Please describe. The storage/ops.go, storage/storage.go, storage/storage_test.go files were disabled for the gocyclo linter when switching to golangci-lint. Describe the solution you'd like...

enhancement
low priority
Bucket: Code Quality

Is your feature request related to a problem? Please describe. The controller/controller.go file was disabled for the gocyclo linter when switching to golangci-lint. Describe the solution you'd like The controller/controller.go...

enhancement
low priority
Bucket: Code Quality

**Is your feature request related to a problem? Please describe.** There are existing functions that add stack trace support to errors, but many errors do not use them. The `errors.Errorf`...

enhancement
Bucket: Error Handling

Resolving content chroots could be parallelized to improve performance.

enhancement
performance

Currently, MCA does not work with mixes that use content chroots. If MCA has a way to separate files added by packages and file added by content chroots, the content...

bug
low-priority

When querying an RPM, directories with default permissions are typically implicitly defined (there is no entry, but a directory must be created for files in its path). MCA must be...

enhancement
low-priority

When a file is referenced in multiple manifests, multiple identical copies of the file's metadata will exist (hash, name, stat() info). The memory usage could be reduced by storing only...

enhancement