mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 11:16:07 +01:00
[PR #20] [MERGED] feat(libcorn): libcorn Lua library export #29
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/corn-config/corn/pull/20
Author: @A-Cloud-Ninja
Created: 7/30/2023
Status: ✅ Merged
Merged: 8/3/2023
Merged by: @JakeStanger
Base:
master← Head:master📝 Commits (2)
848f706feat(libcorn): lua support via library export8ad9573ci(build): restructure, add lua jobs📊 Changes
6 files changed (+296 additions, -48 deletions)
View changed files
📝
.github/workflows/build.yml(+121 -47)📝
Cargo.lock(+106 -0)📝
README.md(+28 -1)📝
libcorn/Cargo.toml(+7 -0)📝
libcorn/src/lib.rs(+10 -0)➕
libcorn/src/lua.rs(+24 -0)📄 Description
Introduces the structure for a Lua process to load libcorn.so
Currently when this compiles, it creates a
liblibcorn.sowhich has to be renamed during use from a pure Lua perspective, tolibcorn.so(this is an issue with how Lua looks for and loads libraries, rather than a rust problem directly)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.