Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add warning

...

Info
titleEngine Compatibility

Flushing rulesets has not yet been implemented in the New Pico Engine

Flushing the Ruleset

Whereever Wherever you host your code, the rules engine caches it after parsing it for better performance. That means that you need to flush your code from the rules engine cache whenever you update it. After pushing a change to your ruleset, you will need to manually delete it from the pico(s) in which it is installed, and install it again.

...

To validate using the first method, open the "Engine Rulesets" pageĀ (linked from the "Pico Bootstrap" page), and paste your entire ruleset into the big text area, and click the "validate" button. When your KRL compiles correctly, you will see a result of "ok" beneath the buttons, with the page looking like this screenshot.

Info

Hint: The editor in the "Engine Rulesets" page is very primitive and does not include a "save to disk" option. You should also save your ruleset somewhere in your file system (preferably in a repository), named, say, "hello_world.krl"