haskell / haskell/hackage-server
Should CabalFileText and BackupByteString wrap strict ByteStrings?
Open
- Dominant language
- Haskell
- Stars
- 467
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
```haskell
data BackupEntry =
BackupByteString [FilePath] ByteString
| BackupBlob [FilePath] BlobId
newtype CabalFileText = CabalFileText { cabalFileByteString :: ByteString }
```
Both `ByteString`s here are lazy ones. Isn't it asking for trouble with file descriptors?..
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.