From de02b8bbbe51e4203438f87081f52d29b2422490 Mon Sep 17 00:00:00 2001 From: Sebastian Jeong Date: Mon, 17 Aug 2026 04:52:48 +0900 Subject: [PATCH] =?UTF-8?q?tests:=20bad=5Fbufw=20=EA=B0=80=20=EB=AC=B4?= =?UTF-8?q?=EC=97=87=EC=9D=84=20=EB=A7=89=EB=8A=94=EC=A7=80=20=EA=B8=B0?= =?UTF-8?q?=EB=A1=9D=ED=95=98=EA=B3=A0=20=EC=A7=84=EB=8B=A8=EC=9D=84=20?= =?UTF-8?q?=EA=B3=A0=EC=A0=95=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 보고서가 '애매'로 남긴 하나다. io.buf_writer 는 351e5db 가 Writer 핸들 enum 으로 교체하면서 없앤 콜백 방식 writer이고, 이 fixture 는 그것이 돌아오지 않게 막으려고 그 커밋에서 추가됐다. 파일만 봐서는 알 수 없어 주석으로 남긴다. pin 94 -> 95. 마커 없는 fixture는 이제 없다. --- fec/tests/format/bad_bufw.fe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fec/tests/format/bad_bufw.fe b/fec/tests/format/bad_bufw.fe index 37bf521..2ee7c87 100644 --- a/fec/tests/format/bad_bufw.fe +++ b/fec/tests/format/bad_bufw.fe @@ -1,3 +1,6 @@ +// ERROR:9:unknown name +// io.buf_writer was the callback-based writer that 351e5db replaced with the +// Writer handle enum. This fixture keeps it from coming back. unit bad_bufw; fn main() -> void {