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

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

Build:
DEFAULT BRANCH: master
Ran 04 Jun 2026 01:35AM 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

04 Jun 2026 01:33AM UTC coverage: 0.0%. Remained the same
26924414748

push

github

TimothyLuke
#1914 Expose legacy GSE proxy with RegisterAddon/GetSequenceNamesFromLibrary/isEmpty

External sequence-pack plugins (not under our control) still parse with
`local GSE = GSE` and call GSE.RegisterAddon / GSE.GetSequenceNamesFromLibrary
to register their bundled sequences. After the privacy refactor those
plugins would clear their own `if GSE == nil then return end` guard and
crash on the first internal helper (GSE.isEmpty).

Expose a sealed proxy at _G.GSE carrying ONLY the registration handshake
surface — the two methods plus the isEmpty nil-guard the registration
path itself uses. Everything else on the private namespace (L, Static,
Library, AceEvent mixins, internal helpers …) is deliberately absent.

__newindex silently drops writes so a stray `GSE.foo = bar` in a plugin
can't clobber our exposed methods or graft state onto the proxy.
__metatable = false locks the metatable so it can't be re-tabled either.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26924414748.1 04 Jun 2026 01:35AM UTC 0
0.0
GitHub Action Run
Source Files on build 26924414748
Detailed source file information is not available for this build.
  • Back to Repo
  • 8538618d on github
  • Prev Build on 1914-Gui-Only (#26921157145)
  • Next Build on master (#26945661016)
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