Open yegor256 opened 5 days ago
Here is what is happening:
eo:register
foo.eo
bar
foreign.json
foo
eo:pull
I believe, we should delete foreign.json when doing eo:register.
It seems that we should not only delete those records in the foreign.json, but also destroy the .eo files already downloaded, and also .class files unpacked...
.eo
.class
Here is what is happening:
eo:register
with a singlefoo.eo
file, that refers tobar
objectforeign.json
gets a new record aboutfoo
eo:pull
andforeign.json
gets a record aboutbar
foo.eo
file, removing the reference tobar
eo:register
andeo:pull
again - thebar
will be pulled againI believe, we should delete
foreign.json
when doingeo:register
.