Andrew Coffey
Andrew Coffey
Thanks. Let's move this back on topic lol. Lemme know if I should make any further changes
I'll definitely wait until after the schema update is made to push the extra data files. If I skip the pre-commit hook, then it'll still be blocked by the schema...
As far as I know, this should be good to go. Need a maintainer to run the CI though to see if I borked anything
I verified locally that it worked with my reproducer
That looks super interesting. I’ll look into using that when I get home
@Starbuck5 blame Ankith on those last two comments of yours. That's what I originally had
Can you motivate this change with an example of when this change would actually matter? Offhand, I can't come up with a valid use-case where it should matter what this...
Sample code (provided by rethanon on discord) ```py import random import time import pygame import pygame._sdl2 as sdl2 pygame.init() WINDOW: pygame.Window = pygame.Window("Sprite Test", (800, 600)) RENDERER: sdl2.Renderer = sdl2.Renderer(WINDOW)...
> Just a minor nitpick but I'd like whitespace/formatting changes to be a separate PR, preferably with some way to keep it automated with changes to our precommit config Same...
Also, I have absolutely no idea why this pull is causing segfaults