chore(deps): Bump renacer from 0.6.6 to 0.7.0#109
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [renacer](https://github.com/paiml/renacer) from 0.6.6 to 0.7.0. - [Release notes](https://github.com/paiml/renacer/releases) - [Changelog](https://github.com/paiml/renacer/blob/main/CHANGELOG.md) - [Commits](paiml/renacer@v0.6.6...v0.7.0) --- updated-dependencies: - dependency-name: renacer dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e19736d to
b98d667
Compare
Contributor
Author
|
Looks like renacer is up-to-date now, so this is no longer needed. |
noahgift
added a commit
that referenced
this pull request
Mar 12, 2026
Wire Qwen3 EOS token (151643) through apr-cli serve → realizar Q4K scheduler. Matches realizar-side ALB-109 fix (load_tokenizer_from_sibling merges added_tokens into vocab). Previously hardcoded EOS=0/2 caused Qwen3 generations to never terminate. Refs #109 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
noahgift
added a commit
that referenced
this pull request
Apr 18, 2026
…dening - Task #105 CLOSED: MODEL-2 pretrain loop driver landed via sub-agent (commit 9a5af3a, 6 files +1379 LOC). GATE-TRAIN-005, INV-TRAIN-007, GATE-TRAIN-008 all wired. `apr pretrain` CLI gated by training feature. MODEL-1 v2 remedies baked into PretrainConfig::model_2_defaults() (LR=5e-5, rank=32, seed=42). - Task #108 CLOSED: 5 directory iterators in aprender-core/src/format/ hardened to skip ModelFamilyVariant contracts (contract_id: at root discriminator). 32→0 workspace-test regressions. 13031 passed locally. - Task #109 SPLIT OUT: ci/lint workspace package ambiguity (transitive aprender@0.27 deps via realizar/renacer/trueno/entrenar/bashrs/pacha). Needs [patch.crates-io] restoration or path-dep migration. Separate lane, not blocking SHIP-TWO-001 MODEL-2 work. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
noahgift
added a commit
that referenced
this pull request
Apr 18, 2026
Root-cause correction: task #109 was originally framed as an aprender@0.27 workspace ambiguity, but inspection of CI lint job 71975024364 revealed the actual failure was cargo fmt --check diffs across 33 files in apr-cli, aprender-cgp, aprender-contracts-cli, aprender-contracts-macros, aprender-core, aprender-data, aprender-explain, aprender-present-cli, aprender-present-core, aprender-present-terminal, aprender-profile, aprender-registry, aprender-train, and aprender-viz. Sub-agent a6ea86f0d2d89eafb misdiagnosed as transitive dep pulling aprender@0.27.8 — that duplicate exists via apr-cli's published aprender-profile@0.29.0 dep but is NOT the active lint blocker. Fix: cargo fmt --all. Content unchanged — only whitespace/wrap normalized. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
noahgift
added a commit
that referenced
this pull request
Apr 18, 2026
Rust 1.93.0 introduced clippy::doc_overindented_list_items. The module header in crates/aprender-train/src/models/llama_370m.rs (landed via task #105) uses a 30-column aligned table-style invariant list whose continuation lines are now flagged. Surgical fix: #![allow(clippy::doc_overindented_list_items)] at the top of the file. Rewriting continuation lines to 2-space indentation would destroy the alignment that makes the invariants readable at a glance. Unblocks ci/lint on feat/pm-007-preflight-poka-yoke (task #109). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This was referenced Apr 18, 2026
Merged
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.
Bumps renacer from 0.6.6 to 0.7.0.
Commits
7225982chore: Release v0.7.0 - dependency updates and anti-pattern detection8374ce6test: Improve test coverage for low-coverage modules79e3f98feat: Add architectural anti-pattern detection (REN-002)fee7658docs: Add SVG hero image and update README for v0.6.646073c3feat: Add experiment span type for entrenar integration (REN-001)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)