Using DUB version 0.9.21

I've attempted to add-local a package, but now I'm getting weird errors. It's for this repo.

I get:

C:\dev\dchip>dub
Local package at C:\dev\dchip\examples\simple has different name than dchip:simple (simple)
Local package at C:\dev\dchip\examples\demo has different name than dchip:demo (demo)
Local package at C:\dev\dchip\examples\old_demo has different name than dchip:old_demo (old_demo)

It sounds like it wants me to explicitly name the subpackages as e.g. dchip:simple rather than simple. So I tried to renaming all 3 subpackages (their name fields, e.g. "name": "dchip:demo",), but then I get:

C:\dev\dchip>dub
Local package at C:\dev\dchip\examples\simple has different name than dchip:simple (dchip:dchip:simple)

What the heck? And now it's an error for just one of the subpackages?

I can't even seem to remove the local path anymore:

C:\dev\dchip>dub remove-local %CD%
Local package at C:\dev\dchip\examples\simple has different name than dchip:simple (dchip:dchip:simple)