Dave Verwer

Results 138 comments of Dave Verwer

Thanks Joe! It's funny. Before I started looking at just using the directory/file structure, I was sure I had read about an option that could output a set of doc...

I agree this is the best way to go. It doesn't even need to be a separate repository, it could be another JSON file in PackageList.

Yea there's a bit of history to this feature. The original SwiftPM Library actually supported displaying when a repo was a fork of another repo and linked people out to...

> There's a downside here in using JSONB in that it prevents joins (or at least simple joins) but I don't think we actually need to join on this field....

It makes sense to do this on ingestion as long as it's a field that is checked/updated on every ingest cycle rather than only when new. It could be the...

I was just chatting with @maxxfrazer about an issue he's having with generating a package collection and it became clear that we should approach this change with some caution as...

@maxxfrazer let me know that [this bug](https://github.com/apple/swift-package-manager/issues/4394) has now [been fixed](https://github.com/apple/swift-package-manager/pull/3810). I think the 5.7 releases have already been frozen, but let's keep an eye on this for 5.8/6.0.

Just re-analysed Facebook too, and it has now flagged the default branch version correctly. I have merged #1946 to gate the display of the flag so we're able to roll...