Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PkgDev breakage in find_in_path #16020

Merged
merged 1 commit into from
Apr 23, 2016
Merged

Fix PkgDev breakage in find_in_path #16020

merged 1 commit into from
Apr 23, 2016

Conversation

timholy
Copy link
Member

@timholy timholy commented Apr 23, 2016

Ref #15934.

[edit by tkelman] closes JuliaLang/PkgDev.jl#38

@tkelman
Copy link
Contributor

tkelman commented Apr 23, 2016

could maybe do with a test if we can come up with something that doesn't require all of PkgDev to reproduce? thanks for getting to this

@timholy
Copy link
Member Author

timholy commented Apr 23, 2016

Test added.

@timholy timholy merged commit d6df2a0 into master Apr 23, 2016
@timholy timholy deleted the teh/find_in_path branch April 23, 2016 21:50
timholy referenced this pull request in JuliaLang/PkgDev.jl Apr 25, 2016
Fixes the following error:
```
ERROR: MethodError: no method matching find_in_path(::SubString{UTF8String}, ::ASCIIString)
Closest candidates are:
  find_in_path(::Union{ASCIIString,UTF8String}, ::Any)
 in dir(::SubString{UTF8String}) at /Users/kfischer/.julia/v0.5/PkgDev/src/PkgDev.jl:18
 [inlined code] from ./none:69
 in (::PkgDev.Entry.##4#7{ASCIIString})(::Base.LibGit2.GitRepo) at /Users/kfischer/.julia/v0.5/PkgDev/src/entry.jl:52
 in with(::PkgDev.Entry.##4#7{ASCIIString}, ::Base.LibGit2.GitRepo) at ./libgit2/types.jl:565
 [inlined code] from ./none:51
 in publish(::ASCIIString, ::ASCIIString) at /Users/kfischer/.julia/v0.5/PkgDev/src/entry.jl:49
 in publish() at /Users/kfischer/.julia/v0.5/PkgDev/src/PkgDev.jl:55
 in eval(::Module, ::Any) at ./boot.jl:236
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PkgDev.publish() seems to be broken
2 participants