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

Display compiler versions (and, optionally, to switch between them) #20

Open
novusnota opened this issue Mar 28, 2024 · 0 comments
Open

Comments

@novusnota
Copy link

Observed behaviour

At the moment, one has to do a set of heuristics to determine which compiler version of FunC or Tact the project is using.

For example, to check if the compiler supports Tact v1.2.0, you may try to use += operator. And if that doesn't work, the version must be lower than 1.2.0.

Repeat this process to find the actual version used at the moment (or look into Nujan source code to find out faster, though still a bit impractical :)

Expected behavior or possible solutions

  1. Display the currently used compiler version — it may be hidden under the cog icon of settings on the lower left.
  2. Optionally, make it possible to switch between a pre-defined set of FunC/Tact versions.
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

No branches or pull requests

1 participant