GDC on Travis-CI

rjframe dlang at ryanjframe.com
Sat Jun 2 10:49:30 UTC 2018


On Sat, 02 Jun 2018 03:15:56 +0000, crimaniak wrote:

> I started to work with Travis-CI, building packages using all three main
> compilers, and noticed that I have problems with gdc every time and need
> to tweak code because of many things missing.
> For example: https://travis-ci.org/crimaniak/json-patch/jobs/386963340
> Why this situation with gdc and how best to deal with it?

GDC is on the 2.068 frontend, so you can't use any symbols introduced 
since then.

There is documentation for older Phobos versions online, but I don't 
remember the link and haven't found it by searching.


More information about the Digitalmars-d-learn mailing list