Skip to content

Latest commit

 

History

History

swift

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Swift

Tip: mark a workaround for a bug as deprecated in next compiler version, @olebegemann:

If you write a workaround for a bug, mark it as deprecated in the next compiler version to get a timely reminder to check if the bug has been fixed. If it has, delete the workaround. If it hasn’t, update the deprecation to the next version.