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

Add neko_type_error for reporting invalid type selection #1643

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

timofeymukha
Copy link
Collaborator

Adds a routine for reporting when an invalid type has been attempted to allocate for some base pointer type.

The idea is to use this in factories. The main bonus is the convenience of getting a list of valid types.

@timofeymukha timofeymukha added the enhancement New feature or request label Dec 16, 2024
@timofeymukha
Copy link
Collaborator Author

The idea is to use this in factories, leveraging that we already have lists of valid types for all of them.

@njansson njansson merged commit 50d8bd4 into develop Dec 17, 2024
27 checks passed
@njansson njansson deleted the feature/type_error branch December 17, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🍻 Done
Development

Successfully merging this pull request may close these issues.

3 participants