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

Outdated project #41

Open
huqedato opened this issue May 9, 2022 · 3 comments
Open

Outdated project #41

huqedato opened this issue May 9, 2022 · 3 comments

Comments

@huqedato
Copy link

huqedato commented May 9, 2022

Project seems to be broken. It doesn't compile on Elixir 1.13.2 (compiled with Erlang/OTP 22)
After tones of warning it ends in a error:

== Compilation error in file lib/visualixir_web/views/layout_view.ex ==
** (RuntimeError) unexpected EEx.Engine state: {:safe, ""}. This typically means a bug or an outdated EEx.Engine or tool

    (eex 1.13.2) lib/eex/engine.ex:218: EEx.Engine.check_state!/1
    (eex 1.13.2) lib/eex/engine.ex:181: EEx.Engine.handle_text/3
    (eex 1.13.2) lib/eex/compiler.ex:52: EEx.Compiler.generate_buffer/4
    (phoenix 1.3.2) lib/phoenix/template.ex:378: Phoenix.Template.compile/2
    (phoenix 1.3.2) lib/phoenix/template.ex:186: anonymous fn/3 in Phoenix.Template."MACRO-__before_compile__"/2
    (elixir 1.13.2) lib/enum.ex:2396: Enum."-reduce/3-lists^foldl/2-0-"/3
    (phoenix 1.3.2) expanding macro: Phoenix.Template.__before_compile__/1
    lib/visualixir_web/views/layout_view.ex:1: VisualixirWeb.LayoutView (module)
@koudelka
Copy link
Owner

what a bummer, fancy making a PR? :)

@huqedato
Copy link
Author

Nope, I've been serious. This project sounded (and looked) very interesting but seems to be dead, abandoned.

@oliverswitzer
Copy link

@koudelka thanks for making such an awesome project. I tried to do an upgrade in this repo so that I could run this on my M1, but found that it was actually much easier to start from a fresh mix phx.new and then copy over stuff from the original project. Hope you don't mind, but I made a new repo for it 😬

For posterity / anyone who wants to get this thing running again (using Elixir 1.14.1 / Erlang 24.1):

https://github.com/oliverswitzer/vislixir

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

3 participants