Hacker News new | ask | show | jobs
by jimcsharp 2460 days ago
It's a testament to how crappy my code is, but I find myself having to give it type hints too often, and it'll give up on spitting out warnings if the file gets too large. There's a perverse thought. I can bypass warnings-as-errors by making my code bad enough ;)
1 comments

This typically happens at the layers where interop isn’t so good. Like using really old obj-c stuff. It’s worth reporting this to the swift project on github.
I'm sure https://bugs.swift.org/ will appreciate it much more.