David Roberts

Results 11 comments of David Roberts

Here's an updated helloworld, at least. ``` import stdlib.*; exported func main() { println("Hello world!"); } ``` (I'd submit a PR, but I can't actually figure out where there are...

Likewise, updated README.txt for Linux: ``` Vale Compiler, version 0.1.4 http://vale.dev/ To run a program: valec.exe build [options] [module directory mappings] Run `valec.exe help build` for more. Windows Example: valec.exe...

Running on Debian 8 with Python 3.4, with all ponies enabled, but no unicode in the message, I get a similar error message about 5% of the time. No pony...

Oh, when you merge this, use the command-line instructions. I messed something up with the web interface and it's missing a try/catch block around the `await previousRun` statement.

Iiiiii mighta just independently fixed it. "try it now"

This is still relevant in 2019. I would like very much to be able to use ipv6 addresses.

It's caused by `~anura/src/custom_object_type.cpp:1717`'s `CustomObjectType::get(*obj_type_str)`, which is being fed a prototype - I guess you can have sub-objects in the prototype which aren't prototypical or something.

The assert was added because we wanted to do a sanity check on whether objects being marked non-serializable were being serialized because they were stored as a property of a...

Unfortunately, I can't catch an error here - it may just ABORT() without throwing an error, so that's off the table. :thinking: I can't find a function to test if...

The wiki is now up on opengameart.org, I think. (It had had to be taken down due to spam elsewhere.) Unfortunately, the actors involved in the project got kind of...