mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #04360
[Bug 1670825] Re: Script loading broken since import commit
Oh, b****r! I'd seen something like that in the past with the Spork GUI
for (SlothMUD ?) where the scripts were not being loaded in the order
that the package was designed for (or the variables were NOT marked to
be saved between sessions).
Will probe the behaviour and check the loading/compiling/execution
order...
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1670825
Title:
Script loading broken since import commit
Status in Mudlet:
Confirmed
Bug description:
a7f81aafd9897cf38137f22638bfc3bca4d9f0d5 and the corresponding commit
in release_30 are causing scripts not to load right:
https://cdn.discordapp.com/attachments/283582439002210305/288765736669806595/unknown.png
https://cdn.discordapp.com/attachments/283582439002210305/288765804420530176/unknown.png
https://cdn.discordapp.com/attachments/283582439002210305/288766212517920768/unknown.png
This issue was confirmed in latest development and release_30
branches. It was also independently confirmed by another user:
https://gitter.im/Mudlet/Mudlet?at=58b88f0b21d548df2c8165c7
The issue is that the children scripts are being run before the parent
script, which is not the desired behaviour - scripts are supposed to
run in the visual order they are in.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1670825/+subscriptions
References