From a79015f73c82bbd55e425ae47760c64bcb8977fc Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 29 Nov 2023 11:29:25 +0000 Subject: [PATCH] doc: Document !2057 --- doc/changes/auxiliary/mr.2057.md | 3 +++ doc/changes/misc_fixes/mr.2057.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 doc/changes/auxiliary/mr.2057.md create mode 100644 doc/changes/misc_fixes/mr.2057.md diff --git a/doc/changes/auxiliary/mr.2057.md b/doc/changes/auxiliary/mr.2057.md new file mode 100644 index 000000000..75aaec5bc --- /dev/null +++ b/doc/changes/auxiliary/mr.2057.md @@ -0,0 +1,3 @@ +u/builder: Introduce new `u_builder` to make it easier to implement the +interface function `xrt_builder::open_system`. Allowing lots of de-duplication +of code that was exactly the same in most builders. diff --git a/doc/changes/misc_fixes/mr.2057.md b/doc/changes/misc_fixes/mr.2057.md new file mode 100644 index 000000000..674b5d13e --- /dev/null +++ b/doc/changes/misc_fixes/mr.2057.md @@ -0,0 +1 @@ +t/common: Use new `u_builder` helper in most builder.