Skip to content

Conversation

nikhilbonte21
Copy link

No description provided.

@nikhilbonte21 nikhilbonte21 merged commit ff9e2c2 into staging Sep 23, 2025
4 of 7 checks passed
validateTypeNames(typesDef);
}
}
}
Copy link

Choose a reason for hiding this comment

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

Bug: Exception Handling Masks Validation Errors

The validateTypeNameExists method silently ignores AtlasBaseException instances unless they are TYPE_NAME_NOT_FOUND, which can mask other validation errors. When TYPE_NAME_NOT_FOUND is caught, it triggers an expensive typeDefStore.init() call, potentially impacting performance by reloading all type definitions.

Fix in Cursor Fix in Web

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