From 0ebd139a7aecdf75cc5fbbabd919c932b0059827 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Apr 2020 20:00:46 +0300 Subject: Publish log entry --- .../04/11/iteration_planning_note_april_11.mdwn | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 blog/2020/04/11/iteration_planning_note_april_11.mdwn diff --git a/blog/2020/04/11/iteration_planning_note_april_11.mdwn b/blog/2020/04/11/iteration_planning_note_april_11.mdwn new file mode 100644 index 0000000..0a9eac9 --- /dev/null +++ b/blog/2020/04/11/iteration_planning_note_april_11.mdwn @@ -0,0 +1,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. -- cgit v1.2.1