rust9x / rust

Empowering everyone to build reliable and efficient software, even for Windows 9x/Me/NT/2000/XP/Vista.
https://github.com/rust9x/rust/wiki
Other
334 stars 10 forks source link

Update to newer rust version #9

Closed cyrex562 closed 9 months ago

cyrex562 commented 1 year ago

Is it possible to update the forked version that rust9x uses to compile to a newer version? If it's possible, what steps are necessary to do so? I've run into an issue where certain libraries require toolchain 1.64 or better in order to compile.

seritools commented 1 year ago

Sure, that's possible.

You'll have to rebase the rust9x branch onto the later versions, and re-port all the changes, and port/stub/workaround any new APIs added since then.

I personally don't really have the time at the moment to do that, sorry :x But if someone was up to it I'd definitely welcome that :)

seritools commented 1 year ago

Also feel free to hit me up via discord if you or someone else is interested in this, I'd be glad to provide assistance.

RandomInsano commented 1 year ago

I’m interested but can’t dedicate the time. I think this is super cool and one day I’ll be able to make time and revisit porting some stuff back to the good old days. 😃 On Aug 29, 2023, at 7:12 AM, Dennis Duda @.***> wrote: Also feel free to hit me up via discord if you or someone else is interested in this, I'd be glad to provide assistance.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

cyrex562 commented 1 year ago

Thanks! I will take a look into this and hit you up on discord with any questions.

Sent with Shortwave https://www.shortwave.com?utm_medium=email&utm_content=signature&utm_source=Y3lyZXg1NjJAZ21haWwuY29t

On Fri Sep 1, 2023, 06:33 PM GMT, Edwin Amsler @.***> wrote:

I’m interested but can’t dedicate the time. I think this is super cool and one day I’ll be able to make time and revisit porting some stuff back to the good old days. 😃 On Aug 29, 2023, at 7:12 AM, Dennis Duda @.***> wrote: Also feel free to hit me up via discord if you or someone else is interested in this, I'd be glad to provide assistance.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.> — Reply to this email directly, view it on GitHub https://github.com/rust9x/rust/issues/9#issuecomment-1703116459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATBL6CXBVDYY6MSCWPI46DXYITA7ANCNFSM6AAAAAA4BQ4U34. You are receiving this because you authored the thread.Message ID: @.>

seritools commented 9 months ago

Update: Rust9x 1.76.0 is looking good so far! Will likely be done in the next few days.

seritools commented 9 months ago

Rust9x is now updated to 1.76-beta 🎉

Feel free to open another issue in the future should the need for a new version arise 👍

RandomInsano commented 9 months ago

Nice! I've been lurking watching the issues and it's fun to see the progress rolling in. :)

bluedragon-cairo commented 9 months ago

Cool, thanks