haskell / haskell/binary

Consider using Int64 throughout the API

未关闭
#53 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Haskell
星标
120
派生
70
PR 合并指标
30 天内没有已合并 PR

描述

We use `Int` in a lot of places, but Haskell only guarantees 29 bits, and 28 bits of positive integers, or referring up to 256MB.
We should consider using `Int64` instead of relying on having >28bits.

贡献指南

这个仓库没有索引到贡献指南

调研方向

未指定任何文件、测试或入口点。首先审查公共 API 对 Int 的使用,以及将其更改为 Int64 所带来的兼容性影响;完成的标准是已确定受影响的范围和整数宽度决策,并已一致地应用。

由索引模型根据 Issue 内容生成。

评估

技术栈
haskell
领域
api
Issue 类型
重构
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
20/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。