NX01: Rename to numeric modules and split collections2
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 49s

This commit is contained in:
Willem Cazander 2026-02-02 18:46:48 +01:00
parent c67142faba
commit b8855069df
77 changed files with 191 additions and 118 deletions

View file

@ -61,8 +61,8 @@ public class ModelDialBased implements KodeGenModel {
klass.addJavaDescription("The nether tone tree slug index.");
writer.addModelKlass(klass);
StringBuilder buf = klass.getBody();
buf.append("module jppa.nether.dial.based {\n");
buf.append("\trequires transitive jppa.nether.tone;\n");
buf.append("module ᣕᕁᐤᣳ.ᒢᣘᐧᐧ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒃᣔᔆᓫᒄ {\n");
buf.append("\trequires transitive ᣕᕁᐤᣳ.ᒢᣘᐧᐧ.ᣕᓫᐪᑋᓫᣗ.ᐪᐤᣕᓫ;\n");
buf.append("\t\n");
// for (String pack : splitSlugs.keySet()) {
// buf.append("\texports ");

View file

@ -197,8 +197,8 @@ public class ModelDialLingua implements KodeGenModel {
klass.addJavaDescription("The nether tone tree slug index.");
writer.addModelKlass(klass);
StringBuilder buf = klass.getBody();
buf.append("module jppa.nether.dial.lingua {\n");
buf.append("\trequires transitive jppa.nether.tone;\n");
buf.append("module ᣕᕁᐤᣳ.ᒢᣘᐧᐧ.ᣕᓫᐪᑋᓫᣗ.ᒄᑊᣔᒻ.ᒻᑊᣕᕐᓑᣔᓫ {\n");
buf.append("\trequires transitive ᣕᕁᐤᣳ.ᒢᣘᐧᐧ.ᣕᓫᐪᑋᓫᣗ.ᐪᐤᣕᓫ;\n");
buf.append("\t\n");
for (String pack : splitSlugs.keySet()) {
buf.append("\texports ");