Fix some problems with KissInterp2
Some checks failed
CI / test (push) Failing after 16s
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 46s
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 38s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 1m10s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 47s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 1m12s
Some checks failed
CI / test (push) Failing after 16s
CI / test-core (14, ubuntu-latest, 3.x, cpp) (push) Failing after 46s
CI / test-core (14, ubuntu-latest, 3.x, js) (push) Failing after 38s
CI / test-core (14, ubuntu-latest, 3.x, interp) (push) Failing after 1m10s
CI / test-core (14, ubuntu-latest, 3.x, nodejs) (push) Failing after 47s
CI / test-core (14, ubuntu-latest, 3.x, py) (push) Failing after 1m12s
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
->container
|
||||
(evalCC (second args)
|
||||
->key
|
||||
(cc (container.get key))))
|
||||
(cc (.get (cast container Map<String,Dynamic>) key))))
|
||||
=>"lambda"
|
||||
->[args cc]
|
||||
(let [argExps (Prelude.argList (first args) "lambda") bodyExps (rest args)]
|
||||
@@ -221,7 +221,7 @@
|
||||
((CallExp callable args)
|
||||
(evalCC callable ->f {
|
||||
(_evalAllCC args ->values
|
||||
(case callable
|
||||
(case (transformToFieldExp callable)
|
||||
// Method call
|
||||
((object def (FieldExp field obj safe))
|
||||
(evalCC obj ->o {
|
||||
|
||||
Reference in New Issue
Block a user