-
Notifications
You must be signed in to change notification settings - Fork 2
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
Not matching clause {:m_generate, ...
during mix tria.warmup
#10
Labels
bug
Something isn't working
Comments
Hi, thanks for a bug report, I'll take a look at this during the weekend |
@mat-hek it appears that Tria fails to analyze MapSet module. What exact versions of Elixir and OTP are you using? |
|
I also tried on Elixir 1.14.3 / OTP 25 and got this instead:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello again 👋 trying to compile membrane with tria again and running into some issues. After some tweaking, I managed to compile membrane_core (I'll dig deeper and report issues later on), but I stuck on an error during
mix tria.warmup --available
:To reproduce:
I'd appreciate your help. Also, maybe it would be possible to add a
catch
andreraise
somewhere that would print the original stacktrace/code that was being analyzed/translated when the error happened? Having that, it would be easier for me to debug myself.Regards,
Mateusz
The text was updated successfully, but these errors were encountered: