53 Commits

Author SHA1 Message Date
12e2a4edcc
implements PLN-0134
Some checks are pending
Intrepid/Prometeu/Studio/pipeline/pr-master Build started...
JaCoCo Coverage #### Project Overview No changes detected, that affect the code coverage. * Line Coverage: 63.37% (18783/29640) * Branch Coverage: 53.99% (7369/13648) * Lines of Code: 29640 * Cyclomatic Complexity: 11938 #### Quality Gates Summary Output truncated.
Test / Build skipped: 15, passed: 674
Intrepid/Prometeu/Studio/pipeline/head This commit looks good
Add PBS workspace symbols as a physical flatten of the outline
named-declaration set on FrontendLanguageService. Regular files
only; virtual stdlib, barrels, imports, locals, and compile-only
frontends stay empty. Advertise workspaceSymbolProvider with flat
SymbolInformation. workspace/symbol does not require an open
document.

Housekeep DSC-0042 with LSN-0071.
2026-09-21 17:18:00 +01:00
5d3d48e802
implements PLN-0133
Some checks are pending
Intrepid/Prometeu/Studio/pipeline/pr-master Build started...
JaCoCo Coverage #### Project Overview No changes detected, that affect the code coverage. * Line Coverage: 62.84% (18504/29445) * Branch Coverage: 53.33% (7215/13528) * Lines of Code: 29445 * Cyclomatic Complexity: 11850 #### Quality Gates Summary Output truncated.
Test / Build skipped: 15, passed: 669
Intrepid/Prometeu/Studio/pipeline/head This commit looks good
Add PBS document symbols as an AST-backed hierarchical outline of
the open .pbs file on FrontendLanguageService. Recovered syntax is
enough; unnamed InvalidDecl is omitted; barrels, imports, locals,
and compile-only frontends stay empty. Advertise documentSymbolProvider
with hierarchical DocumentSymbol.

Housekeep DSC-0041 with LSN-0070.
2026-09-21 10:16:14 +01:00
9458312d73
implements PLN-0132
Some checks are pending
Intrepid/Prometeu/Studio/pipeline/pr-master Build started...
JaCoCo Coverage #### Project Overview No changes detected, that affect the code coverage. * Line Coverage: 62.51% (18192/29102) * Branch Coverage: 53.15% (7093/13345) * Lines of Code: 29102 * Cyclomatic Complexity: 11715 #### Quality Gates Summary Output truncated.
Test / Build skipped: 15, passed: 663
Add PBS find-references as the request-local inverse of definition
identity on FrontendLanguageService. Usage sites are identifier
tokens whose definition locations intersect the cursor set.
Empty results stay honest when definition is empty, including
virtual stdlib paths. Honor includeDeclaration in the LSP bridge.

Housekeep DSC-0040 with LSN-0069.
2026-09-21 08:54:11 +01:00
c2112f6ee1
implements PLN-0131
Some checks are pending
Intrepid/Prometeu/Studio/pipeline/pr-master Build started...
JaCoCo Coverage #### Project Overview No changes detected, that affect the code coverage. * Line Coverage: 62.22% (17996/28921) * Branch Coverage: 52.87% (6986/13213) * Lines of Code: 28921 * Cyclomatic Complexity: 11624 #### Quality Gates Summary Output truncated.
Test / Build skipped: 15, passed: 659
Intrepid/Prometeu/Studio/pipeline/head This commit looks good
Add PBS go-to-definition as hover editorial lookup plus physical
declaration locations on FrontendLanguageService. Empty results stay
honest when the target is not a regular file, including virtual stdlib
paths.

Housekeep DSC-0039 with LSN-0068.
2026-09-21 07:50:14 +01:00
46bd0c42d3
implements PLN-0125
All checks were successful
Intrepid/Prometeu/Studio/pipeline/head This commit looks good
JaCoCo Coverage #### Project Overview No changes detected, that affect the code coverage. * Line Coverage: 61.95% (17766/28676) * Branch Coverage: 52.69% (6860/13019) * Lines of Code: 28676 * Cyclomatic Complexity: 11490 #### Quality Gates Summary Output truncated.
Test / Build skipped: 15, passed: 643
Intrepid/Prometeu/Studio/pipeline/pr-master This commit looks good
Move lifecycle assembly out of the PBS frontend into a common
AssembleLifecyclePipelineStage. PBS emits a typed IRLifecycleDeclaration;
the assembler owns wrappers, boot guard, and single project-init execution.

