-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Method call in object with more than 109 parameters fails assertion in TastyPickler. #1544
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
Comments
No the reason for this is completely unrelated to #1542. Have a look at the On Tue, Sep 27, 2016 at 4:22 PM, Nicolas Stucki [email protected]
Prof. Martin Odersky |
More precisely, the signature of a name got longer than 128. Should be easy to fix, as the format allows for an arbitrary number of bytes for length fields. |
Fixes scala#1544 by making the length field use 1 or 2 bytes, depending on the number of parameters in a signature.
Fix #1544: Allow long signatures in names
This issue is similar to #1542 but it manifests itself in a different place. It might have a shared fix with #1542.
The text was updated successfully, but these errors were encountered: