Orange not working?

Jacob Carlborg doob at me.com
Fri Jul 13 18:52:05 UTC 2018


On 2018-07-12 22:44, JN wrote:
> I am trying to make use of the Orange package, I added the latest 
> version from dub to my project: "orange": "~>1.0.0" and copy pasted the 
> "simple usage" code from https://github.com/jacob-carlborg/orange , but 
> I am getting a long list of errors:
> 
> ..\..\AppData\Local\dub\packages\orange-1.0.0\orange\orange\serialization\Serializer.d(714,21): 
> C:\D\dmd2\windows\bin\dmd.exe failed with exit code 1.
> 
> Anyone has the library working?
> 
> my DMD version is:

Orange master is working properly. The tests are run on each push and PR 
with the latest DMD compiler. I pushed a new tag, v2.0.0, to make sure 
you can use a specific version as well. I picked a new major version 
because typedefs are not supported anymore.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list