You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like some deprecated keywords throw errors when searching with the REPL help
help?> abstract
ERROR: Invalid @var syntax `incomplete: premature end of input`.
help?> typealias
ERROR: Invalid @var syntax `incomplete: premature end of input`.
help?> type
ERROR: Invalid @var syntax `incomplete: premature end of input`.
help?> immutable
ERROR: Invalid @var syntax `incomplete: premature end of input`.
The text was updated successfully, but these errors were encountered:
yuyichao
changed the title
help?> with deprecated bindings throws ERROR: Invalid @var syntax
help?> with deprecated keywords throws ERROR: Invalid @var syntax
Jun 27, 2017
Looks like some deprecated keywords throw errors when searching with the REPL help
The text was updated successfully, but these errors were encountered: