-
Notifications
You must be signed in to change notification settings - Fork 228
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
Add support for OTP 22 #211
Comments
Yes. This usually happens with each major release. I will work on updating soon. |
Building with the environment variable UPD: err I also had to add to version_opts("2.15") -> [{major,2}, {minor,14}, exception, getenv, time, % erlang 21.0
dirty_scheduler_opt, nif_2_11, nif_2_12, nif_2_13,
nif_2_14]; |
Do you plan to implement the new API ( |
The next release will be our first release with a vendored |
What do you mean by "vendored |
@kraythen We made the mistake of depending on |
Ok I get the breaking builds issue but of you dont sometimes you will be stuck in legacy forever. It might be better to just increment to 1.0 and break them. |
Erlang OTP 22 is out and my system automatically updated with it when I updated all my packages. That promptly broke my ability to compile any code using rusler. Rustler simply issues a panic that its not supported and aborts.
The text was updated successfully, but these errors were encountered: