@@ -64,8 +64,7 @@ separate git repo:
6464 [ here] ( https://github.com/MASD-Project/csharp_ref_impl/tree/master/Src/CSharpRefImpl.Models ) .
6565
6666These are intended to give you a feel for how the generated code will look like,
67- and they attempt to exercise all of Dogen's functionality. Note that these
68- reference products still use older codecs rather than org-model.
67+ and they attempt to exercise all of Dogen's functionality.
6968
7069# Status
7170
@@ -104,7 +103,7 @@ want to go ahead and use it, bear in mind the following:
104103 good working knowledge of
105104 [ MDE] ( https://en.wikipedia.org/wiki/Model-driven_engineering ) . You can make
106105 use of our companion notes to get up to speed: [ Notes on Model Driven
107- Engineering] ( https://zenodo.org/record/5812017#.YkmlftDMKXI )
106+ Engineering] ( https://zenodo.org/record/5812017#.YkmlftDMKXI ) .
108107
109108These warnings can probably best summarised as follows: "if it breaks, you get
110109to keep the pieces; and it will break, often". But if you find such things fun,
@@ -267,8 +266,8 @@ Or, the slightly more verbose incantation which has the same result:
267266cmake --build --preset linux-clang-release --target test
268267```
269268
270- Though in the CTest form, the tests take slightly longer to run and the output
271- is a bit more verbose.
269+ Note that tests take slightly longer to run in the CTest incantation, and the
270+ output is a tad more verbose.
272271
273272## Generation
274273
@@ -293,19 +292,21 @@ Replacing ```linux-clang-release``` with your platform and compiler.
293292# Documentation
294293
295294Whilst we do not have a huge amount of documentation aimed at end users, there
296- is plenty of assorted material discussing Dogen. Most of the material is more
297- suitable for researchers.
295+ is plenty of assorted material discussing Dogen. Most of the material targets
296+ developers and/or researchers.
298297
299298## Videos
300299
301300A number of videos are available discussing Dogen, gathered under "themed"
302301playlists:
303302
304- - [ MASD - Dogen Coding: PMM
305- Refactor] ( https://www.youtube.com/playlist?list=PLwfrwe216gF0_1KPp_ir7ZCYLwnhdmBGJ ) :
306- Series of coding videos on refactoring the Physical MetaModel. However, it
307- beings where the previous series left off (MASD - Dogen Coding: Move to GitHub
308- CI), _ e.g._ on getting our CI and nightlies to work again.
303+ - [ MASD - Dogen Coding: Move to GitHub
304+ Actions] ( https://www.youtube.com/playlist?list=PLwfrwe216gF0_1KPp_ir7ZCYLwnhdmBGJ ) :
305+ Slightly messy video series that continues where the previous series left off
306+ (MASD - Dogen Coding: Move to GitHub CI), _ e.g._ on getting our CI and
307+ nightlies to work again. It was meant to be about refactoring the PMM but we
308+ still had a number of CI issues. In addition, due to sound-related problems we
309+ had to abandon the series mid-way through.
309310- [ MASD: An introduction to Model Assisted Software
310311 Development] ( https://youtube.com/playlist?list=PLwfrwe216gF3Qamk0YOSo5Csx1R_LplG0 ) :
311312 Series of lectures on Model Assisted Software Development (MASD), the
@@ -335,9 +336,10 @@ playlists:
335336- [ MASD - MDE Paper of the
336337 Week] ( https://www.youtube.com/playlist?list=PLwfrwe216gF0wbLBkiOmpCpdaeAU66634 ) :
337338 Series of relevant
338- [ MDE] ( https://en.wikipedia.org/wiki/Model-driven_engineering ) papers that have
339- been read to get a better understanding of the field. We try to read one of
340- these a week, but we don't always succeed.
339+ [ MDE] ( https://en.wikipedia.org/wiki/Model-driven_engineering ) papers that
340+ we've read to get a better understanding of the field. The main thrust of this
341+ series was during research, but we may occasionally update it when an
342+ interesting paper appears.
341343
342344## Posts
343345
0 commit comments