Skip to content

Compile error on Elixir 1.18 #6

Closed
@frezik

Description

@frezik

There's a compile error when using Elixir 1.18. Downgrading to 1.17.1 fixes it.

== Compilation error in file lib/json5/ecma.ex ==
Error: ** (CompileError) Elixir.Json5.ECMA:1: function 'MACRO-is_unicode_identifier_letter'/2+7:
  An implementation limit was reached.
  Try reducing the complexity of this function.

  Instruction: {move,{x,1},{y,2149}}

    (stdlib 6.2) lists.erl:2310: :lists.foreach_1/2
could not compile dependency :json5, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile json5 --force", update it with "mix deps.update json5" or clean it with "mix deps.clean json5"
Error: Process completed with exit code 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions