summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog/2020/04/11/iteration_planning_note_april_11.mdwn36
1 files changed, 36 insertions, 0 deletions
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.