David Anderson

Results 184 comments of David Anderson

Huh, view_as should not work in the preprocessor. I'll fix that. Anyway, the answer (which you probably won't like, since you mentioned it), is: make your enum values sequential, define...

Yeah, BindCallTarget is returning nullptr with no report. Whoops.

Thanks, this has been fixed on master.

It looks like there is still an issue here.

I was on the fence about allowing this... it gets weird IMO because adding/removing a single character to anything in the last dimension can suddenly break all the sizeof() usage....

This was an explicit design choice to make the syntax simpler, but I think we should change it.

This is something I'd really like to do, and the experimental v2 frontend does support it. This sort of thing used to be impossible in spcomp, but nowadays it's more...

This isn't on my short list of things to do, but it would be nice to have. The current compiler infrastructure makes it very difficult to implement so it's probably...

I agree, but I'm conflicted because it could suddenly cause a ton of warnings on plugins. This feature is only ~2 days old. It might be better to wait until...

Nope, it was never valid. The reason "static" works is because of a quirk in the parser. A "const" symbol does not allocate storage space, so it doesn't go through...