frostney / frostney/GocciaScript

Teach ScriptLoader to execute .gcbundle artifacts in bytecode mode

Open
#157 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new feature
Dominant language
Pascal
Stars
20
Forks
3
Avg merge
3d 4h
Merged PRs (30d)
45

Description

Goal

Make .gcbundle the first user-facing bundled artifact by teaching ScriptLoader to execute it.

Scope

  • Extend ScriptLoader to detect .gcbundle inputs.
  • Initialize the bundle-backed resolver/runtime in bundle mode.
  • Execute the bundle entry module in bytecode mode.
  • Preserve current .js and .gbc behavior unchanged.

Acceptance Criteria

  • ./build/ScriptLoader app.gcbundle runs successfully after the original source tree is removed.
  • Existing .js and .gbc workflows continue to behave the same.
  • Error reporting in bundle mode includes the bundle virtual path and original source metadata where available.

Stand-alone Value

Delivers deployable bundled apps without any executable wrapping.

Dependencies

Depends on #154, #155, and #156.

Tracking

Tracked by #161.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the ./build/ScriptLoader entry point and compare its existing .js and .gbc workflows, after reviewing dependencies #154, #155, and #156. Done means app.gcbundle runs after the source tree is removed, existing workflows remain unchanged, and bundle errors include the virtual path and available source metadata.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.