-
I tried to solve this by avoiding auto_path and auto_load for safe interpreters and simply
sourcing the files. This does not work either. My suspicion is that [info script] does not
return a valid file name, but I still have to check that - puts is not very helpful in safe
interpreters, I probably have to alias it.
2009-11-20 08:54:30 UTC by arjenmarkus
-
Fixed in 0.6.3 - protecting against very large negative arguments for the exponential function.
2009-11-18 08:00:15 UTC by arjenmarkus
-
The problem can no longer be reproduced - so closing the issue.
2009-11-18 07:27:55 UTC by arjenmarkus
-
Actually no. On the boxes where I have tested tcllib I haven't seen any errors in math except for the beta-distribution thing which I reported a few days ago and you have already corrected. I guess that we can close this as 'out of date' or 'invalid'.
2009-11-17 17:06:54 UTC by andreas_kupries
-
Note the following in the original description
> LOG: {ERROR for slave interp0 : invalid command name "pwd"}
pwd is a forbidden command in a safe interp.
The problem is likely
math.tcl:36: variable home [file join [pwd] [file dirname [info script]]]
and later
if {[lsearch -exact $::auto_path $home] == -1} {
lappend ::auto_path $home
I am not sure why this...
2009-11-17 17:05:08 UTC by andreas_kupries
-
Retried on the same solaris box with your change.
Success. Test is ok now.
2009-11-17 17:01:31 UTC by andreas_kupries
-
I have tried a SafeBase interpreter - it works for a package like math::statistics, but it fails for math itself. The error message is uninformative: script error.
This needs some further investigation.
2009-11-17 14:42:32 UTC by arjenmarkus
-
The problem is not that the extra points introduced for an already closed polygon get in the way, but the specific choice of the "point far away". The round coordinates I chose for my
test case make the point intersect two sides at the vertices.
This is a corner case that needs to be solved!
2009-11-17 10:08:01 UTC by arjenmarkus
-
Anything new on this issue?.
2009-11-17 10:05:24 UTC by arjenmarkus
-
Fixed in 0.6.3 - if the test succeeds on Solaris, then we can close this issue.
2009-11-17 10:03:47 UTC by arjenmarkus