Skip to content

Commit

Permalink
remove getCanvas from core since it leads to errors in Julia version …
Browse files Browse the repository at this point in the history
…1.10
  • Loading branch information
arhik committed Nov 14, 2023
1 parent 7717ddd commit b3a8e74
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/canvas.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ function getCanvas()
defaultCanvas(FallbackCanvas)
end

function getCanvas(x::Symbol)
try
getCanvas(eval(x))
catch e
@error e
end
end

function getCanvas(::Val{:FallbackCanvas})
defaultCanvas(FallbackCanvas)
end
Expand Down

2 comments on commit b3a8e74

@arhik
Copy link
Member Author

@arhik arhik commented on b3a8e74 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.1.3 already exists

Please sign in to comment.