Skip to content

bug in helloGoodbye exercise #11

@javier-solis

Description

@javier-solis

On occasion, the error messages in feedback for exercise helloGoodbye are shown to users even though their state matches the expected state (up to the point they reached). This happens for both feedback types. As an example, view attached code snippet.

.../helloGoodbye$ ./go.sh 
GitStream: Follow the instructions in your browser!
.../helloGoodbye$ ls
go.sh  greeters  hello.js  README.md
.../helloGoodbye$ git rm hello*
rm'hello.js'
.../helloGoodbye$ git status
On branch main
Your branch is up to date with 'origin/main'.

Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
	deleted:    hello.js

.../helloGoodbye$ git commit
hint: Waiting for your editor to close Aborting commit due to empty commit message.
.../helloGoodbye$ git commit
GitStream: [COMMIT REJECTED] You should remove only the specified file and not"README.md"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions