Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: inject and/or override core Lua tree #4

Merged
merged 2 commits into from
Feb 16, 2022

Conversation

mikefero
Copy link
Contributor

This feature adds the ability to inject a Lua file system tree into the existing core Lua file system tree with the ability to override the core files.

Note: The injected Lua file system tree takes precedence over the core.

This feature adds the ability to inject a Lua file system tree into the
existing core Lua file system tree with the ability to override the core
files.

Note: The injected Lua file system tree takes precedence over the core.
@mikefero mikefero requested a review from hbagdi February 16, 2022 15:52
@mikefero
Copy link
Contributor Author

I am going with the assumption the new version of goks released will be v0.3.0 since this adds a new feature for injecting a new file system and changes the API.

internal/vm/vm.go Outdated Show resolved Hide resolved
internal/fs/fs.go Show resolved Hide resolved
@mikefero mikefero requested a review from a team as a code owner February 16, 2022 19:11
@mikefero mikefero requested a review from hbagdi February 16, 2022 19:12
@mikefero mikefero force-pushed the feat/inject-override-core-lua-tree branch from 2914ef9 to 98fc0f4 Compare February 16, 2022 19:50
@hbagdi hbagdi merged commit 3d75d98 into main Feb 16, 2022
@hbagdi hbagdi deleted the feat/inject-override-core-lua-tree branch June 21, 2022 16:12
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.

2 participants