objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Micro Library Issue 2 :- Deletion of micro library not reflecting any changes #235

Open NilotpalSenChowdhury opened 7 years ago

NilotpalSenChowdhury commented 7 years ago

microservice

Details:- No changes reflected even after deletion of micro library . In the given screenshot the validateData does not exist but its not showing any error

Steps:- 1)create a mico service 2)Create a micro library 3)Add the micro library to micro service and use the micro library in your code 4)Run the test on mico service 5Now DELETE the mico library Again run the test Since the micro library has been DELETED it should throw an error

objecthub-io commented 7 years ago

Thank you for reporting the issue.

That is a good point. The Micro Library is not actually deleted but only in trash, that's why the Micro App still works. However, I think it would be good here to show some kind of error/warning in the Micro App if any of its dependencies are in trash!