Skip to content

Add CI job for Linux g++ with latest nightly Rust#114

Merged
HKalbasi merged 4 commits intomainfrom
copilot/add-ci-job-linux-gpp-check
Apr 10, 2026
Merged

Add CI job for Linux g++ with latest nightly Rust#114
HKalbasi merged 4 commits intomainfrom
copilot/add-ci-job-linux-gpp-check

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 10, 2026

  • Identify CI failure: E0446 private trait ZngParser in public interface
  • Root cause: pub trait MatchableParse and pub trait MatchPatternParse in private conditional module use pub(crate) ZngParser in RPITIT return types
  • Fix: change pub trait MatchableParse and pub trait MatchPatternParse to pub(crate) (the conditional module is private, so pub was incorrect)
  • Verify: all root crates pass cargo +nightly check
  • Verify: cargo fmt -- --check passes

Agent-Logs-Url: https://github.com/HKalbasi/zngur/sessions/0da0bb8b-d054-43c7-b3d6-1d913e215c3b

Co-authored-by: HKalbasi <45197576+HKalbasi@users.noreply.github.com>
Agent-Logs-Url: https://github.com/HKalbasi/zngur/sessions/1eefca48-ba11-45b2-a665-2789c5a1f61d

Co-authored-by: HKalbasi <45197576+HKalbasi@users.noreply.github.com>
@HKalbasi HKalbasi marked this pull request as ready for review April 10, 2026 12:26
@HKalbasi HKalbasi merged commit cce4441 into main Apr 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants