kc3-lang/kc3/test/httpd/app

Branch :


Log

Author Commit Date CI Message
thodg 6d018960 2026-08-08 00:29:19 PrimeHash
thodg ae6cf477 2026-08-04 13:17:01 test httpd release v0.1.17
thodg ef4345c4 2026-08-03 17:43:52 ekc3 compile wip
thodg c53683a9 2026-07-24 14:01:15 fix many many many bugs with ref counting tags
thodg 9c5d1b93 2026-07-02 11:15:37 http_response.header_get
thodg 290d31bf 2026-06-25 14:33:38 wip
Jeancip 7694c37e 2026-06-10 17:03:40 [DEL] HTTPD.DEBUG_PAGE - SUPPRESSION INTERPOLATION __FILE__ NON PORTABLE debug_page contenait `Hello from #{__FILE__}` dans un string literal. l'interpolation etait evaluee au parse-time, ce qui baked le chemin absolu de la source dans le bytecode .kc3c - specifique a la machine de compile. consequence : `make dump` produisait un httpd.kc3c different entre dev et prod (chemin install different) alors que la source etait strictement identique, faussement faisant croire a une divergence. la fonction n'avait aucun caller dans le repo (verifie via grep sur toutes les sources kc3). retrait propre de la def. regeneration des artefacts dependants (httpd.kc3c, env dumps, controllers/views qui importent httpd). l'unique occurrence de __FILE__ dans la stdlib etait dans cette def, donc plus aucune source d'instabilite cross-install dans le bytecode httpd. verifie via kc3cat sur le nouveau .kc3c : 0 occurrence de debug_page, __FILE__, ou "Hello from".
Jeancip c3428be1 2026-04-22 10:44:20 [ADD] proposition of an event module that would wrap kqueue and epoll
thodg daa44974 2026-04-11 13:32:23 compile and make dump
thodg 3d1ac3fb 2026-04-09 11:24:32 wip