Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 46s
Every .sxbc shipped with `:bytecode (nil nil ...)` and `:arity nil`, so the WASM
kernel's vm.sx hit "VM: unknown opcode 0" on every module and fell back to .sx
source (slower, noisy console). Root cause: `raw_serialize` in the `compile-blob`
command (sx_server.ml) handles `Number` but not `Integer`, and bytecode opcodes +
arity/upvalue-count are `Integer`s — so they fell through to the `_ -> "nil"`
catch-all and serialized as nil. Same class of bug as the value_to_js Integer gap
(689dae7d). It went unnoticed because source-fallback masks it. Add the Integer
case and regenerate: the web stack now loads entirely from bytecode (0 unknown-
opcode warnings, 0 source fallbacks), boost + SPA unchanged. compiler.sx in the
bundle was also stale — re-synced to the canonical lib/compiler.sx.
Verified: native host conformance 271/271; chromium boots with 0 unknown-opcode
warnings + 0 source-fallback loads; spa-check still passes (boost 6/6, fragment
swap). Prereq for content-addressing the assets (caching real bytecode, not nil).
4 lines
17 KiB
Plaintext
4 lines
17 KiB
Plaintext
(sxbc 1 "f9c42d6a634c0a3e"
|
|
(code
|
|
:constants ("render-to-sx" {:upvalue-count 0 :arity 2 :constants ("aser" "type-of" "sx-expr" "sx-expr-source" "string" "serialize") :bytecode (20 0 0 16 0 16 1 48 2 17 2 16 2 52 1 0 1 1 2 0 164 33 9 0 16 2 52 3 0 1 32 24 0 16 2 52 1 0 1 1 4 0 164 33 5 0 16 2 32 6 0 16 2 52 5 0 1 50)} "aser" {:upvalue-count 0 :arity 2 :constants ("set-render-active!" "type-of" "number" "=" "string" "boolean" "nil" "symbol" "symbol-name" "env-has?" "env-get" "primitive?" "get-primitive" "true" "false" "Undefined symbol: " "str" "error" "keyword" "keyword-name" "list" "empty?" "aser-list" "spread" "element-attrs" "spread-attrs" "scope-emit!" "spread?") :bytecode (3 52 0 0 1 5 16 0 52 1 0 1 6 1 2 0 52 3 0 2 33 6 0 5 16 0 32 3 1 6 1 4 0 52 3 0 2 33 6 0 5 16 0 32 242 0 6 1 5 0 52 3 0 2 33 6 0 5 16 0 32 225 0 6 1 6 0 52 3 0 2 33 5 0 5 2 32 209 0 6 1 7 0 52 3 0 2 33 104 0 5 16 0 52 8 0 1 17 2 16 1 16 2 52 9 0 2 33 11 0 16 1 16 2 52 10 0 2 32 70 0 16 2 52 11 0 1 33 9 0 16 2 52 12 0 1 32 52 0 16 2 1 13 0 164 33 4 0 3 32 39 0 16 2 1 14 0 164 33 4 0 4 32 26 0 16 2 1 6 0 164 33 4 0 2 32 13 0 1 15 0 16 2 52 16 0 2 52 17 0 1 32 94 0 6 1 18 0 52 3 0 2 33 10 0 5 16 0 52 19 0 1 32 73 0 6 1 20 0 52 3 0 2 33 29 0 5 16 0 52 21 0 1 33 7 0 52 20 0 0 32 9 0 20 22 0 16 0 16 1 48 2 32 33 0 6 1 23 0 52 3 0 2 33 19 0 5 1 24 0 16 0 52 25 0 1 52 26 0 2 5 2 32 3 0 5 16 0 17 2 16 2 52 27 0 1 33 18 0 1 24 0 16 2 52 25 0 1 52 26 0 2 5 2 32 2 0 16 2 50)} "aser-list" {:upvalue-count 0 :arity 2 :constants ("type-of" "symbol" {:upvalue-count 1 :arity 1 :constants ("aser") :bytecode (20 0 0 16 0 18 0 49 2 50)} "map" "symbol-name" "<>" "aser-fragment" "raw!" "aser-call" "~" "starts-with?" "env-has?" "env-get" "expand-components?" "macro?" "aser" "expand-macro" "component?" "island?" "component-affinity" "server" "client" "aser-expand-component" "lake" "marsh" "error-boundary" 1 {:upvalue-count 2 :arity 0 :constants ("" {:upvalue-count 1 :arity 1 :constants ("aser" "type-of" "sx-expr" "sx-expr-source" "nil?" "" "serialize") :bytecode (20 0 0 16 0 18 0 48 2 17 1 16 1 52 1 0 1 1 2 0 164 33 9 0 16 1 52 3 0 1 32 21 0 16 1 52 4 0 1 33 6 0 1 5 0 32 6 0 16 1 52 6 0 1 50)} "map" "join") :bytecode (1 0 0 51 1 0 0 0 18 1 52 2 0 2 52 3 0 2 50)} {:upvalue-count 1 :arity 1 :constants ("str") :bytecode (16 0 52 0 0 1 19 0 5 2 50)} "try-catch" "(error-boundary " ")" "str" "make-sx-expr" "(div :data-sx-boundary \"true\" " "(div :class \"sx-render-error\" " ":style \"color:red;font-size:0.875rem;padding:0.5rem;border:1px solid red;border-radius:0.25rem;margin:0.5rem 0;\" " "\"Render error: " "\"" "'" "replace" "\\" "\\\\" "\"))" "HTML_TAGS" "contains?" "special-form?" "ho-form?" "aser-special" "eval-expr" "trampoline" {:upvalue-count 1 :arity 1 :constants ("eval-expr" "trampoline") :bytecode (16 0 18 0 52 0 0 2 52 1 0 1 50)} "callable?" "lambda?" "apply" "call-lambda" "component-name" "Not callable: " "inspect" "error") :bytecode (16 0 169 17 2 16 0 170 17 3 16 2 52 0 0 1 1 1 0 164 167 33 14 0 51 2 0 1 1 16 0 52 3 0 2 32 214 2 16 2 52 4 0 1 17 4 16 4 1 5 0 164 33 12 0 20 6 0 16 3 16 1 49 2 32 185 2 16 4 1 7 0 164 33 15 0 20 8 0 1 7 0 16 3 16 1 49 3 32 161 2 16 4 1 9 0 52 10 0 2 33 178 0 16 1 16 4 52 11 0 2 33 11 0 16 1 16 4 52 12 0 2 32 1 0 2 17 5 16 1 1 13 0 52 11 0 2 33 8 0 20 13 0 48 0 32 1 0 4 17 6 16 5 6 33 7 0 5 16 5 52 14 0 1 33 20 0 20 15 0 16 5 16 3 16 1 52 16 0 3 16 1 49 2 32 91 0 16 5 6 33 57 0 5 16 5 52 17 0 1 6 33 46 0 5 16 5 52 18 0 1 167 6 33 34 0 5 16 6 6 34 11 0 5 16 5 52 19 0 1 1 20 0 164 6 33 12 0 5 16 5 52 19 0 1 1 21 0 164 167 33 14 0 20 22 0 16 5 16 3 16 1 49 3 32 11 0 20 8 0 16 4 16 3 16 1 49 3 32 227 1 16 4 1 23 0 164 33 14 0 20 8 0 16 4 16 3 16 1 49 3 32 204 1 16 4 1 24 0 164 33 14 0 20 8 0 16 4 16 3 16 1 49 3 32 181 1 16 4 1 25 0 164 33 117 0 16 3 168 1 26 0 166 17 5 16 5 33 6 0 16 3 170 32 2 0 16 3 17 6 2 17 7 51 27 0 1 1 1 6 51 28 0 1 7 52 29 0 2 17 8 16 8 33 19 0 1 30 0 16 8 1 31 0 52 32 0 3 52 33 0 1 32 45 0 1 34 0 1 35 0 1 36 0 1 37 0 16 7 1 38 0 1 39 0 52 40 0 3 1 41 0 1 42 0 52 40 0 3 1 43 0 52 32 0 6 52 33 0 1 32 55 1 20 44 0 16 4 52 45 0 2 33 14 0 20 8 0 16 4 16 3 16 1 49 3 32 29 1 20 46 0 16 4 48 1 6 34 8 0 5 20 47 0 16 4 48 1 33 14 0 20 48 0 16 4 16 0 16 1 49 3 32 249 0 16 1 16 4 52 11 0 2 6 33 13 0 5 16 1 16 4 52 12 0 2 52 14 0 1 33 26 0 20 15 0 16 1 16 4 52 12 0 2 16 3 16 1 52 16 0 3 16 1 49 2 32 195 0 16 2 16 1 52 49 0 2 52 50 0 1 17 5 51 51 0 1 1 16 3 52 3 0 2 17 6 20 52 0 16 5 48 1 6 33 32 0 5 16 5 52 53 0 1 167 6 33 20 0 5 16 5 52 17 0 1 167 6 33 8 0 5 16 5 52 18 0 1 167 33 11 0 16 5 16 6 52 54 0 2 32 111 0 16 5 52 53 0 1 33 17 0 16 5 16 6 16 1 52 55 0 3 52 50 0 1 32 85 0 16 5 52 17 0 1 33 25 0 20 8 0 1 9 0 16 5 52 56 0 1 52 32 0 2 16 3 16 1 49 3 32 51 0 16 5 52 18 0 1 33 25 0 20 8 0 1 9 0 16 5 52 56 0 1 52 32 0 2 16 3 16 1 49 3 32 17 0 1 57 0 16 5 52 58 0 1 52 32 0 2 52 59 0 1 50)} "aser-reserialize" {:upvalue-count 0 :arity 1 :constants ("type-of" "list" "serialize" "empty?" "()" "symbol" "symbol-name" 0 {:upvalue-count 4 :arity 1 :constants ("inc" "type-of" "string" " " "contains?" "class" "starts-with?" "id" "sx-" "data-" "style" "href" "src" "type" "name" "value" "placeholder" "action" "method" "target" "role" "for" "on" ":" "str" "append!" "nth" "serialize" "aser-reserialize") :bytecode (18 0 33 15 0 4 19 0 5 18 1 52 0 0 1 19 1 32 101 1 16 0 52 1 0 1 1 2 0 164 6 33 8 1 5 18 1 52 0 0 1 18 2 168 165 6 33 249 0 5 16 0 1 3 0 52 4 0 2 167 6 33 234 0 5 16 0 1 5 0 52 6 0 2 6 34 220 0 5 16 0 1 7 0 52 6 0 2 6 34 206 0 5 16 0 1 8 0 52 6 0 2 6 34 192 0 5 16 0 1 9 0 52 6 0 2 6 34 178 0 5 16 0 1 10 0 52 6 0 2 6 34 164 0 5 16 0 1 11 0 52 6 0 2 6 34 150 0 5 16 0 1 12 0 52 6 0 2 6 34 136 0 5 16 0 1 13 0 52 6 0 2 6 34 122 0 5 16 0 1 14 0 52 6 0 2 6 34 108 0 5 16 0 1 15 0 52 6 0 2 6 34 94 0 5 16 0 1 16 0 52 6 0 2 6 34 80 0 5 16 0 1 17 0 52 6 0 2 6 34 66 0 5 16 0 1 18 0 52 6 0 2 6 34 52 0 5 16 0 1 19 0 52 6 0 2 6 34 38 0 5 16 0 1 20 0 52 6 0 2 6 34 24 0 5 16 0 1 21 0 52 6 0 2 6 34 10 0 5 16 0 1 22 0 52 6 0 2 33 54 0 18 3 1 23 0 16 0 52 24 0 2 52 25 0 2 5 18 3 18 2 18 1 52 0 0 1 52 26 0 2 52 27 0 1 52 25 0 2 5 3 19 0 5 18 1 52 0 0 1 19 1 32 22 0 18 3 20 28 0 16 0 48 1 52 25 0 2 5 18 1 52 0 0 1 19 1 50)} "for-each" "(" " " "join" ")" "str") :bytecode (16 0 52 0 0 1 1 1 0 164 167 33 9 0 16 0 52 2 0 1 32 109 0 16 0 52 3 0 1 33 6 0 1 4 0 32 94 0 16 0 169 17 1 16 1 52 0 0 1 1 5 0 164 167 33 9 0 16 0 52 2 0 1 32 66 0 16 1 52 6 0 1 17 2 16 2 52 1 0 1 17 3 16 0 170 17 4 4 17 5 1 7 0 17 6 51 8 0 1 5 1 6 1 4 1 3 16 4 52 9 0 2 5 1 10 0 1 11 0 16 3 52 12 0 2 1 13 0 52 14 0 3 50)} "aser-fragment" {:upvalue-count 0 :arity 2 :constants ("list" {:upvalue-count 2 :arity 1 :constants ("aser" "nil?" "type-of" "sx-expr" "sx-expr-source" "append!" "list" {:upvalue-count 1 :arity 1 :constants ("nil?" "type-of" "sx-expr" "sx-expr-source" "append!" "aser-reserialize") :bytecode (16 0 52 0 0 1 167 33 44 0 16 0 52 1 0 1 1 2 0 164 33 15 0 18 0 16 0 52 3 0 1 52 4 0 2 32 13 0 18 0 20 5 0 16 0 48 1 52 4 0 2 32 1 0 2 50)} "for-each" "serialize") :bytecode (20 0 0 16 0 18 0 48 2 17 1 16 1 52 1 0 1 33 4 0 2 32 67 0 16 1 52 2 0 1 1 3 0 164 33 15 0 18 1 16 1 52 4 0 1 52 5 0 2 32 39 0 16 1 52 2 0 1 1 6 0 164 33 14 0 51 7 0 0 1 16 1 52 8 0 2 32 12 0 18 1 16 1 52 9 0 1 52 5 0 2 50)} "for-each" "empty?" "" 1 "make-sx-expr" "(<> " " " "join" ")" "str") :bytecode (52 0 0 0 17 2 51 1 0 1 1 1 2 16 0 52 2 0 2 5 16 2 52 3 0 1 33 6 0 1 4 0 32 43 0 16 2 168 1 5 0 164 33 10 0 16 2 169 52 6 0 1 32 23 0 1 7 0 1 8 0 16 2 52 9 0 2 1 10 0 52 11 0 3 52 6 0 1 50)} "aser-call" {:upvalue-count 0 :arity 3 :constants ("list" 0 "element-attrs" "scope-push!" {:upvalue-count 6 :arity 1 :constants ("inc" "type-of" "keyword" "aser" "nth" "nil?" ":" "keyword-name" "str" "append!" "sx-expr" "sx-expr-source" "serialize" "list" {:upvalue-count 1 :arity 1 :constants ("nil?" "type-of" "sx-expr" "sx-expr-source" "append!" "serialize") :bytecode (16 0 52 0 0 1 167 33 43 0 16 0 52 1 0 1 1 2 0 164 33 15 0 18 0 16 0 52 3 0 1 52 4 0 2 32 12 0 18 0 16 0 52 5 0 1 52 4 0 2 32 1 0 2 50)} "for-each") :bytecode (18 0 33 15 0 4 19 0 5 18 1 52 0 0 1 19 1 32 240 0 16 0 52 1 0 1 1 2 0 164 6 33 11 0 5 18 1 52 0 0 1 18 2 168 165 33 111 0 20 3 0 18 2 18 1 52 0 0 1 52 4 0 2 18 3 48 2 17 1 16 1 52 5 0 1 167 33 63 0 18 4 1 6 0 16 0 52 7 0 1 52 8 0 2 52 9 0 2 5 16 1 52 1 0 1 1 10 0 164 33 15 0 18 4 16 1 52 11 0 1 52 9 0 2 32 12 0 18 4 16 1 52 12 0 1 52 9 0 2 32 1 0 2 5 3 19 0 5 18 1 52 0 0 1 19 1 32 101 0 20 3 0 16 0 18 3 48 2 17 1 16 1 52 5 0 1 167 33 70 0 16 1 52 1 0 1 1 10 0 164 33 15 0 18 5 16 1 52 11 0 1 52 9 0 2 32 39 0 16 1 52 1 0 1 1 13 0 164 33 14 0 51 14 0 0 5 16 1 52 15 0 2 32 12 0 18 5 16 1 52 12 0 1 52 9 0 2 32 1 0 2 5 18 1 52 0 0 1 19 1 50)} "for-each" {:upvalue-count 1 :arity 1 :constants ({:upvalue-count 2 :arity 1 :constants ("dict-get" ":" "str" "append!" "serialize") :bytecode (18 0 16 0 52 0 0 2 17 1 18 1 1 1 0 16 0 52 2 0 2 52 3 0 2 5 18 1 16 1 52 4 0 1 52 3 0 2 50)} "keys" "for-each") :bytecode (51 0 0 1 0 0 0 16 0 52 1 0 1 52 2 0 2 50)} "scope-peek" "scope-pop!" "concat" "(" " " "join" ")" "str" "make-sx-expr") :bytecode (52 0 0 0 17 3 52 0 0 0 17 4 4 17 5 1 1 0 17 6 1 2 0 2 52 3 0 2 5 51 4 0 1 5 1 6 1 1 1 2 1 3 1 4 16 1 52 5 0 2 5 51 6 0 1 3 1 2 0 52 7 0 1 52 5 0 2 5 1 2 0 52 8 0 1 5 16 0 52 0 0 1 16 3 16 4 52 9 0 3 17 7 1 10 0 1 11 0 16 7 52 12 0 2 1 13 0 52 14 0 3 52 15 0 1 50)} "aser-expand-component" {:upvalue-count 0 :arity 3 :constants ("component-params" "component-closure" "env-merge" 0 "list" {:upvalue-count 1 :arity 1 :constants ("env-bind!") :bytecode (18 0 16 0 2 52 0 0 3 50)} "for-each" {:upvalue-count 6 :arity 1 :constants ("inc" "type-of" "keyword" "keyword-name" "aser" "nth" "env-bind!" "append!") :bytecode (18 0 33 15 0 4 19 0 5 18 1 52 0 0 1 19 1 32 92 0 16 0 52 1 0 1 1 2 0 164 6 33 11 0 5 18 1 52 0 0 1 18 2 168 165 33 47 0 18 3 16 0 52 3 0 1 20 4 0 18 2 18 1 52 0 0 1 52 5 0 2 18 4 48 2 52 6 0 3 5 3 19 0 5 18 1 52 0 0 1 19 1 32 17 0 18 5 16 0 52 7 0 2 5 18 1 52 0 0 1 19 1 50)} "component-has-children" {:upvalue-count 1 :arity 1 :constants ("aser") :bytecode (20 0 0 16 0 18 0 49 2 50)} "map" "children" 1 "env-bind!" "aser" "component-body") :bytecode (16 0 52 0 0 1 17 3 16 2 16 0 52 1 0 1 52 2 0 2 17 4 1 3 0 17 5 4 17 6 52 4 0 0 17 7 51 5 0 1 4 16 3 52 6 0 2 5 51 7 0 1 6 1 5 1 1 1 4 1 2 1 7 16 1 52 6 0 2 5 16 0 52 8 0 1 33 43 0 51 9 0 1 2 16 7 52 10 0 2 17 8 16 4 1 11 0 16 8 168 1 12 0 164 33 6 0 16 8 169 32 2 0 16 8 52 13 0 3 32 1 0 2 5 20 14 0 16 0 52 15 0 1 16 4 49 2 50)} "SPECIAL_FORM_NAMES" "if" "when" "cond" "case" "and" "or" "let" "let*" "lambda" "fn" "define" "defcomp" "defmacro" "defstyle" "defhandler" "defpage" "defquery" "defaction" "defrelation" "begin" "do" "quote" "quasiquote" "->" "set!" "letrec" "dynamic-wind" "defisland" "deftype" "defeffect" "scope" "provide" "context" "emit!" "emitted" "list" "HO_FORM_NAMES" "map" "map-indexed" "filter" "reduce" "some" "every?" "for-each" "special-form?" {:upvalue-count 0 :arity 1 :constants ("SPECIAL_FORM_NAMES" "contains?") :bytecode (20 0 0 16 0 52 1 0 2 50)} "ho-form?" {:upvalue-count 0 :arity 1 :constants ("HO_FORM_NAMES" "contains?") :bytecode (20 0 0 16 0 52 1 0 2 50)} "aser-special" {:upvalue-count 0 :arity 3 :constants ("if" "eval-expr" "trampoline" "aser" 1 "nth" 2 "when" {:upvalue-count 2 :arity 1 :constants ("aser") :bytecode (20 0 0 16 0 18 1 48 2 19 0 50)} "for-each" "cond" "eval-cond" "case" "eval-case-aser" "let" "let*" "process-bindings" "begin" "do" "and" {:upvalue-count 2 :arity 1 :constants ("eval-expr" "trampoline") :bytecode (16 0 18 1 52 0 0 2 52 1 0 1 19 0 5 18 0 167 50)} "some" "or" {:upvalue-count 2 :arity 1 :constants ("eval-expr" "trampoline") :bytecode (16 0 18 1 52 0 0 2 52 1 0 1 19 0 5 18 0 50)} "map" {:upvalue-count 1 :arity 1 :constants ("lambda?" "lambda-closure" "env-extend" "lambda-params" "env-bind!" "aser" "lambda-body" "list" "cek-call") :bytecode (18 0 52 0 0 1 33 44 0 18 0 52 1 0 1 52 2 0 1 17 1 16 1 18 0 52 3 0 1 169 16 0 52 4 0 3 5 20 5 0 18 0 52 6 0 1 16 1 49 2 32 12 0 18 0 16 0 52 7 0 1 52 8 0 2 50)} "aser-fragment" "map-indexed" {:upvalue-count 2 :arity 2 :constants ("lambda?" "lambda-closure" "env-merge" "lambda-params" "env-bind!" 1 "nth" "aser" "lambda-body" "list" "cek-call") :bytecode (18 0 52 0 0 1 33 68 0 18 0 52 1 0 1 18 1 52 2 0 2 17 2 16 2 18 0 52 3 0 1 169 16 0 52 4 0 3 5 16 2 18 0 52 3 0 1 1 5 0 52 6 0 2 16 1 52 4 0 3 5 20 7 0 18 0 52 8 0 1 16 2 49 2 32 14 0 18 0 16 0 16 1 52 9 0 2 52 10 0 2 50)} "list" {:upvalue-count 3 :arity 1 :constants ("lambda?" "lambda-closure" "env-merge" "lambda-params" "env-bind!" "aser" "lambda-body" "append!" "list" "cek-call") :bytecode (18 0 52 0 0 1 33 52 0 18 0 52 1 0 1 18 1 52 2 0 2 17 1 16 1 18 0 52 3 0 1 169 16 0 52 4 0 3 5 18 2 20 5 0 18 0 52 6 0 1 16 1 48 2 52 7 0 2 32 12 0 18 0 16 0 52 8 0 1 52 9 0 2 50)} "empty?" "defisland" "serialize" "define" "defcomp" "defmacro" "defstyle" "defhandler" "defpage" "defquery" "defaction" "defrelation" "deftype" "defeffect" "scope" ">=" "type-of" "keyword" "keyword-name" "value" "slice" "scope-push!" "scope-pop!" "provide" "context" "scope-peek" "nil?" "emit!" "scope-emit!" "emitted") :bytecode (16 1 170 17 3 16 0 1 0 0 164 33 68 0 16 3 169 16 2 52 1 0 2 52 2 0 1 33 19 0 20 3 0 16 3 1 4 0 52 5 0 2 16 2 49 2 32 30 0 16 3 168 1 6 0 166 33 19 0 20 3 0 16 3 1 6 0 52 5 0 2 16 2 49 2 32 1 0 2 32 105 4 16 0 1 7 0 164 33 44 0 16 3 169 16 2 52 1 0 2 52 2 0 1 167 33 4 0 2 32 20 0 2 17 4 51 8 0 1 4 1 2 16 3 170 52 9 0 2 5 16 4 32 52 4 16 0 1 10 0 164 33 32 0 20 11 0 16 3 16 2 48 2 17 4 16 4 33 12 0 20 3 0 16 4 16 2 49 2 32 1 0 2 32 11 4 16 0 1 12 0 164 33 34 0 16 3 169 16 2 52 1 0 2 52 2 0 1 17 4 16 3 170 17 5 20 13 0 16 4 16 5 16 2 49 3 32 224 3 16 0 1 14 0 164 6 34 7 0 5 16 0 1 15 0 164 33 35 0 20 16 0 16 3 169 16 2 48 2 17 4 2 17 5 51 8 0 1 5 1 4 16 3 170 52 9 0 2 5 16 5 32 169 3 16 0 1 17 0 164 6 34 7 0 5 16 0 1 18 0 164 33 22 0 2 17 4 51 8 0 1 4 1 2 16 3 52 9 0 2 5 16 4 32 127 3 16 0 1 19 0 164 33 22 0 3 17 4 51 20 0 1 4 1 2 16 3 52 21 0 2 5 16 4 32 96 3 16 0 1 22 0 164 33 22 0 4 17 4 51 23 0 1 4 1 2 16 3 52 21 0 2 5 16 4 32 65 3 16 0 1 24 0 164 33 61 0 16 3 169 16 2 52 1 0 2 52 2 0 1 17 4 16 3 1 4 0 52 5 0 2 16 2 52 1 0 2 52 2 0 1 17 5 51 25 0 1 4 16 5 52 24 0 2 17 6 20 26 0 16 6 16 2 49 2 32 251 2 16 0 1 27 0 164 33 52 0 16 3 169 16 2 52 1 0 2 52 2 0 1 17 4 16 3 1 4 0 52 5 0 2 16 2 52 1 0 2 52 2 0 1 17 5 51 28 0 1 4 1 2 16 5 52 27 0 2 32 190 2 16 0 1 9 0 164 33 76 0 16 3 169 16 2 52 1 0 2 52 2 0 1 17 4 16 3 1 4 0 52 5 0 2 16 2 52 1 0 2 52 2 0 1 17 5 52 29 0 0 17 6 51 30 0 1 4 1 2 1 6 16 5 52 9 0 2 5 16 6 52 31 0 1 33 4 0 2 32 2 0 16 6 32 105 2 16 0 1 32 0 164 33 22 0 16 1 16 2 52 1 0 2 52 2 0 1 5 16 1 52 33 0 1 32 74 2 16 0 1 34 0 164 6 34 106 0 5 16 0 1 35 0 164 6 34 95 0 5 16 0 1 36 0 164 6 34 84 0 5 16 0 1 37 0 164 6 34 73 0 5 16 0 1 38 0 164 6 34 62 0 5 16 0 1 39 0 164 6 34 51 0 5 16 0 1 40 0 164 6 34 40 0 5 16 0 1 41 0 164 6 34 29 0 5 16 0 1 42 0 164 6 34 18 0 5 16 0 1 43 0 164 6 34 7 0 5 16 0 1 44 0 164 33 17 0 16 1 16 2 52 1 0 2 52 2 0 1 5 2 32 194 1 16 0 1 45 0 164 33 150 0 16 3 169 16 2 52 1 0 2 52 2 0 1 17 4 16 3 170 17 5 2 17 6 2 17 7 16 5 168 1 6 0 52 46 0 2 6 33 28 0 5 16 5 169 52 47 0 1 1 48 0 164 6 33 12 0 5 16 5 169 52 49 0 1 1 50 0 164 33 36 0 16 5 1 4 0 52 5 0 2 16 2 52 1 0 2 52 2 0 1 17 6 5 16 5 1 6 0 52 51 0 2 17 7 32 4 0 16 5 17 7 5 16 4 16 6 52 52 0 2 5 2 17 8 51 8 0 1 8 1 2 16 7 52 9 0 2 5 16 4 52 53 0 1 5 16 8 32 35 1 16 0 1 54 0 164 33 81 0 16 3 169 16 2 52 1 0 2 52 2 0 1 17 4 16 3 1 4 0 52 5 0 2 16 2 52 1 0 2 52 2 0 1 17 5 2 17 6 16 4 16 5 52 52 0 2 5 51 8 0 1 6 1 2 16 3 1 6 0 52 51 0 2 52 9 0 2 5 16 4 52 53 0 1 5 16 6 32 201 0 16 0 1 55 0 164 33 80 0 16 3 169 16 2 52 1 0 2 52 2 0 1 17 4 16 3 168 1 6 0 52 46 0 2 33 22 0 16 3 1 4 0 52 5 0 2 16 2 52 1 0 2 52 2 0 1 32 1 0 2 17 5 16 4 52 56 0 1 17 6 16 6 52 57 0 1 33 5 0 16 5 32 2 0 16 6 32 112 0 16 0 1 58 0 164 33 49 0 16 3 169 16 2 52 1 0 2 52 2 0 1 17 4 16 3 1 4 0 52 5 0 2 16 2 52 1 0 2 52 2 0 1 17 5 16 4 16 5 52 59 0 2 5 2 32 54 0 16 0 1 60 0 164 33 33 0 16 3 169 16 2 52 1 0 2 52 2 0 1 17 4 16 4 52 56 0 1 6 34 5 0 5 52 29 0 0 32 12 0 16 1 16 2 52 1 0 2 52 2 0 1 50)} "eval-case-aser" {:upvalue-count 0 :arity 3 :constants (2 1 "nth" "type-of" "keyword" "keyword-name" "else" "symbol" "symbol-name" ":else" "aser" "eval-expr" "trampoline" "eval-case-aser" "slice") :bytecode (16 1 168 1 0 0 165 33 4 0 2 32 149 0 16 1 169 17 3 16 1 1 1 0 52 2 0 2 17 4 16 3 52 3 0 1 1 4 0 164 6 33 11 0 5 16 3 52 5 0 1 1 6 0 164 6 34 41 0 5 16 3 52 3 0 1 1 7 0 164 6 33 26 0 5 16 3 52 8 0 1 1 9 0 164 6 34 11 0 5 16 3 52 8 0 1 1 6 0 164 33 12 0 20 10 0 16 4 16 2 49 2 32 48 0 16 0 16 3 16 2 52 11 0 2 52 12 0 1 164 33 12 0 20 10 0 16 4 16 2 49 2 32 18 0 20 13 0 16 0 16 1 1 0 0 52 14 0 2 16 2 49 3 50)} {:library (web adapter-sx) :op "import"}) :bytecode (51 1 0 128 0 0 5 51 3 0 128 2 0 5 51 5 0 128 4 0 5 51 7 0 128 6 0 5 51 9 0 128 8 0 5 51 11 0 128 10 0 5 51 13 0 128 12 0 5 1 15 0 1 16 0 1 17 0 1 18 0 1 19 0 1 20 0 1 21 0 1 22 0 1 23 0 1 24 0 1 25 0 1 26 0 1 27 0 1 28 0 1 29 0 1 30 0 1 31 0 1 32 0 1 33 0 1 34 0 1 35 0 1 36 0 1 37 0 1 38 0 1 39 0 1 40 0 1 41 0 1 42 0 1 43 0 1 44 0 1 45 0 1 46 0 1 47 0 1 48 0 1 49 0 52 50 0 35 128 14 0 5 1 52 0 1 53 0 1 54 0 1 55 0 1 56 0 1 57 0 1 58 0 52 50 0 7 128 51 0 5 51 60 0 128 59 0 5 51 62 0 128 61 0 5 51 64 0 128 63 0 5 51 66 0 128 65 0 5 1 67 0 112 50)))
|