Skip to content

Update from sacp 10 to 11#144

Merged
nikomatsakis merged 4 commits intomainfrom
update-10-to-11
Mar 16, 2026
Merged

Update from sacp 10 to 11#144
nikomatsakis merged 4 commits intomainfrom
update-10-to-11

Conversation

@jackh726
Copy link
Contributor

@jackh726 jackh726 commented Mar 6, 2026

One test is still failing test_new_session_with_config: "Expected /symposium:config command to be available".

Not entirely seeing what's wrong. I'm seeing "Sending JSON-RPC message" and then a bit after a ""Method not found", which I imagine is the response.

let session_id = session_response.session_id;

// Send a prompt - elizacp should respond
notifications.lock().unwrap().clear();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem was a race condition: those notifications were arriving and being properly dispatched, from what I can see, but then they were being cleared here (!). I don't know why this clear is here, it just seems wrong, the "available commands" is sent in response to the start of the session, not the prompt.

@nikomatsakis nikomatsakis merged commit 2aa0331 into main Mar 16, 2026
6 checks passed
@jackh726 jackh726 deleted the update-10-to-11 branch March 16, 2026 20:26
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