• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TimothyLuke / GSE-Advanced-Macro-Compiler / 23384743842
0%

Build:
DEFAULT BRANCH: master
Ran 21 Mar 2026 05:22PM UTC
Jobs 1
Files 0
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Mar 2026 05:21PM UTC coverage: 0.0%. Remained the same
23384743842

push

github

TimothyLuke
Fix collection import dropping all but one sequence

When importing a COLLECTION, ImportSerialisedSequence was called in a
synchronous loop for each item. Any item that triggered a StaticPopup
(checksum warning or older-version dialog) called StaticPopup_Show and
returned early. Because all items share the same dialog name and popup
slot, each call clobbered the previous item's data, leaving only the
last item's popup visible. The user would click Proceed and only that
one sequence would import; all others were silently dropped.

Fix: add a skipDialogs flag (set to true for all recursive calls from
the COLLECTION handler). When set, version-mismatch sequences log a
chat message and proceed rather than blocking on a popup. Checksum
warnings are similarly bypassed. Hard incompatibility (GSEVersion <=
3200) still prints and skips the sequence as before.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23384743842.1 21 Mar 2026 05:22PM UTC 0
0.0
GitHub Action Run
Source Files on build 23384743842
Detailed source file information is not available for this build.
  • Back to Repo
  • 2cf6f077 on github
  • Prev Build on refs/tags/3.3.07 (#23375113596)
  • Next Build on master (#23385302067)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc