-
Notifications
You must be signed in to change notification settings - Fork 34
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
Clear Compilation Error on Eager Loading #62
Comments
I will review it this week-end when I have time. I'm wondering if you use the table name as string instead of realtions in |
I tried both ways actually and ended up with the same error. |
I've just fixed, but without spec this time (due to overloaded planning, I had only 15mn to offer today 😄 ). Basically it compiles but I didn't check if the code is working (it should however). Feel free to reopen if the fix is not working. By the way, I'm in the process to use Clear in production-grade software for my own company in few weeks/months. So basically it will become production-ready ASAP 👍 . Regards, |
Works on my end. 👍 We've been using clear in production for almost 3 months now and it's been really nice. The code base is really stable and fast. |
I've recreated a small example here https://gist.github.com/russ/e6353ac39b0c7b0322f336a47c273b7e
The error started happening with the 0.5 release.
This is the output:
The text was updated successfully, but these errors were encountered: