Error in Append stderr #UN3 in Go

I am currently facing the same issue.
Code is here: GitHub - Jh123x/codecrafters-shell-go

Hey @Jh123x, I moved your post to a new topic here, since it seems to be a separate issue.

There are two problems:

  1. Your repo is missing the .codecrafters folder, which prevents it from functioning properly. I’ve added the folder and pushed a commit to your repo. You can just pull the latest changes to apply the fix.

  2. Since you’re introducing raw mode into the codebase, tests are now failing from stage 2: #CZ2 (Handle invalid commands).

Suggestions:

  1. Use our CLI to test against previous stages by running:
codecrafters test --previous
  1. Focus on fixing the early stages first, as later stages depend on them.
1 Like

A post was split to a new topic: Stuck at #cz2 Handle invalid commands with raw mode

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.