Page MenuHomePhabricator

[keyserver] Fix JSONStream types
ClosedPublic

Authored by ashoat on Dec 21 2022, 8:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 8:10 AM
Unknown Object (File)
Thu, Apr 25, 8:10 AM
Unknown Object (File)
Thu, Apr 25, 8:09 AM
Unknown Object (File)
Thu, Apr 25, 8:09 AM
Unknown Object (File)
Thu, Apr 25, 8:09 AM
Unknown Object (File)
Apr 8 2024, 5:12 AM
Unknown Object (File)
Mar 17 2024, 10:39 PM
Unknown Object (File)
Mar 5 2024, 6:34 AM
Subscribers
None

Details

Summary

No need to talk explicitly about Promises here... ultimately it's a mixed type.

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Dec 21 2022, 8:25 PM
Harbormaster failed remote builds in B14652: Diff 19988!
tomek added inline comments.
keyserver/src/utils/json-stream.js
8–10 ↗(On Diff #19997)

input is the only place where type parameter is used so maybe we can make this an ordinary function (non-generic)?

This revision is now accepted and ready to land.Dec 22 2022, 8:12 AM

Get rid of unnecessary type params

This revision was automatically updated to reflect the committed changes.