We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a629495 commit 7e3ee78Copy full SHA for 7e3ee78
2 files changed
src/scriptfile.c
@@ -1341,6 +1341,8 @@ do_source(
1341
di = HI2DI(hi);
1342
di->di_flags |= DI_FLAGS_RELOAD;
1343
}
1344
+ // imports can be redefined once
1345
+ mark_imports_for_reload(sid);
1346
1347
else
1348
{
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2226,
755
/**/
756
2225,
757
0 commit comments