Skip to content

Commit

Permalink
removing a problematic comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Mar 7, 2022
1 parent 3a85ea3 commit 43e23a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/eval/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ function parse_rpath(rpath::AS; canonical::Bool=false, code::Bool=false)::AS
end
if !canonical
# here we want to remain unix-style, so we don't use joinpath
# note that rpath never starts with "/" so there's
# no doubling of "//"
tmp = unixify(splitext(loc_rpath)[1])
rpath = ifelse(endswith(tmp, '/'), tmp, tmp * "/") * rpath[3:end]
return "/assets/" * rpath
Expand Down

2 comments on commit 43e23a1

@tlienart
Copy link
Owner Author

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.

Registration pull request created: JuliaRegistries/General/56203

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.71 -m "<description of version>" 43e23a1bbca17fe13c028872e99fe2a0af714fc3
git push origin v0.10.71

Please sign in to comment.