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

Cleaner version info #1298

Merged
merged 33 commits into from
Nov 11, 2023
Merged

Cleaner version info #1298

merged 33 commits into from
Nov 11, 2023

Conversation

drkameleon
Copy link
Collaborator

Description

Right now, if we open the REPL it shows complete version information: main version + build + system (+ build timestamp).

It wouldn't be bad since the main information (everything but the timestamp, which is not that useful + it creates some compile-time constants issues) should also be shown when doing arturo --version.

Also, we have to normalize the way a couple of build details are displayed (e.g. it shows to me "macosx" - while the official name of the OS is "macOS" since 2016...)

Type of change

  • Code cleanup
  • Enhancement (implementation update, or general performance enhancements)

@drkameleon drkameleon self-assigned this Nov 11, 2023
@github-actions github-actions bot added vm Issues related to the Virtual Machine implementation library Issues related to the standard library helpers Issues related to Helper modules labels Nov 11, 2023
@drkameleon drkameleon added enhancement New feature or request command line Issues related to Arturo's command-line and options vm Issues related to the Virtual Machine implementation library Issues related to the standard library helpers Issues related to Helper modules and removed vm Issues related to the Virtual Machine implementation library Issues related to the standard library helpers Issues related to Helper modules labels Nov 11, 2023
@drkameleon
Copy link
Collaborator Author

Ready to merge! 🚀

@drkameleon drkameleon merged commit 9b59256 into master Nov 11, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command line Issues related to Arturo's command-line and options enhancement New feature or request helpers Issues related to Helper modules library Issues related to the standard library vm Issues related to the Virtual Machine implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant