https://github.com/tpapp/pkgbugdemo.jl
self-contained repo for demonstrating a bug
https://github.com/tpapp/pkgbugdemo.jl
Last synced: 4 months ago
JSON representation
self-contained repo for demonstrating a bug
- Host: GitHub
- URL: https://github.com/tpapp/pkgbugdemo.jl
- Owner: tpapp
- License: other
- Created: 2019-02-04T13:08:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T09:17:48.000Z (over 5 years ago)
- Last Synced: 2026-01-20T20:05:07.532Z (5 months ago)
- Language: Julia
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PkgBugDemo
Demo a bug in Pkg.
```julia
pkg> dev https://github.com/tpapp/PkgBugDemo.jl
pkg> activate ~/.julia/dev/PkgBugDemo
pkg> add Parameters
pkg> rm Parameters
shell> git diff
diff --git a/Project.toml b/Project.toml
index 6609aa4..4ae035b 100644
--- a/Project.toml
+++ b/Project.toml
@@ -3,10 +3,5 @@ uuid = "b4ea9972-f880-5dc1-8aaf-ab4ea81b0c3f"
authors = ["Tamas K. Papp "]
version = "0.1.0"
-[deps]
-
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
-
-[targets]
-test = ["Test"]
```