HaxeFoundation / api.haxe.org

Haxe API documentation
https://api.haxe.org/
11 stars 13 forks source link

Travis fails #12

Closed markknol closed 1 year ago

markknol commented 3 years ago

I found that api.haxe.org isnt generated anymore, because there is an error.

https://travis-ci.org/github/HaxeFoundation/api.haxe.org/builds/749866906

Parsing /home/travis/build/HaxeFoundation/api.haxe.org/xml/find_file_cleanup/cs.xml
Parsing /home/travis/build/HaxeFoundation/api.haxe.org/xml/find_file_cleanup/php.xml
Error : Incompatibilities between haxe._Unserializer.FastString in cs and php (could not merge definition)
The command "neko Gen.n" exited with 255.

Tips from Slack:

Someone: Hm... I thought private API shouldn't affect doc gen Someone else: there's an --include-private CLI flag, so private stuff may be needed. plus @:dox(show) Another someone else: maybe import String as FastString; will do the trick? ^^