PlummersSoftwareLLC / Primes

Prime Number Projects in C#/C++/Python
https://plummerssoftwarellc.github.io/PrimeView/
2.45k stars 573 forks source link

Odin/solution_1 doesn't compile with the current (dev-2024-02) version of Odin #956

Open rbergen opened 8 months ago

rbergen commented 8 months ago

While updating a number of Docker images published on Docker Hub in the context of this project, I found that the Odin solution does not compile on the current version of Odin.

Without wanting to imply an obligation on the original contributors of the solution, I'm calling out to @omgitsmoe, @gingerBill and @Kelimion in case they would be willing and able to look into this.

Kelimion commented 8 months ago

I don't know why I was credited in this code. It could be that the author asked for some help on the Discord back then. Anyway, I had a look and it requires substantial changes to get this to run:

And beyond that there may be more. Might be worth someone doing a from scratch rewrite if they're interested.

rbergen commented 8 months ago

@Kelimion Thanks for looking into this to this level, that's very helpful for whoever chooses to pick up making the required changes.