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

Bump makeup_erlang to get rid of compile warning #338

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

rhcarvalho
Copy link
Contributor

Compiling v0.1.1 with Elixir 1.15 / OTP 26 gives:

==> makeup_erlang
Compiling 3 files (.ex)
warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Warning:   lib/makeup/lexers/erlang_lexer.ex:250: Makeup.Lexers.ErlangLexer (module)

For example, see warning in https://github.com/livebook-dev/kino/actions/runs/6142008298.


Dependency updated with:

mix deps.update makeup_erlang

Version diff:

Compiling v0.1.1 with Elixir 1.15 / OTP 26 gives:
  ==> makeup_erlang
  Compiling 3 files (.ex)
  warning: Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
  Warning:   lib/makeup/lexers/erlang_lexer.ex:250: Makeup.Lexers.ErlangLexer (module)

Dependency updated with:
  mix deps.update makeup_erlang

Version diff:
  elixir-makeup/makeup_erlang@v0.1.1...v0.1.2
  dashbitco/nimble_parsec@v1.3.0...v1.3.1
@jonatanklosko jonatanklosko merged commit f961f8d into livebook-dev:main Sep 15, 2023
1 check passed
@rhcarvalho rhcarvalho deleted the bump-makeup_erlang branch September 15, 2023 09:32
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.

2 participants