Will Anderson will.anderson
will.anderson created branch fix/native-test-precompile-runtime in neuron-technologies/el 2026-05-08 17:06:15 +00:00
f103e85f88 perf(ci): precompile el_runtime.o once for all native test modules
will.anderson pushed to dev at neuron-technologies/el 2026-05-08 16:53:40 +00:00
fe84639b17 Merge pull request 'fix(ci): fall back to ci-base:latest on first dev rebuild' (#48) from fix/ci-base-dev-first-run into dev
5fdc9fb15e fix(ci): fall back to ci-base:latest when ci-base:dev doesn't exist yet
Compare 2 commits »
will.anderson merged pull request neuron-technologies/el#48 2026-05-08 16:53:40 +00:00
fix(ci): fall back to ci-base:latest on first dev rebuild
will.anderson created pull request neuron-technologies/el#48 2026-05-08 16:49:24 +00:00
fix(ci): fall back to ci-base:latest on first dev rebuild
will.anderson pushed to fix/ci-base-dev-first-run at neuron-technologies/el 2026-05-08 16:49:19 +00:00
5fdc9fb15e fix(ci): fall back to ci-base:latest when ci-base:dev doesn't exist yet
will.anderson created branch fix/ci-base-dev-first-run in neuron-technologies/el 2026-05-08 16:49:19 +00:00
will.anderson pushed to dev at neuron-technologies/el 2026-05-08 16:43:14 +00:00
8967fa404e Merge pull request 'feat(elc, elb): RBrace stop fix, html_raw/escape runtime, c_source manifest directive' (#46) from fix/elc-parser-elb-build into dev
a7e6fbf2d2 feat(elc, runtime): RBrace stop in parse_html_children; html_raw/html_escape; elc.c canonical
1f4b594ae7 feat(elb): c_source manifest directive + macOS OpenSSL path detection
Compare 3 commits »
will.anderson merged pull request neuron-technologies/el#46 2026-05-08 16:43:13 +00:00
feat(elc, elb): RBrace stop fix, html_raw/escape runtime, c_source manifest directive
will.anderson pushed to fix/elc-parser-elb-build at neuron-technologies/el 2026-05-08 16:33:43 +00:00
a7e6fbf2d2 feat(elc, runtime): RBrace stop in parse_html_children; html_raw/html_escape; elc.c canonical
1f4b594ae7 feat(elb): c_source manifest directive + macOS OpenSSL path detection
cff7ce072d Merge pull request 'fix(elc): eliminate OOM in --emit-header; add memory guard' (#47) from fix/elc-oom-checkout into dev
f5dcca0386 build: update dist/platform/elc with OOM fix and memory guard
53e0b99d5f fix(elc): add el_mem_check() memory guard — abort before OS OOM-kill
Compare 10 commits »
will.anderson pushed to dev at neuron-technologies/el 2026-05-08 16:16:05 +00:00
cff7ce072d Merge pull request 'fix(elc): eliminate OOM in --emit-header; add memory guard' (#47) from fix/elc-oom-checkout into dev
f5dcca0386 build: update dist/platform/elc with OOM fix and memory guard
53e0b99d5f fix(elc): add el_mem_check() memory guard — abort before OS OOM-kill
5f9cad5908 fix(elc): eliminate OOM in --emit-header by using token-level signature scan
Compare 4 commits »
will.anderson merged pull request neuron-technologies/el#47 2026-05-08 16:16:05 +00:00
fix(elc): eliminate OOM in --emit-header; add memory guard
will.anderson created pull request neuron-technologies/el#47 2026-05-08 13:23:28 +00:00
fix(elc): eliminate OOM in --emit-header; add memory guard
will.anderson pushed to fix/elc-oom-checkout at neuron-technologies/el 2026-05-08 13:23:15 +00:00
f5dcca0386 build: update dist/platform/elc with OOM fix and memory guard
53e0b99d5f fix(elc): add el_mem_check() memory guard — abort before OS OOM-kill
5f9cad5908 fix(elc): eliminate OOM in --emit-header by using token-level signature scan
Compare 3 commits »
will.anderson created branch fix/elc-oom-checkout in neuron-technologies/el 2026-05-08 13:23:15 +00:00
will.anderson pushed to dev at neuron-technologies/el 2026-05-07 23:00:22 +00:00
00629b39c4 Merge pull request 'fix(parser): str_join separator '' not ' ' — CSS selectors were emitting spaces' (#45) from fix/css-str-join-separator into dev
f971e96dd5 fix(parser): str_join separator '' not ' ' — CSS selectors were emitting spaces between tokens
Compare 2 commits »
will.anderson merged pull request neuron-technologies/el#45 2026-05-07 23:00:21 +00:00
fix(parser): str_join separator '' not ' ' — CSS selectors were emitting spaces
will.anderson pushed to dev at neuron-technologies/el 2026-05-07 23:00:17 +00:00
ca1e4d57b8 Merge pull request 'ci: add three-tier ci-base rebuild (dev/stage)' (#44) from fix/html-template-if-style-script into dev
81a1a624f1 add three-tier ci-base rebuild (dev/stage) to CI workflows
Compare 2 commits »
will.anderson merged pull request neuron-technologies/el#44 2026-05-07 23:00:15 +00:00
ci: add three-tier ci-base rebuild (dev/stage)
will.anderson pushed to fix/ci-elb at neuron-technologies/neuron-web 2026-05-07 22:59:06 +00:00
2a3f998827 fix(build): c_source stubs, manifest directives, gallery module-level global