Skip to content

Fix status messages#397

Open
RadicalZephyr wants to merge 4 commits into
synthetos:edgefrom
RadicalZephyr:fix-status-messages
Open

Fix status messages#397
RadicalZephyr wants to merge 4 commits into
synthetos:edgefrom
RadicalZephyr:fix-status-messages

Conversation

@RadicalZephyr

Copy link
Copy Markdown

I found that a few status code error messages that seem to be out of date. The new error messages are my best guess at what a reasonable message would be, feel free to change them as desired. I removed the error message for code 37 since it appears to currently be marked as a placeholder.

Comment thread g2core/error.h
static const char stat_36[] = "Failed to get planner buffer";

static const char stat_37[] = "Backplan hit running buffer";
static const char stat_37[] = "37";

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This seems to be removing a text string, replacing it with "37".

Doesn't seem correct?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I removed the error message for code 37 since it appears to currently be marked as a placeholder.

TBH, I don't remember exactly why I believed it to be a placeholder, but I clearly thought about it at the time making it a separate commit and mentioning it in the PR message as well. If it's not correct however, then it shouldn't be included. Either way is fine with me.

@justinclift

Copy link
Copy Markdown
Member

@giseburt Thoughts on this PR? It's a pretty simple one.

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