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

Improve func call error #95

Merged
merged 1 commit into from
May 25, 2019
Merged

Improve func call error #95

merged 1 commit into from
May 25, 2019

Conversation

stanislas-m
Copy link
Member

Instead of "line 1: could not convert struct { Name string } to Ident"
it will now say "line 1: could not call form_for function: could not
convert struct { Name string } to Ident".

This will give more context to the plush user and improve debugging.

Instead of "line 1: could not convert struct { Name string } to Ident"
it will now say "line 1: could not call form_for function: could not
convert struct { Name string } to Ident".

This will give more context to the plush user and improve debugging.
@stanislas-m stanislas-m requested a review from a team May 25, 2019 13:28
@stanislas-m stanislas-m merged commit 8852b97 into master May 25, 2019
@stanislas-m stanislas-m deleted the feat/better-func-call-error branch May 25, 2019 17:35
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