sdlwiki icon indicating copy to clipboard operation
sdlwiki copied to clipboard

SDL3/MigrationGuide: Added.

Open SDLWikiBot opened this issue 10 months ago • 2 comments

This edit was made by @Perry-chouteau.

Live page is here: https://wiki.libsdl.org/SDL3/MigrationGuide

If this user should be blocked from further edits, an admin should go to https://wiki.libsdl.org/Perry-chouteau/block If this user should be trusted to make direct pushes to main, without a pull request, an admin should go to https://wiki.libsdl.org/Perry-chouteau/trust

SDLWikiBot avatar Apr 23 '24 05:04 SDLWikiBot

I edit some error on the website and it create a lot of pull_request sorry

Perry-chouteau avatar Apr 23 '24 06:04 Perry-chouteau

No worries! One thing I want to do (but haven't started) is have additional edits add to the same pull request instead of generating a new one each time, but we understand the multiple-pull-request thing happens from time to time right now.

We are still deciding what to do about a migration guide, though. The changes from SDL 1.2 to SDL2 involved a lot more work on changing how the app should approach problems, whereas an SDL2 to SDL3 guide would be more about adjustments to APIs. I think you have the start of the right approach here: build your app, see if there's an error about SDL_x_renamed_to_SDL_y and work forward from there. Maybe the 2-to-3 migration guide should be about the techniques one should use to migrate instead of the specific technical details!

icculus avatar Apr 23 '24 13:04 icculus