ClojureCalc icon indicating copy to clipboard operation
ClojureCalc copied to clipboard

Show confirm dialog before execute!!!

Open beothorn opened this issue 10 years ago • 0 comments

The addin does not give a warning before executing clojure code. This is obviously dangerous, see for example:

=CLJEVAL("(use 'clojure.java.io) (with-open [wrtr (writer '''/tmp/test.txt''')]   (.write wrtr '''line to be written''')) ")

A confirm dialog should be shown (only once when opening the spreadsheet) before running any code.

beothorn avatar Aug 15 '15 15:08 beothorn