Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell
Apache License 2.0
587 stars 36 forks source link

Illegal reflective access warning #83

Closed elect86 closed 2 years ago

elect86 commented 2 years ago

As soon as I try the autocompletion I get:

elect@5800x:~/Downloads/ki-shell-0.3.2-archive/ki/bin$ ./ki.sh 
ki-shell 0.3/1.4.21
type :h for help
[0] sequenWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jetbrains.kotlin.com.intellij.util.ReflectionUtil (file:/home/elect/Downloads/ki-shell-0.3.2-archive/ki/lib/ki-shell-0.3.2.jar) to method java.util.ResourceBundle.setParent(java.util.ResourceBundle)
WARNING: Please consider reporting this to the maintainers of org.jetbrains.kotlin.com.intellij.util.ReflectionUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

Later autocompletions are fine though

elect86 commented 2 years ago

Solved in 0.3.3

doneill commented 2 years ago

When will it be updated with brew installer? Having issues with the latest ki-shell 0.3/1.4.32

doneill commented 2 years ago

Looks like it is updated ki 0.3.3_1 already installed, I will create a new issue