Skip to content

Add a missing exception string#229

Open
exzombie wants to merge 1 commit intoepics-modules:masterfrom
exzombie:add-missing-exception-string
Open

Add a missing exception string#229
exzombie wants to merge 1 commit intoepics-modules:masterfrom
exzombie:add-missing-exception-string

Conversation

@exzombie
Copy link
Copy Markdown
Contributor

This fixes the mismatch in the length of the asynException enum and the ASYN_EXCEPTION_STRINGS macro. It also fixes the length check in asynRecord.

@AppVeyorBot
Copy link
Copy Markdown

Build asyn 1.0.312 failed (commit addb1cee25 by @exzombie)

Comment thread asyn/asynDriver/asynDriver.h Outdated
"asynExceptionConnect", "asynExceptionEnable", "asynExceptionAutoConnect", \
"asynExceptionTraceMask", "asynExceptionTraceIOMask", "asynExceptionTraceInfoMask", \
"asynExceptionTraceFile", "asynExceptionTraceIOTruncateSize"
"asynExceptionTraceFile", "asynExceptionTraceIOTruncateSize", "asynExceptionShutdown"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

My only nit is that reviewing would be slightly easier if it followed the same organization as the enum definition above, so "asynExceptionShutdown" would be in its own line.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Agreed.

@exzombie exzombie force-pushed the add-missing-exception-string branch from b4a6e03 to 9cdda68 Compare April 1, 2026 06:59
@AppVeyorBot
Copy link
Copy Markdown

Build asyn 1.0.313 failed (commit 943102c14c by @exzombie)

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.

3 participants