Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

Flush failure needs to be reported in UX #569

Open b1conrad opened 3 years ago

b1conrad commented 3 years ago

This is to follow up on issue #568 when flushing a ruleset in the UI, and the ruleset compiles (and so can be registered with the pico-engine) but cannot be installed in a pico.

This can happen if part of the change to the ruleset is use module of another ruleset which is not installed in the pico (whose UI and Rulesets tab is being used to do the flushing).

keylanjensen commented 9 months ago

Additionally, changing an installed ruleset to use a module that does not exist and then flushing that ruleset does not show that the flush did not succeed.