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

Elixir 1.15.0 support #308

Closed
shirishgoyal opened this issue Jul 1, 2023 · 4 comments
Closed

Elixir 1.15.0 support #308

shirishgoyal opened this issue Jul 1, 2023 · 4 comments

Comments

@shirishgoyal
Copy link
Contributor

shirishgoyal commented Jul 1, 2023

For elixir 1.15.0, below deprecated warnings are being shown

Code.eval_quoted(quoted_code, [assigns: %{}],

warning: :aliases option in eval is deprecated
(elixir 1.15.0) src/elixir.erl:275: :elixir.env_for_eval/1
(elixir 1.15.0) lib/code.ex:998: Code.eval_quoted/3
(phoenix_storybook 0.5.4) lib/phoenix_storybook/rendering/component_renderer.ex:151: PhoenixStorybook.Rendering.ComponentRenderer.render_component_heex/3
(phoenix_storybook 0.5.4) lib/phoenix_storybook/live/story_live.ex:419: anonymous fn/3 in PhoenixStorybook.StoryLive.render_content/2


2) ```
warning: :requires option in eval is deprecated
  (elixir 1.15.0) src/elixir.erl:283: :elixir.env_for_eval/1
  (elixir 1.15.0) lib/code.ex:998: Code.eval_quoted/3
  (phoenix_storybook 0.5.4) lib/phoenix_storybook/rendering/component_renderer.ex:151: PhoenixStorybook.Rendering.ComponentRenderer.render_component_heex/3
  (phoenix_storybook 0.5.4) lib/phoenix_storybook/live/story_live.ex:419: anonymous fn/3 in PhoenixStorybook.StoryLive.render_content/2

warning: :functions option in eval is deprecated
(elixir 1.15.0) src/elixir.erl:291: :elixir.env_for_eval/1
(elixir 1.15.0) lib/code.ex:998: Code.eval_quoted/3
(phoenix_storybook 0.5.4) lib/phoenix_storybook/rendering/component_renderer.ex:151: PhoenixStorybook.Rendering.ComponentRenderer.render_component_heex/3
(phoenix_storybook 0.5.4) lib/phoenix_storybook/live/story_live.ex:419: anonymous fn/3 in PhoenixStorybook.StoryLive.render_content/2

@cblavier
Copy link
Contributor

cblavier commented Jul 3, 2023

thanks, I will get it fixed!

@cblavier cblavier mentioned this issue Jul 3, 2023
@cblavier
Copy link
Contributor

cblavier commented Jul 3, 2023

👌

@cblavier cblavier closed this as completed Jul 3, 2023
@shirishgoyal
Copy link
Contributor Author

Thanks a lot. When is the release date?

@cblavier
Copy link
Contributor

releasing 0.5.5 today!

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

No branches or pull requests

2 participants