codewars / runner

Issue tracker for Code Runner
32 stars 8 forks source link

Add Swift 5.8 #261

Closed hobovsky closed 7 months ago

hobovsky commented 10 months ago

Occasionally issues from users who use XCode locally pop up about their code not working on CW: https://www.codewars.com/kata/541c8630095125aba6000c00/discuss#64f1c002fa88aecd16185111 .

I am not sure if the language would have to be bumped all the way to 5.8, but it might be nice to have it updated at all. Maybe it would be a good opportunity to improve Swift setup in some way, or tackle some related issues, like #244 .


:+1: reaction might help to get this request prioritized.

Chrono79 commented 10 months ago

I wonder if there is any other language that breaks things with every version update as much as Swift.

hobovsky commented 9 months ago

Update of Assembler interpreter (part II) is most probably blocked by this issue fixed in Swift 5.4: https://github.com/apple/swift/issues/56437

kazk commented 7 months ago

Swift 5.9 was added as requested by Qualified's customer. I'll run the script to update compatible kata later.