aboutsummaryrefslogtreecommitdiff
path: root/BUGS
blob: 63110895acbb0ff0855003a2e6a5d732160cdf78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Known bugs:

EXPR: || and && are not lazy. ?: is not implemented. Double math not
      implemented. Functions like sin(), cos(), not implemented.

jim::libPath variable is accessed in the local context instead than
globally, so the [load] command will fail inside procs.

[subst] ingores special meaning of JIM_BREAK and alike.

[info level ?level?] takes the level argument like [uplevel], but
it should be different, positive is absolute, negative is relative.