Newer
Older
dub_jkp / changelog / enforce_proper_package_loading.dd
  1. Running `dub upgrade` on a package-less folder is now a no-op
  2.  
  3. Prior to this change, accidentally running `dub upgrade` in a folder
  4. where no `dub.json` / `dub.sdl` was present would leave you with a
  5. `dub.selections.json` and, in some instances, an empty `.dub` folder.
  6. This has been fixed and running `dub upgrade` where one shouldn't
  7. will now only generate a friendly error message.
  8.