Skip to content

Remove standalone programs lua.c and luac.c (move to lua370-app)#4

Merged
mgrossmann merged 1 commit intomainfrom
feature/remove-standalone-programs
Mar 10, 2026
Merged

Remove standalone programs lua.c and luac.c (move to lua370-app)#4
mgrossmann merged 1 commit intomainfrom
feature/remove-standalone-programs

Conversation

@mgrossmann
Copy link
Contributor

Closes #3

Changes

  • src/lua.c removed
  • src/luac.c removed

Notes

No build config changes needed. project.toml stays as-is (type library, no link section).

After merge: release v1.0.1 — first version without standalone modules. The new lua370-app project will depend on lua370 >=1.0.1.

LUA and LUAC are standalone programs, not library code. They are being
moved to the new lua370-app project. This makes lua370 a pure library
and eliminates IEW0241 doubly-defined warnings for embedders.

Closes #3
@mgrossmann mgrossmann merged commit d0ec6ce into main Mar 10, 2026
1 check passed
@mgrossmann mgrossmann deleted the feature/remove-standalone-programs branch March 10, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove standalone programs lua.c and luac.c (move to lua370-app)

1 participant