Replies: 1 comment
-
The 3 cases of use we currently have are strong enough to remain. No changes planned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is just some proposals. Nothing in this discussion form part of the roadmap.
Introduction to the problem
We do provide 3 ways of compiling
The issue is communicational. Many people seem to only be reading the first point and ignoring the other two.
There is another reason to consider this, and it's the fact we currently provide 3 compilations options (build & run, build, and run) when using the conventional entry_point and output, but only one when working with
.solution.toml
files.Proposal 1
Build solution
..solution.toml
by default.Advantages
Disadvantages
.solution.toml
file.Run this file
from interpreted languages would still run of the box without requiring a solution file.It sounds bad, but it's probably better than the current "I press compile and it doesn't compile" of people who didn't read the readme.
Beta Was this translation helpful? Give feedback.
All reactions