sysreqr 0.2.0: cross-distro bundled database, expanded log diagnosis#2
Open
choxos wants to merge 1 commit into
Open
sysreqr 0.2.0: cross-distro bundled database, expanded log diagnosis#2choxos wants to merge 1 commit into
choxos wants to merge 1 commit into
Conversation
…llback fix The bundled fallback database now stores one row per (r_package, package_manager, system_package) with names for apt, dnf (reused by yum), zypper, and apk. The apt, dnf, and zypper names are generated from the Posit Package Manager database for Ubuntu 22.04, Red Hat 9, and openSUSE 15.6; the Alpine names are hand curated. backend = "bundled" and auto routing now work on Fedora, RHEL rebuilds, openSUSE, and Alpine. Log diagnosis patterns grew from 12 to 33, adding zlib, bzip2, xz, png, jpeg, tiff, freetype, fontconfig, cairo, SQLite, PostgreSQL, MariaDB, libsodium, GMP, MPFR, GLPK, GEOS, ImageMagick, poppler, leptonica, tesseract, ICU, webp, and Cyrus SASL, each with per-manager names. Fixes: Posit Package Manager query failures no longer stop with the misleading apt-only bundled error on non-apt platforms; installed-state detection now covers Alpine via apk info; the startup message suggests setup_advice() for the detected platform.
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apt,dnf(reused byyumplatforms),zypper, andapk(257 rows, 40 curated packages). Theapt/dnf/zyppernames are generated from the Posit Package Manager database for Ubuntu 22.04, Red Hat 9, and openSUSE 15.6; Alpine names are hand curated.backend = "bundled"and auto routing now work on Fedora, RHEL rebuilds, openSUSE, and Alpine.fallback_errorattribute.apk info.setup_advice()for the detected platform.Testing
testthat: 367 pass, 0 fail (1 skip: apk binary absent on macOS).lintr: 0 lints.R CMD check --as-cran: 0 errors, 0 warnings, 1 NOTE (days since last update).Imports).