Petr Penzin

Results 202 comments of Petr Penzin

One of the questions I got from a ports committer that I could not answer was about headers in libs/include. Contents of libs/include is only used on Windows (that's what...

Thanks! On Mon, Jan 18, 2016 at 11:34 PM, Andy Li [email protected] wrote: > Yes, those are only used on Windows. > > — > Reply to this email directly...

Sorry, I got the most of the port working, but then stuck on licensing, FreeBSD wants to have a license stated for the project, but there are quite a few...

Thanks, "split into multiple packages" approach looks interesting, I didn't think about that.

FreeBSD committers puzzle me - after grilling me for months, they just went and accepted the code, even without waiting for me to update the version :)

We are in: https://reviews.freebsd.org/rP426533

I did try to build haxe on FreeBSD, but ran into trouble with OCaml, that I don't know how to resolve. Anyway, that should be probably a separate task, I...

I was going to look at it, but never got to the build to work, sorry.

I can reproduce it with ToT revision on FreeBSD. It looks like an out-of-bounds error from the code calculating the jump target. ``` $ cat go2.neko $print("start"); next: $print("continue"); $goto(next);...