Housekeep DSC-0059 with LSN-0062, and include the DSC-0062 PVM/PBX
neutrality spec and lesson already present on this branch.
2026-09-19 00:19:45 +01:00
cc4cb23b76
implements PLN-0123 2026-07-15 13:03:57 +01:00
f42c83bdca
implements PLN-0122 2026-07-15 13:02:09 +01:00
cf14039077
implements PLN-0121 2026-07-15 12:59:35 +01:00
1f1a92d43f
implements PLN-0120 2026-07-15 12:57:36 +01:00
e8079b67fb
implements PLN-0118 2026-07-15 12:13:40 +01:00
79e4a64ff2
implements PLN-0116 2026-07-15 11:33:43 +01:00
3ca58dcc24
implements PLN-0115 2026-07-15 11:31:02 +01:00
bb8669bf46
implements PLN-0114 2026-07-15 11:29:02 +01:00
6205b82e0b
implements PLN-0113 2026-07-15 11:26:53 +01:00
b1e75973f9
implements PLN-0111 2026-07-15 11:22:38 +01:00
66c1b1a033
implements PLN-0104 2026-07-15 08:28:30 +01:00
3f99e90ac8
Logical Render Pipelines and Command Packets
All checks were successful
JaCoCo Coverage #### Project Overview No changes detected, that affect the code coverage. * Line Coverage: 61.06% (17124/28043) * Branch Coverage: 51.92% (6584/12681) * Lines of Code: 28043 * Cyclomatic Complexity: 11219 #### Quality Gates Summary Output truncated.
Test / Build skipped: 15, passed: 594
Intrepid/Prometeu/Studio/pipeline/head This commit looks good
2026-05-25 19:34:19 +01:00
991863d086
add AppMode for best boundaries over stdlib
All checks were successful
JaCoCo Coverage #### Project Overview No changes detected, that affect the code coverage. * Line Coverage: 61.98% (17344/27983) * Branch Coverage: 53.07% (6720/12663) * Lines of Code: 27983 * Cyclomatic Complexity: 11207 #### Quality Gates Summary Output truncated.
Test / Build skipped: 11, passed: 581
Intrepid/Prometeu/Studio/pipeline/head This commit looks good
Intrepid/Prometeu/Studio/pipeline/pr-master This commit looks good
2026-05-14 11:15:00 +01:00
d22c7d16ef
re-shape of compiler pipeline 2026-03-30 19:40:00 +01:00
b75b2a5825
implements PLN-0008 2026-03-27 18:23:20 +00:00
4a6cc35989
implements PLN-0006 2026-03-27 17:16:34 +00:00
ce55cf6405
implements one-shot PBS boot guard in published wrapper lowering 2026-03-26 20:05:27 +00:00
64762ca227
hardens IRGlobal structural metadata for PBS lifecycle lowering 2026-03-26 20:00:16 +00:00
c61b9db786
implements PR-19.7 explicit backend globals and synthetic callable model 2026-03-26 19:31:21 +00:00
b88a4e3c62
added contract update into asset workspace 2026-03-24 13:42:47 +00:00
59e33d6639
a little bit of gfx 2026-03-24 13:42:37 +00:00
2bc99cc901
aritmetics 2026-03-24 13:42:34 +00:00
32ab6d7a76
implements PR-09.1: remove moduleKey from FE/BE contracts 2026-03-24 13:42:33 +00:00
2a68d27eca
implements PR-08.3 2026-03-24 13:42:33 +00:00
0490f64870
implements PR-08.2 2026-03-24 13:42:32 +00:00
54f0b4b6ba
new test main with code directly (fixes) runtime runing 2026-03-24 13:42:32 +00:00
5630f8f119
new test main with code directly (fixes) 2026-03-24 13:42:32 +00:00
0ec5693b0d
implements PR-06.1 2026-03-24 13:42:31 +00:00
48ce448203
implements PR-05.5 2026-03-24 13:42:30 +00:00
0149b85e7d
implements PR-05.0.3 2026-03-24 13:42:29 +00:00
3b5e8e0b24
implements PR-05.0.1 2026-03-24 13:42:29 +00:00
3449771f33
implements PR-O4.2 2026-03-24 13:42:28 +00:00
d4f6d96437
implements PR-O4.1 2026-03-24 13:42:28 +00:00
a38fedc591
implements PR-O3.1 2026-03-24 13:42:27 +00:00
9e3d9ccb93
implements PR-O1.2 2026-03-24 13:42:26 +00:00
0728637f58
implements PR-038 2026-03-24 13:42:25 +00:00
495104db6d
implements PR030 2026-03-24 13:42:23 +00:00
bb5cc05c0b
implements PR027 2026-03-24 13:42:23 +00:00
57f1a617ac
implements PR023 2026-03-24 13:42:22 +00:00
213c6a2f76
implements PR022 2026-03-24 13:42:22 +00:00
f3be4f7946
small code improvements 2026-03-24 13:42:16 +00:00
956d3128a9
added improvements 2026-03-24 13:42:16 +00:00
d55ec48707
added lexer and parser basics 2026-03-24 13:42:16 +00:00
801109b993
added first steps on pbs pipeline 2026-03-24 13:42:16 +00:00
c7c6c8bef5
added frontend compile phase 2026-03-24 13:42:15 +00:00