Skip to content

v0.7.0

Latest

Choose a tag to compare

@lu-zero lu-zero released this 20 May 07:48
· 4 commits to master since this release

Changes

  • Bump portage-atom dependency to 0.9 (interner module renamed from gentoo_interner to interner)
  • Fix PMS §3.1.4 compliance for USE flag names across all parsers:
    • Add @ to is_flag_char in restrict.rs and src_uri.rs (was already correct in license.rs and required_use.rs)
    • Enforce the start-alphanumeric constraint in license.rs, restrict.rs, and src_uri.rs (matching the guard already present in required_use.rs)
    • Prevent @-leading tokens from silently falling back to bare URI entries in src_uri.rs