feat(kern4): class pilot — Semaphore + EventBus service→class#209
Merged
Conversation
First two KERN 4.0 class-node conversions (the checked node: kern check's Liskov/arity/return rules only fire on class declarations). Generated TS is byte-identical to the service output apart from source-trace line numbers — async methods, raw TS bodies, private fields, optional params and docs all carry over. Review-pass fixes (agon review, 3 engines): - codebase-map extractSymbols now recognises `class name=X` so converted types stay in the KERN symbol index (codex finding) + test - event-bus: corrected a stale pre-event comment — listener errors are caught and warned, they never short-circuited (agy finding) Findings recorded for kern-lang: service singleton=true was a NO-OP in emitted TS; class silently ignores unknown attrs (KERN-GAP comment in event-bus.kern). Gate: kern check 128 clean, build green, 2925/2925 tests. ⚔️ Forged by [Agon](https://github.com/KERNlang/agon) Co-Authored-By: agon (KERN) <292465531+KERN-Agon@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First two KERN 4.0 class-node conversions (the checked node: kern check's Liskov/arity/return rules only fire on class declarations). Generated TS is byte-identical to the service output apart from source-trace line numbers — async methods, raw TS bodies, private fields, optional params and docs all carry over.
Review-pass fixes (agon review, 3 engines):
class name=Xso converted types stay in the KERN symbol index (codex finding) + testFindings recorded for kern-lang: service singleton=true was a NO-OP in emitted TS; class silently ignores unknown attrs (KERN-GAP comment in event-bus.kern).
Gate: kern check 128 clean, build green, 2925/2925 tests.
⚔️ Forged by Agon