scala/scala3
在 GitHub 查看Implement binding of the values in dotty.tools.repl.ReplDriver.bind
Open
#5,069 创建于 2018年9月2日
area:replhelp wanteditype:enhancement
仓库指标
- Star
- (6,247 star)
- PR 合并指标
- (平均合并 18天 14小时) (30 天内合并 133 个 PR)
描述
#4933 currently uses stub to perform value binding during initialization commands. After it is merged, actual binding should be performed.
This issue is a follow up to #3007