From 9b520d71f5f41b7d426c940867e66ebbdbb95e7a Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Sat, 7 Feb 2026 03:10:23 +0000 Subject: [PATCH] pull in new brolib-sml changes, which fixes a minor bug in the 'LineGap.lineNumberToIdx' function. That function tried to index into a vector immediately when the metadata indicated the current node is at the correct line number, without checking if the relevant line break is at the current node. We perform this check first, and continue going leftwards until we find the line break if the relevant line break is not at the current node. --- lib/brolib-sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/brolib-sml b/lib/brolib-sml index e7a08e2..fd96032 160000 --- a/lib/brolib-sml +++ b/lib/brolib-sml @@ -1 +1 @@ -Subproject commit e7a08e27af16c211e72ab0a5627d70af417e0813 +Subproject commit fd96032949434207dda3b288f48d7fe579f59e4e