summaryrefslogtreecommitdiff
path: root/blog/2020/04/11/iteration_planning_note_april_11.mdwn
blob: 0a9eac958e5093072f29e17d9dc81a4049287118 (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
[[!meta title="Iteration planning note: April 11"]]
[[!tag meeting]]
[[!meta date="2020-04-11 19:40"]]

# What has happened

* We've mostly done everything planned for this iteration. This was
  met with mutual satisfaction.
  - there's a merge conflict on
    [!14](https://gitlab.com/larswirzenius/subplot/-/merge_requests/14)
    that wasn't resolved before the meeting, but will be done later
    today, and indeed was done while writing this note.
  - We sorted out two other merge requests during the meeting.

# Discussion

* We reviewed all open issues that had been touched since the previous
  meeting, and created a new milestone for the new iteration staring,
  and picked a few issues to work on.
* We discussed changing docgen so that instead of using the
  `rust_pandoc` function `add_filter`, we'll run Pandoc twice: once to
  convert input into an AST, and once to produce output from the
  (modified) AST. This is what the `add_filter` effectively does
  anyway, and what codegen does anyway, except code doesn't produce
  typeset output, but generates a test program. Having the two
  programs do similar things in the same way is a better way than what
  we have now.

# Actions

* There are GitLab issues assigned for both of us for the new
  iteration.

* Additionally, Lars will maybe look at doing the changes to not use
  `add_filter` if he has extra time. But that's a stretch goal for
  this iteration.