Austin Henriksen
Results
42
issues of
Austin Henriksen
It seems like the preferred way to mark something as deprecated in Swift is with: ``` @available(*, deprecated, message: "do not use this!") ``` It would be good if `slice2swift`...
enhancement
swift
metadata
slice compiler
Sometimes `rewrite` (one of our two Java format checkers) will fail to parse a file. However, instead of failing the build (which is desirable since usually these parse failures are...
java
ci