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