mojodojodev / mojodojo.dev

Learning materials for the Mojo🔥programming language
https://mojodojo.dev/
87 stars 16 forks source link

Change types as per new convention #12

Closed gautam-e closed 1 year ago

gautam-e commented 1 year ago

We need to change the code as per: https://docs.modular.com/mojo/changelog.html#changed

mojodojodev commented 1 year ago

Good call all changed thanks

gautam-e commented 1 year ago

Hey @mojodojodev I think you did a find and replace over all the files and that's created some mistakes like:

So we use Int32 instead of Int32, similarly using Float32 instead of Float32. Closes Issue #152.

I think it needs to be done more selectively like in the the guides only, or something like that.

mojodojodev commented 1 year ago

Whoops! I think that was the only one (mentioning old syntax with new change), did a quick run through and looks all clear. Thanks again!

gautam-e commented 1 year ago

Ok that's good then! Cheers.