3 Commits
Author SHA1 Message Date
Dario LipicarandCursor 31008b6a56 Expose logos::CallCaller from logos_test.h (#7)
* Expose logos::CallCaller from logos_test.h.

Module tests that construct an impl directly need the same caller stack
production glue pushes. Include it from the shared test header so every
module sees CallCaller::module / CallCaller::host without a local helper.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Own logos::CallCaller in the test framework, not the production SDK.

Unit tests that construct a module impl skip generated RPC glue; CallCaller
is the supported stand-in for logos_module_set_call_caller. Production
handlers only need currentCaller() and setCallCaller.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-24 20:31:30 -03:00
Dario Gabriel Lipicar ee08195409 add support for typed events 2026-06-02 17:35:42 -03:00
Iuri Matias bf3ff3f7cb test framework for logos modules 2026-04-02 16:49:47 -04:00