Skip to content
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 deprecation note to CHANGELOG #362

Merged
merged 2 commits into from
Jun 4, 2021

Conversation

evnu
Copy link
Member

@evnu evnu commented Jun 2, 2021

We warn w.r.t. deprecation in compiler.rustler.ex and refer to the CHANGELOG, but the CHANGELOG did not yet contain an entry discussing the deprecation.

@evnu evnu requested a review from scrogson June 2, 2021 06:57
CHANGELOG.md Outdated
configuration:
* Drop `:rustler` from the `:compilers` key in your `mix.exs` `project/0` function
* Drop `:rustler_crates` from `project/0` and move the configurations into the `use Rustler`
of your NIF module.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or application config:

# config/dev.exs

config :my_app, MyApp.Native,
  mode: :debug

Maybe add a link to the config docs? https://hexdocs.pm/rustler/0.22.0-rc.1/Rustler.html#module-configuration-options

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I reformatted and added your suggestions.

@evnu evnu merged commit 5e3a153 into rusterlium:master Jun 4, 2021
@evnu evnu deleted the v0.22-changelog-deprected-compiler branch June 4, 2021 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants