You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
59f0109 (Ruben-fix-issue-139 branch) fixes the issue. However, it uses enum class feature, which is part of C++11.
As we do not currently use C++ features in the whole engine, opening of pull request for the patch would be delayed until the final decision about C++ usage would be made.
Hello.
Currently, interfaces like
ecma_get_string_from_completion_value
andecma_get_string_from_value
have the same prototypes, and so, can be confused.We need to update their prototypes to check for the situation at compile-time.
The text was updated successfully, but these errors were encountered: