Sean T Allen

Results 813 comments of Sean T Allen
trafficstars

@Triangle345 thanks for the pointer to how Nim is doing this.

We discussed this during the sync call. Anyone who wants to take this one, we are happy to assist as we can but this isn't something that any of the...

Is this the same issue or a different issue @ergl. It sounds like the same issue from your description. If it is, please add a note to #3126 and close...

Still an issue. Only happens with optimized builds so it has to be something in an optimization pass.

I can confirm this causes the same error for me using Ponyc 0.25.0 with LLVM 3.9.1 on MacOS 10.11.6

This is still an issue as of 0.37.0

Still an issue as of 0.46.0

I tested this with the Wallaroo Labs ponyc version (which is ponyc 0.9 more or less) and it worked then. can confirm it doesnt work with 0.19.0. Also works with...

Yes, PIE is support already @Cogitri. If you pass `default_pic=true` to make when building Pony, it will use when linking all binaries. See https://www.ponylang.io/faq/#pic-compile-error