Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor forwarder to remove a limitation in the size of the error code #306

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

mantoni
Copy link
Owner

@mantoni mantoni commented Aug 1, 2024

The previous implementation only worked for exit codes of one character and had repeated magic numbers.

This is mainly the work of @DamienCassou from #301. I changed the exit code token to have fixed length of 7 characters, padding the exit code with zeros. This allowed to simplify the response handling logic a bit.

The previous implementation only worked for exit codes of one
character and had repeated magic numbers.
@mantoni mantoni merged commit 12f3afa into master Aug 1, 2024
3 checks passed
@mantoni mantoni deleted the DamienCassou-refactor-forwarder-response-handling branch August 1, 2024 20:48
@mantoni
Copy link
Owner Author

mantoni commented Aug 2, 2024

📦 Released in v14.0.2

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