more mass renaming

This commit is contained in:
2026-06-02 01:48:05 -07:00
parent eff77fff6b
commit 270f192f0c
53 changed files with 1264 additions and 431 deletions
+3 -3
View File
@@ -104,12 +104,12 @@
% specifically account for this error
-record(gsc_err_bcom_unterminated,
{prev_tokens :: [tk()],
break_pos :: gsc_pos(),
break_pos :: tk_pos(),
rest :: string()}).
-record(gsc_err_no_tokmatch,
{prev_tokens :: [tk()],
break_pos :: gsc_pos(),
break_pos :: tk_pos(),
rest :: string()}).
@@ -133,7 +133,7 @@
% generic placeholder error for now
-record(gsc_err,
{atom :: atom(),
string = none :: none | iolist(),
str = none :: none | iolist(),
extra = none :: none | any()}).
% @doc all errors GSC can return conveniently listed in