Skip to content

Commit c5c64e2

Browse files
authored
Merge pull request #38 from timholy/teh/noproj
Remove Project.toml
2 parents 1b025bf + b8f41f2 commit c5c64e2

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

Project.toml

-23
This file was deleted.

src/debug.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ function generate_let_command(method::Method, uuid::UUID)
438438
s = stored[uuid]
439439
@assert method == s.method
440440
argstring = '(' * join(s.varnames, ", ") * (length(s.varnames)==1 ? ",)" : ')')
441-
body = convert(Expr, striplines!(deepcopy(funcdef_body(get_def(method; modified_files=String[])))))
441+
body = convert(Expr, striplines!(copy(funcdef_body(get_def(method; modified_files=String[])))))
442442
return """
443443
@eval $(method.module) let $argstring = Main.Rebugger.getstored(\"$uuid\")
444444
$body

test/REQUIRE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Colors

0 commit comments

Comments
 (0)