Alan Zeino

Results 8 issues of Alan Zeino

If you clone the repo today, you cannot just run `make bootstrap` after clone, because it runs `bin/carthage.sh` which assumes you already have carthage installed: ``` // Makefile carthage-bootstrap: bin/carthage.sh...

Attempting to update the repo so that the `build.sh` script that is run in the GitHub Action succeeds.

Minor compatibility fixes

Just a heads up that we are considering removing support for these considering recent issues running these tools on Apple Silicon, Apple's changes to xcframeworks, Swift Package Manager gaining steam...

In this example in `0.55.5`: ``` public protocol FooProtocol { func foo(bar: Bar) -> () throws -> Void } ``` When applying `redundantVoidReturnType`, it will always return: ``` public protocol...

I did a pass at trying to add some missing nullability specifiers and some designated initializer auditing, mostly so our static analyser could infer paths in the code a bit...

### Describe the bug Running an analysis pass on the library right now shows a bug in `ksdm_demangleSwift` as introduced in #706 ...if `handle` has no value after calling dlopen...

bug