Skip to content

chore(deps): Bump renacer from 0.6.6 to 0.7.0#109

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/renacer-0.7.0
Closed

chore(deps): Bump renacer from 0.6.6 to 0.7.0#109
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/renacer-0.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Copy link
Copy Markdown
Contributor

Bumps renacer from 0.6.6 to 0.7.0.

Commits
  • 7225982 chore: Release v0.7.0 - dependency updates and anti-pattern detection
  • 8374ce6 test: Improve test coverage for low-coverage modules
  • 79e3f98 feat: Add architectural anti-pattern detection (REN-002)
  • fee7658 docs: Add SVG hero image and update README for v0.6.6
  • 46073c3 feat: Add experiment span type for entrenar integration (REN-001)
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github

dependabot Bot commented on behalf of github Dec 1, 2025

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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>
@dependabot dependabot Bot force-pushed the dependabot/cargo/renacer-0.7.0 branch from e19736d to b98d667 Compare December 6, 2025 08:59
@dependabot @github

dependabot Bot commented on behalf of github Dec 7, 2025

Copy link
Copy Markdown
Contributor Author

Looks like renacer is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 7, 2025
@dependabot dependabot Bot deleted the dependabot/cargo/renacer-0.7.0 branch December 7, 2025 21:59
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>
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.

0 participants