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

OpenOS: /lib/package.lua: add support for preload and config #3447

Conversation

RobertCochran
Copy link
Contributor

Add basic implementations of package.preload and package.config,
necessary to get the Fennel compiler ( https://fennel-lang.org )
running.


As it says on the tin. Primarily done to get Fennel operational, but I'm certain that the functionality would be useful for other packages to be able to implement their own preloaders. package.config was necessary because Fennel reads it in, so it needed to be exposed in the package. Comments, suggestions, and criticism are welcome.

Add basic implementations of package.preload and package.config,
necessary to get the Fennel compiler ( https://fennel-lang.org )
running.
@payonel payonel added this to the OC 1.8.0 milestone Jun 8, 2022
@asiekierka asiekierka modified the milestones: OC 1.8.0, OC 1.9.0 May 30, 2023
@asiekierka asiekierka merged commit dde8337 into MightyPirates:master-MC1.7.10 Apr 7, 2024
@asiekierka asiekierka removed this from the OC 1.9.0 milestone Apr 7, 2024
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.

3 participants