Skip to content

Conversation

@fubar-coder
Copy link
Contributor

This is needed to avoid unnecessary EntryPointNotFoundException exceptions, as they massively slow down program execution - especially in development environments.

Fixes #1146

This is needed to avoid unnecessary EntryPointNotFoundException exceptions, as they massively slow down program execution - especially in development environments.
@fubar-coder
Copy link
Contributor Author

fubar-coder commented Dec 4, 2023

It was a deliberate decision to not remember the action as successful or failed when an exception other than EntryPointNotFoundException gets thrown. I can mark it as successful, but it shouldn't change anything in terms of performance or reliability.

Using nameof(IFBClient.xyz), and StringComparer.Ordinal.
@fubar-coder
Copy link
Contributor Author

Hi,

thank you for your review. I made the two requested changes.

@fubar-coder
Copy link
Contributor Author

@cincuranet Hi, I made the requested changes. Are there any other open points with this PR?

Copy link
Member

@cincuranet cincuranet left a comment

Choose a reason for hiding this comment

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

Sorry for late reply. Few nits here and there, after that it should be ready to merge.

- No line breaks before arguments
- No whitespace between cast operator and casted value
@fubar-coder
Copy link
Contributor Author

@cincuranet Hi, I made all requested style fixes. Thank you for your review.

Copy link
Member

@cincuranet cincuranet left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks.

@cincuranet cincuranet merged commit 9d572ea into FirebirdSQL:master Jul 11, 2024
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.

Avoid unnecessary EntryPointNotFoundException

2 participants