enhancementgood first issuemojomojo-stdlib
仓库指标
- Star
- (26,262 star)
- PR 合并指标
- (平均合并 6分钟) (30 天内合并 1 个 PR)
描述
Review Mojo's priorities
- I have read the roadmap and priorities and I believe this request falls within the priorities.
What is your request?
After the change making UInt an alias for Scalar[DType.uindex] printing any collection of UInt gives e.g. [SIMD[DType.uindex, 1](1), ...]. I think we should make the printing of scalars use the aliases that we have, since IMO this introduces too much visual noise when debugging for no apparent benefit beyond making a parser for this a bit simpler. IMO it's a change that will be worth it.
What is your motivation for this change?
...
Any other details?
...