File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ defmodule Livebook.Runtime.DependenciesTest do
4444 assert Dependencies . insert_mix_dependencies ( "# Comment" , [ @ req ] ) ==
4545 { :ok ,
4646 """
47+ # Comment
4748 Mix.install([
4849 {:req, "~> 0.5.0"}
49- ])
50-
51- # Comment\
50+ ])\
5251 """ }
5352
5453 assert Dependencies . insert_mix_dependencies (
Original file line number Diff line number Diff line change @@ -327,6 +327,16 @@ defmodule Livebook.Runtime.EvaluatorTest do
327327 nofile:3: Livebook.Runtime.EvaluatorTest.Stacktrace.Math.bad_math/0
328328 nofile:10: Livebook.Runtime.EvaluatorTest.Stacktrace.Cat.meow/0
329329 nofile:15: (file)
330+ (elixir 1.20.0) elixir.erl:382: :elixir.eval_external_handler/3
331+ (stdlib 7.3) erl_eval.erl:924: :erl_eval.do_apply/7
332+ (elixir 1.20.0) elixir.erl:365: :elixir.erl_eval/3
333+ (elixir 1.20.0) elixir.erl:329: :elixir.eval_forms/4
334+ (elixir 1.20.0) lib/module/parallel_checker.ex:156: Module.ParallelChecker.verify/1
335+ (livebook 0.20.0-dev) lib/livebook/runtime/evaluator.ex:653: anonymous fn/3 in Livebook.Runtime.Evaluator.eval_elixir/3
336+ (elixir 1.20.0) lib/code.ex:699: Code.with_diagnostics/2
337+ (livebook 0.20.0-dev) lib/livebook/runtime/evaluator.ex:647: Livebook.Runtime.Evaluator.eval_elixir/3
338+ (livebook 0.20.0-dev) lib/livebook/runtime/evaluator.ex:436: Livebook.Runtime.Evaluator.continue_do_evaluate_code/6
339+ (livebook 0.20.0-dev) lib/livebook/runtime/evaluator.ex:333: Livebook.Runtime.Evaluator.loop/1
330340 """
331341 end
332342
You can’t perform that action at this time.
0 commit comments