-
Notifications
You must be signed in to change notification settings - Fork 72
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
Implementations of #asJson in Seaside and GToolkit conflict #1433
Comments
Interesting. Does GT also define |
There are no implementors of To get a String with JSON from a GtJson, it can be sent |
GToolkit’s |
…ionary, OrderedDictionary and SequenceableCollection when testing on Glamorous Toolkit (see issue #1433, “Implementations of #asJson in Seaside and GToolkit conflict”).
I’ll close this. As noted in GToolkit issue #3895, the conflict remains as long as the deprecated methods remain in GToolkit. The workaround is to just remove them, see commit c0e63ad. |
There are conflicting implementations of
#asJson
in Seaside and Glamorous Toolkit. Using Glamorous Toolkit v1.0.975, the test in the following fails:This is because
#asJson
doesn’t answer a String but a GtJson:The text was updated successfully, but these errors were encountered: