The REPL's ,doc v feature (previously (help v)) doesn't find documentation for v when it was defined at top-level, it only works for module-level definitions.
The relevant code has been stable for a long time, and this doesn't work on the earliest Gradle-buildable commit. Frankly I'm not sure that it ever worked, and the use case seems limited.
A disabled test case was added here in ReplDocTest.
The REPL's
,doc vfeature (previously(help v)) doesn't find documentation forvwhen it was defined at top-level, it only works for module-level definitions.The relevant code has been stable for a long time, and this doesn't work on the earliest Gradle-buildable commit. Frankly I'm not sure that it ever worked, and the use case seems limited.
A disabled test case was added here in
ReplDocTest.