Skip to content

fix: unicode arrow parsing in trace logging and macOS temp path test#13

Open
AlexMikhalev wants to merge 2 commits into
rawwerks:masterfrom
AlexMikhalev:master
Open

fix: unicode arrow parsing in trace logging and macOS temp path test#13
AlexMikhalev wants to merge 2 commits into
rawwerks:masterfrom
AlexMikhalev:master

Conversation

@AlexMikhalev

Copy link
Copy Markdown

Summary

  • Fix bash variable parsing on line 168 where unicode arrow (→) caused unbound variable error for $DEPTH→ (changed to ${DEPTH}→)
  • Fix test T14d hardcoded /tmp/ path that fails on macOS which uses /var/folders/ for TMPDIR

Testing

All 107 tests pass (35 unit + 72 guardrail):

Unit Tests: 35 passed, 0 failed
Guardrail Tests: 72 passed, 0 failed

- Fix bash variable parsing on line 168 where unicode arrow (→) caused
  unbound variable error for $DEPTH→ (changed to ${DEPTH}→)
- Fix test T14d hardcoded /tmp/ path that fails on macOS which uses
  /var/folders/ for TMPDIR
The ypi script was not forwarding RLM_PROVIDER/RLM_MODEL to the
root pi invocation, so the root session always used pi's default
model (k2p5) instead of the configured model (glm-5).

Now the root session starts with the configured provider/model,
while child sessions continue to use RLM_CHILD_PROVIDER/RLM_CHILD_MODEL.
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.

1 participant