-
Notifications
You must be signed in to change notification settings - Fork 145
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
failOnWarning
must be turned ON in eo-runtime
#3663
Labels
Comments
iri
added a commit
to iri/eoc
that referenced
this issue
Dec 17, 2024
Added '--easy' flag to 'eoc' call. This is workaround until the 'failOnWarning' issue (objectionary/eo#3663) will be fixed. (inexperienced users with 'eo' who come for the first time and try to compile 'Hello world!' should not be discouraged)
I will take this. |
@iri great! please, don't do it in one big pull request, to avoid risk of rejection. |
Merged
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 25, 2024
bug(#3663): fix warnings for failOnWarning turn ON
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 8, 2025
bug(#3663): fix warnings for failOnWarning turn ON
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 11, 2025
bug(#3663): fix warnings when failOnWarning switch on
yegor256
added a commit
that referenced
this issue
Jan 16, 2025
bug(#3663): fix warnings for failOnWarning turn ON
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently,
failOnWarning
is set tofalse
ineo-runtime/pom.xml
. Let's put it totrue
and fix all warnings in.eo
files: most of them are cosmetic.The text was updated successfully, but these errors were encountered: