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

Print lua version + implementation on startup #300

Closed
lionkor opened this issue Mar 12, 2024 · 3 comments · Fixed by #325
Closed

Print lua version + implementation on startup #300

lionkor opened this issue Mar 12, 2024 · 3 comments · Fixed by #325
Assignees
Labels
feature New feature or request

Comments

@lionkor
Copy link
Contributor

lionkor commented Mar 12, 2024

When running a server and writing plugins for it, I want to know which lua version is used. On linux I can ldd, but on Windows I'm lost. The server should print the lua version and any other info it has about it, on startup of the LuaEngine.

@lionkor lionkor added the feature New feature or request label Mar 12, 2024
@lionkor lionkor moved this to Planned in Development Mar 12, 2024
@lionkor lionkor added this to the v3.4.0 (minor) milestone Mar 12, 2024
@lionkor
Copy link
Contributor Author

lionkor commented Apr 8, 2024

This also needs to be added to the version command, just like all other library versions we can reasonably query and care about (like openssl)

@sla-ppy
Copy link
Contributor

sla-ppy commented May 20, 2024

@lionkor Please assign me to this. I'll tackle this issue!

@sla-ppy
Copy link
Contributor

sla-ppy commented May 20, 2024

@lionkor Suggested for us to add a way to tell which platform we are on along with the rest of the version information.
This will be also added in this issue.

lionkor added a commit that referenced this issue May 24, 2024

Verified

This commit was signed with the committer’s verified signature.
newswangerd David Newswanger
…sion on startup (#325)

Closes #300
@github-project-automation github-project-automation bot moved this from Planned to Done in Development May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Done
2 participants