summaryrefslogtreecommitdiff
path: root/blog/2020/01/04/iteration_planning_notes_january_4.mdwn
blob: 9cd87d026b45db9a555a9fdd6d78ddad3673559c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[[!meta title="Iteration planning notes: January 4"]]
[[!tag meeting]]
[[!meta date="2020-01-04 20:16"]]

# What has happened

* The Christmas break. Both Lars and Daniel took some time off. Lars
  got some Subplot development done, though, and Subplot can now
  generate a Python test program for the [echo.md][] example in the
  Subplot source tree. This feels like a milestone.

[echo.md]: https://gitlab.com/subplot/subplot/-/blob/main/examples/echo/echo.md

# Discussion

* We're still happy with Rust as the implementation language.

* Next for Subplot is code cleanup, locking down the Subplot language
  until we've specified it and tested the implementation using Subplot
  itself. That's the next milestone.

* We'll continue with the current development process, until the
  milestone of Subplot testing itself. After that we'll see if it
  makes sense to move to a more pre-merge-review-based approach.

* The milestone is also a blocker for reaching out to get more
  feedback on Subplot.

* We have a CI for Subplot. It uses the Debian-packaged version of
  Rust, 1.34. We will stick with that, for now.

* Daniel gave some review feedback on the Subplot code.

# Actions

* Lars to propose updates to the roadmap, Daniel to review.

* Lars to do code cleanups based on feedback, Daniel to review.

* Lars to draft first Subplot document for Subplot itself that tests
  something relevant.