Matt Hargett

Results 79 comments of Matt Hargett

Is it acceptable if these features are disabled when RTTI isn't present? Is there a way to reliably test that across compilers at compile-time (preferred) or run-time (ugh)?

in case it helps, my main use case for valgrind-macos is to use callgrind/cachegrind, not the memory checker. that that reduce the blockers for 11/12 support in any meaningful way?

What I'm finding in other large Luau projects is that 120 characters column width as the standard code style just doesn't work with the increased density and flexibility being added...

FYI, we merged a change to the Roblox Lua Style Guide today that now recommends using a 100 character line length, versus 120 characters.

Is the original line even over the 120 character width?

in your example, it's not an inline comment on a type/argument/table element list. *forcing* alignment in those cases is interesting, but as you mention it then requires a larger AST...

ping on this. is this doable for argument, type, and table lists?

I looked at the git blame for the header and source files that contain the declarations and implementation of add_tests, but those were just moving the existing function around. Unfortunately,...

I pulled the original phrasing from the jasmine unit testing framework for JavaScript. if possible, let's stick with that. they chose beforeAll and afterAll. as far as interference with the...

@sampotter hopefully your PhD program went well. here's a ping in case you have some time over your holidays :)