-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to handle records with more than 8 fields #2
Comments
Error messages regarding too many fields is something I haven't worked on yet. I will look into it.
In the future, yes. I would like to convert all those instances in |
As of 9e366a5, error messages when attempting to construct records with over 8 fields should be improved: > R ( #a := (), #b := (), #c := (), #d := (), #e := (), #f := (), #g := (), #h := () ) :*: R ( #i := () )
<interactive>:3:1: error:
• RecCons: too many fields
... I'm keeping this issue open until records with >8 fields are supported. |
Great! I'd quite like if more than 8 could be supported as well. I'm also experimenting with Even just loading a 10-field Is this explosion of compile time the reason why rawr prohibits fields greater than 8? Or can we, once the aforementioned TH code is written, have near-instant compile times with 15-field ad-hoc records with rawr? |
The documentation says that "records with up to 8 fields are supported". I have couple questions about that:
Label "foo" does not occur in R ( (...) )
errors.By the way, thanks for making such a wonderful library!
The text was updated successfully, but these errors were encountered: