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

Macro panic hygiene #568

Merged
merged 2 commits into from
Feb 24, 2023
Merged

Macro panic hygiene #568

merged 2 commits into from
Feb 24, 2023

Conversation

remkop22
Copy link
Contributor

I noticed that the view macro panic's on incorrect input. This can be a problem for language servers and semantically it's not really the correct thing to do.

I tried to minimize codepath's that are able to panic and replace panic's with abort where applicable.

Related: #227

@gbj
Copy link
Collaborator

gbj commented Feb 24, 2023

Thanks. This looks really great — much appreciated.

@gbj gbj merged commit 46e6e76 into leptos-rs:main Feb 24, 2023
gbj pushed a commit that referenced this pull request Mar 21, 2023
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.

None yet

2 participants