|
14 | 14 | ** Active |
15 | 15 |
|
16 | 16 | #+begin: clocktable :maxlevel 3 :scope subtree :indent nil :emphasize nil :scope file :narrow 75 :formula % |
17 | | -#+CAPTION: Clock summary at [2020-09-20 Sun 09:40] |
| 17 | +#+CAPTION: Clock summary at [2020-09-20 Sun 16:27] |
18 | 18 | | <75> | | | | | |
19 | 19 | | Headline | Time | | | % | |
20 | 20 | |----------------------------------------------------+---------+-------+-------+-------| |
21 | | -| *Total time* | *81:27* | | | 100.0 | |
| 21 | +| *Total time* | *82:42* | | | 100.0 | |
22 | 22 | |----------------------------------------------------+---------+-------+-------+-------| |
23 | | -| Stories | 81:27 | | | 100.0 | |
24 | | -| Active | | 81:27 | | 100.0 | |
25 | | -| Edit release notes for previous sprint | | | 7:15 | 8.9 | |
| 23 | +| Stories | 82:42 | | | 100.0 | |
| 24 | +| Active | | 82:42 | | 100.0 | |
| 25 | +| Edit release notes for previous sprint | | | 7:15 | 8.8 | |
26 | 26 | | Create a demo and presentation for previous sprint | | | 0:41 | 0.8 | |
27 | | -| Sprint and product backlog grooming | | | 2:26 | 3.0 | |
28 | | -| Nightly nursing and other spikes | | | 4:22 | 5.4 | |
29 | | -| Create an =ident= model | | | 42:02 | 51.6 | |
| 27 | +| Sprint and product backlog grooming | | | 2:26 | 2.9 | |
| 28 | +| Nightly nursing and other spikes | | | 4:22 | 5.3 | |
| 29 | +| Create an =ident= model | | | 42:02 | 50.8 | |
30 | 30 | | Rename injection to codec | | | 0:48 | 1.0 | |
31 | 31 | | Add artefact's archetype to artefact class | | | 0:07 | 0.1 | |
32 | 32 | | Remove support for split projects | | | 0:07 | 0.1 | |
33 | 33 | | Create a logical to physical projector | | | 0:45 | 0.9 | |
34 | | -| Clean up the Logical-physical model | | | 5:49 | 7.1 | |
| 34 | +| Clean up the Logical-physical model | | | 5:49 | 7.0 | |
| 35 | +| Empty path ID error in logs | | | 1:15 | 1.5 | |
35 | 36 | | Implement meta-name validator correctly | | | 0:17 | 0.3 | |
36 | 37 | | Add dependencies to artefacts | | | 2:28 | 3.0 | |
37 | | -| Add instances of physical meta-model elements | | | 8:48 | 10.8 | |
38 | | -| Add full and relative path processing to PM | | | 5:32 | 6.8 | |
| 38 | +| Add instances of physical meta-model elements | | | 8:48 | 10.6 | |
| 39 | +| Add full and relative path processing to PM | | | 5:32 | 6.7 | |
39 | 40 | #+TBLFM: $5='(org-clock-time%-mod @3$2 $2..$4);%.1f |
40 | 41 | #+end: |
41 | 42 |
|
@@ -1063,6 +1064,31 @@ Notes: |
1063 | 1064 | of silly things there. |
1064 | 1065 | - rename artefact set to physical region to match text model. |
1065 | 1066 |
|
| 1067 | +*** COMPLETED Empty path ID error in logs :story: |
| 1068 | + CLOSED: [2020-09-20 Sun 16:27] |
| 1069 | + :LOGBOOK: |
| 1070 | + CLOCK: [2020-09-20 Sun 15:12]--[2020-09-20 Sun 16:27] => 1:15 |
| 1071 | + :END: |
| 1072 | + |
| 1073 | +We now generate lots of these: |
| 1074 | + |
| 1075 | +: 2020-09-18 11:38:49.874503 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<global_module><masd.cpp.types.namespace_header>" } |
| 1076 | +: 2020-09-18 11:38:49.874509 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<cpp_ref_impl.profiles><masd.cpp.types.namespace_header>" } |
| 1077 | +: 2020-09-18 11:38:49.874512 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<masd.lam><masd.cpp.types.namespace_header>" } |
| 1078 | +: 2020-09-18 11:38:49.874516 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<masd.lam.text><masd.cpp.types.namespace_header>" } |
| 1079 | +: 2020-09-18 11:38:49.874520 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<cpp_ref_impl.profiles.composable><masd.cpp.types.namespace_heade |
| 1080 | + |
| 1081 | +Once this is fixed we can probably get rid of |
| 1082 | +=text_model_to_physical_model_transform=. It is just doing the |
| 1083 | +filtering of paths now. |
| 1084 | + |
| 1085 | +Notes: |
| 1086 | + |
| 1087 | +- the problem is that we have all artefacts in the model, including |
| 1088 | + non generatable ones. The non-generatable ones do not have paths |
| 1089 | + populated. We should probably have a transform that filters |
| 1090 | + non-generatable artefacts in the physical model. |
| 1091 | + |
1066 | 1092 | *** STARTED Implement meta-name validator correctly :story: |
1067 | 1093 | :LOGBOOK: |
1068 | 1094 | CLOCK: [2020-09-11 Fri 10:30]--[2020-09-11 Fri 10:47] => 0:17 |
@@ -1328,20 +1354,6 @@ The backend transform should: |
1328 | 1354 |
|
1329 | 1355 | Check backlog for a story on this. |
1330 | 1356 |
|
1331 | | -*** Empty path ID error in logs :story: |
1332 | | - |
1333 | | -We now generate lots of these: |
1334 | | - |
1335 | | -: 2020-09-18 11:38:49.874503 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<global_module><masd.cpp.types.namespace_header>" } |
1336 | | -: 2020-09-18 11:38:49.874509 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<cpp_ref_impl.profiles><masd.cpp.types.namespace_header>" } |
1337 | | -: 2020-09-18 11:38:49.874512 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<masd.lam><masd.cpp.types.namespace_header>" } |
1338 | | -: 2020-09-18 11:38:49.874516 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<masd.lam.text><masd.cpp.types.namespace_header>" } |
1339 | | -: 2020-09-18 11:38:49.874520 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<cpp_ref_impl.profiles.composable><masd.cpp.types.namespace_heade |
1340 | | - |
1341 | | -Once this is fixed we can probably get rid of |
1342 | | -=text_model_to_physical_model_transform=. It is just doing the |
1343 | | -filtering of paths now. |
1344 | | - |
1345 | 1357 | *** Deprecate managed directories :story: |
1346 | 1358 |
|
1347 | 1359 | There should only be one "managed directory" at the input stage, which |
|
0 commit comments