scala/scala3
View on GitHubImplement binding of the values in dotty.tools.repl.ReplDriver.bind
Open
#5,069 opened on Sep 2, 2018
area:replhelp wanteditype:enhancement
Repository metrics
- Stars
- (6,247 stars)
- PR merge metrics
- (Avg merge 18d 14h) (133 merged PRs in 30d)
Description
#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