Skip to content

Commit

Permalink
Temporarily use forked Sourceror with range fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Oct 31, 2023
1 parent 3642c71 commit 1e52f5d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apps/common/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ defmodule Common.MixProject do
defp deps do
[
{:lexical_shared, path: "../../projects/lexical_shared"},
{:sourceror, "~> 0.14.0"},
# {:sourceror, "~> 0.14.1"},
{:sourceror, github: "zachallaun/sourceror", ref: "2ebf14e"},
{:stream_data, "~> 0.6", only: [:test], runtime: false},
{:patch, "~> 0.12", only: [:test], optional: true, runtime: false}
]
Expand Down
3 changes: 2 additions & 1 deletion apps/remote_control/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ defmodule Lexical.RemoteControl.MixProject do
{:lexical_test, path: "../../projects/lexical_test", only: :test},
{:patch, "~> 0.12", only: [:dev, :test], optional: true, runtime: false},
{:path_glob, "~> 0.2", optional: true},
{:sourceror, "~> 0.14.0"},
# {:sourceror, "~> 0.14.1"},
{:sourceror, github: "zachallaun/sourceror", ref: "2ebf14e"},
{:phoenix_live_view, "~> 0.19.5", only: [:test], optional: true, runtime: false}
]
end
Expand Down
3 changes: 2 additions & 1 deletion apps/server/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ defmodule Lexical.Server.MixProject do
{:path_glob, "~> 0.2"},
{:protocol, in_umbrella: true},
{:remote_control, in_umbrella: true, runtime: false},
{:sourceror, "~> 0.14.0"}
# {:sourceror, "~> 0.14.1"}
{:sourceror, github: "zachallaun/sourceror", ref: "2ebf14e"}
]
end
end
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"phoenix_template": {:hex, :phoenix_template, "1.0.3", "32de561eefcefa951aead30a1f94f1b5f0379bc9e340bb5c667f65f1edfa4326", [:mix], [{:phoenix_html, "~> 2.14.2 or ~> 3.0", [hex: :phoenix_html, repo: "hexpm", optional: true]}], "hexpm", "16f4b6588a4152f3cc057b9d0c0ba7e82ee23afa65543da535313ad8d25d8e2c"},
"plug": {:hex, :plug, "1.14.2", "cff7d4ec45b4ae176a227acd94a7ab536d9b37b942c8e8fa6dfc0fff98ff4d80", [:mix], [{:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:plug_crypto, "~> 1.1.1 or ~> 1.2", [hex: :plug_crypto, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.3 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "842fc50187e13cf4ac3b253d47d9474ed6c296a8732752835ce4a86acdf68d13"},
"plug_crypto": {:hex, :plug_crypto, "1.2.5", "918772575e48e81e455818229bf719d4ab4181fcbf7f85b68a35620f78d89ced", [:mix], [], "hexpm", "26549a1d6345e2172eb1c233866756ae44a9609bd33ee6f99147ab3fd87fd842"},
"sourceror": {:hex, :sourceror, "0.14.0", "b6b8552d0240400d66b6f107c1bab7ac1726e998efc797f178b7b517e928e314", [:mix], [], "hexpm", "809c71270ad48092d40bbe251a133e49ae229433ce103f762a2373b7a10a8d8b"},
"sourceror": {:git, "https://github.com/zachallaun/sourceror.git", "2ebf14e8328df3d26450db1f952bfc3577958f45", [ref: "2ebf14e"]},
"statistex": {:hex, :statistex, "1.0.0", "f3dc93f3c0c6c92e5f291704cf62b99b553253d7969e9a5fa713e5481cd858a5", [:mix], [], "hexpm", "ff9d8bee7035028ab4742ff52fc80a2aa35cece833cf5319009b52f1b5a86c27"},
"stream_data": {:hex, :stream_data, "0.6.0", "e87a9a79d7ec23d10ff83eb025141ef4915eeb09d4491f79e52f2562b73e5f47", [:mix], [], "hexpm", "b92b5031b650ca480ced047578f1d57ea6dd563f5b57464ad274718c9c29501c"},
"telemetry": {:hex, :telemetry, "1.2.1", "68fdfe8d8f05a8428483a97d7aab2f268aaff24b49e0f599faa091f1d4e7f61c", [:rebar3], [], "hexpm", "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"},
Expand Down

0 comments on commit 1e52f5d

Please sign in to comment.