Dalgona / Serum

Static website generator for Elixir fans
https://dalgona.dev/Serum
MIT License
320 stars 27 forks source link

[theme] Support up to elixir1.16 #237

Closed nanarino closed 6 months ago

nanarino commented 7 months ago

I got an error after upgrading the elixir version.

** (Mix) Invalid requirement any for app serum

If I use a theme I wrote myself own:

  ERROR  UndefinedFunctionError while loading theme (module: Serum.Themes.Wired): function Serum.Themes.Wired.name/0 is undefined (module Serum.Themes.Wired is not available)
Dalgona commented 7 months ago

Just updated the Elixir version requirement and dependencies. Update your mix.exs and try building your website again. If the problem continues to occur, please post the entire output of your invocation here, so that I can investigate the issue further.

nanarino commented 7 months ago

After the update, :serum_theme_essence cannot be installed.

nanarino commented 7 months ago

https://github.com/Dalgona/serum-theme-essence/issues/2#issue-2082620789

I already have the same symptoms as it🤔

nanarino commented 7 months ago

https://github.com/Dalgona/Serum/blob/v1/master/serum_new/priv/mix.exs.eex#L16C7-L16C29

After deleting this line, everything works as expected.