Jordan Henderson
Jordan Henderson
I've closed some duplicated issues, they often arose in conjunction with #4413
This hard crashes my ide. Another option might be this... ``` if(clock.class.findRespondingMethodFor(\nextTimeOnGrid) == this.class.findRespondingMethodFor(\nextTimeOnGrid)) { Error("nextTimeOnGrid expects a clock as its arguments, got a %".format(clock.class)).throw; }; ``` ... but would...
This issue does not occur on Linux. Could someone retest on mac just to make sure it is still valid please :)
> After merging #6317 I saw conflicting files here. > I uploaded the files after running `build_parser.sh`. However, there are still conflicting files. > I do not know how to...
> whether or not anything changes for them Is there some easy way to test this? As far as I can tell, the only other places where an array is...
Anyone want to review this? All CI tests are now passing.
I've closed a couple of duplicate issues, often this issue arises in conjunction with #4812
Just wanted to float an alternative idea... what I have been able to get working is a wrapper around `std::shared_ptr`. I've got a working branch but here is the gist......
@scztt thank you for this! Yes you're right I didn't really consider that the memory might never be recycle, duh! I thought this might be cleaner because I spent quite...