Closed borkdude closed 4 years ago
Most of them are fixed. Not sure what to do with these:
$ lein check
Compiling namespace lanterna.common
Compiling namespace lanterna.constants
Compiling namespace lanterna.screen
Reflection warning, lanterna/screen.clj:34:26 - reference to field getTerminal on com.googlecode.lanterna.screen.Screen can't be resolved.
Reflection warning, lanterna/screen.clj:40:29 - reference to field getTerminal on com.googlecode.lanterna.screen.Screen can't be resolved.
Compiling namespace lanterna.terminal
Reflection warning, lanterna/screen.clj:34:26 - reference to field getTerminal on com.googlecode.lanterna.screen.Screen can't be resolved. Reflection warning, lanterna/screen.clj:40:29 - reference to field getTerminal on com.googlecode.lanterna.screen.Screen can't be resolved.
These probably need to be hinted as ^TerminalScreen
since Screen
doesn't implement this method
Yep, that was it 👍
Currently
lein check
gives: