JuliaParallel / JuliaParallel/DistributedArrays.jl
Function name `scatter` conflics
未关闭
- 主要语言
- Julia
- 星标
- 205
- 派生
- 34
- PR 合并指标
- 30 天内没有已合并 PR
描述
The function name `scatter` in DistributedArrays conflicts with the `scatter` function in, say, 80% of all julia's plotting packages (for making scatter plots). Would it be possible to rename to something unambiguous, such as `distribute`?
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位 DistributedArrays 中 `scatter` 的定义及其调用方,然后检查公共 API 如何暴露该名称。确定受影响的用法和兼容性范围,以便进行明确无歧义的替换,并验证重命名后的入口点及相关的包行为仍由现有测试覆盖。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia
- 领域
- distributed-systems
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100