Closed nighthawk closed 2 months ago
I've added a NumericExpression typealias that you can use as a workaround (see updated README on the develop branch)
Great, thank you very much, that works.
Fixed in 2bc0d1c15de43be99e2cdb7f5ed2c1d56e2a6417.
@nicklockwood I'm not able to update cocoa pods to 0.13.9 have you published the pod specs ?
@engin7 sorry about that - try it now
The day has come and this year there's a new addition to Foundation: Foundation.Expression.
That leads to a number of name clashes and for example the test suite doesn't compile due to:
What makes this tricky is that this library itself is called Expression, so you can't disambiguate by say replacing
Expression.Error
withExpression.Expression.Error
.@nicklockwood Any suggestions for how to best tackle this? Should this library be renamed?