-
Notifications
You must be signed in to change notification settings - Fork 3
Open
0 / 10 of 1 issue completedOpen
0 / 10 of 1 issue completed
Copy link
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
What is modularization of the C++ kernel
Since version 1.0.0a9, @shiroinekotfs and I have introduced many C++ standards. It had been done using the separated kernel handler, which means the C++ code execution and the environment package (including the compiler used and standard) are separated.
This move, however, turns out to be a good opportunity to make the C++ code execution module accept more parameters, for example, not just the compiler type - gcc, but the whole processing, compiling, and executing of the C++ code cycle.
Assignments
@shiroinekotfs and I are currently working privately with this idea.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Projects
Status
Ready