Brings the loops/erlang stdlib hardening into the canonical files so every erlang consumer (fed-sx, identity, ...) gets them — not just a separate conformance-only file. lists: sort/1,2 usort/1 keyfind/keymember/keydelete/keyreplace/keystore/ keytake/keysort foldr partition takewhile dropwhile splitwith flatten max min zip zipwith unzip sublist/2,3 nthtail split droplast flatmap filtermap mapfoldl search. proplists: get_value/2,3 get_all_values is_defined lookup delete. Impls appended to transpile.sx; registrations added directly inside er-register-builtin-bifs! (so they survive the registry resets that tests/runtime.sx performs — no wrapper needed when folded in). Full term order via self-contained er-ext-lt? (the shared er-lt? does not deep-compare tuples/lists). New lists_ext suite wired into conformance.conf (dict mode). Conformance 771 -> 874/874. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
824 B
JSON
21 lines
824 B
JSON
{
|
|
"language": "erlang",
|
|
"total_pass": 874,
|
|
"total": 874,
|
|
"suites": [
|
|
{"name":"tokenize","pass":62,"total":62,"status":"ok"},
|
|
{"name":"parse","pass":52,"total":52,"status":"ok"},
|
|
{"name":"eval","pass":408,"total":408,"status":"ok"},
|
|
{"name":"runtime","pass":93,"total":93,"status":"ok"},
|
|
{"name":"ring","pass":4,"total":4,"status":"ok"},
|
|
{"name":"ping-pong","pass":4,"total":4,"status":"ok"},
|
|
{"name":"bank","pass":8,"total":8,"status":"ok"},
|
|
{"name":"echo","pass":7,"total":7,"status":"ok"},
|
|
{"name":"fib","pass":8,"total":8,"status":"ok"},
|
|
{"name":"ffi","pass":37,"total":37,"status":"ok"},
|
|
{"name":"vm","pass":78,"total":78,"status":"ok"},
|
|
{"name":"send_after","pass":10,"total":10,"status":"ok"},
|
|
{"name":"lists_ext","pass":103,"total":103,"status":"ok"}
|
|
]
|
|
}
|