You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\Programming\d\orange\orange\serialization\Serializer.d(714): Deprecation: typedef is removed
D:\Programming\d\orange\orange\util\Traits.d(135): Deprecation: typedef is removed
D:\Programming\d\orange\orange\util\Traits.d(163): Deprecation: typedef is removed
And some unit test failures:
Failures:
1) serialize array should return a serialized array
# orange\tests\Array.d.d:61
Stack trace:
2) serialize primitives should return serialized primitives
# orange\tests\Primitive.d.d:137
Stack trace:
3) serialize slices should return serialized slices
# orange\tests\Slice.d.d:143
Stack trace:
4) serialize strings should return serialized strings
# orange\tests\String.d.d:70
Stack trace:
5) serialize Unicode strings should return a serialized string containing proper Unicode
# orange\tests\String.d.d:122
Stack trace:
57 tests, 5 failures
I'll be happy to help, but want your input first.
The text was updated successfully, but these errors were encountered:
Using Windows and the DMD 2.068 compiler:
Gives some compiler errors:
And some unit test failures:
I'll be happy to help, but want your input first.
The text was updated successfully, but these errors were encountered: