SoarGroup / SoarGroup/Soar

Add channel # to rhs_write XML messages

Open
#511 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
439
Forks
89
PR merge metrics
No merged PRs in 30d

Description

Currently messages coming from the trace, log and write RHS functions all look the same to print handlers.

As such the "channel" functions more like a on/off flag rather than what you would normally call a channel.

If you add a channel attribute to rhs_write XML messages when they come from log, then print handlers will be able to use that to determine how to display or handle the message.

You might want to do something similar with trace

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the trace, log, and write RHS functions and the code that emits their rhs_write XML messages. Check how print handlers consume these messages, then add a channel attribute for messages from log and assess whether trace needs the same treatment. Done means handlers can distinguish the message source from the XML output.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
40/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.