groovysh easily breaks
Sistemas Jaguar <[email protected]> Wed, 30 Apr 2025 12:06:06 +0000
| Newsgroups | gmane.comp.lang.groovy.user |
|---|---|
| Message-ID | <4YcpaLgbkonh0OsCwBq8PjM8sXPlmGn6BEhPWJsLD2JK1RMnB0auaIfyB6FCvgKBm8QJe9VM8IoQQKvY3T0Puj-Cf-jZRHjuf5ZOdxEwPrg=@proton.me> |
If an incorrect command is entered the REPL stops working:
Groovy Shell (4.0.26, JVM: 1.8.0_432)
Type ':help' or ':h' for help.--------------------------------------------------------------------------------------------------------
groovy:000> System.getProperty("java.version")
===> 1.8.0_432
groovy:000> println "Hello"
Hello===> null
groovy:000> a=[
groovy:001> println "Hello"
groovy:002> System.getProperty("java.version")
groovy:003> a=[:]
groovy:004>
After 'a=[' other than commands (:command syntax), the REPL seens to break requiring a restart, which is frustrating and time consuming to say the least.
Am I missing something?
Thanks.
Linux kiwi 6.1.0-34-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.135-1 (2025-04-25) x86_64 GNU/Linux