-
Notifications
You must be signed in to change notification settings - Fork 560
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
ColorMatrix Type Failure - The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions #709
Comments
import Foundation open class ColorMatrix {
*/ } func acal(i:Int,m1:[Double],c:Double,m2:[Double],s:Double,m3:[Double]) -> Double { } |
This issue fixed in the master branch. |
So now we can use it in iOS 14.0 beta |
i have this problem in the Colors.swift file, in the line 56. I use in xcode 11.6. |
Hi @IngMarFlo, Please you the latest release version |
Thanks, i'll try
El mar., 11 de agosto de 2020 1:30 a. m., Yuri Strot <
notifications@github.com> escribió:
… Hi @IngMarFlo <https://github.com/IngMarFlo>,
Please you the latest release version 0.9.7.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#709 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZ3VISGGMIU2BGJVAPMYFTSADQQXANCNFSM4OKTDCPA>
.
|
While building Macaw with xcode12-beta We get the build error
The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
on line sixty in colorMatrixhttps://github.com/exyte/Macaw/blob/master/Source/model/draw/ColorMatrix.swift#L60
The text was updated successfully, but these errors were encountered: