Skip to content

Commit

Permalink
update Compat for rename of Pkg to OldPkg (#551)
Browse files Browse the repository at this point in the history
* temporarily disable the Project file while things are in flux

* simply redirect Pkg to the new package manager on 0.7
  • Loading branch information
KristofferC authored May 23, 2018
1 parent 5b40ef1 commit 2a82221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ Currently, the `@compat` macro supports the following syntaxes:
not yet part of the standard library ([#24443]).

* `using Compat.Pkg` is provided on versions older than 0.7, where this library is
not yet part of the standard library ([#25705]).
not yet part of the standard library ([#25705]). Note that `Compat.Pkg` will point to
the new package manager on 0.7 which does not have a fully compatible API with the old
package manager.

* `using Compat.InteractiveUtils` is provided on versions older than 0.7, where this library is
not yet part of the standard library ([#25780]).
Expand Down
File renamed without changes.

0 comments on commit 2a82221

Please sign in to comment.