Skip to content

Commit

Permalink
Update rules library version - 2nd attempt (#153)
Browse files Browse the repository at this point in the history
* Update rules library version

* Update github workflow

* Fix for calling events with variable parameters

* Restore defines

* Restore defines 2

* Warn when too many conditions are stacked

* Fix internal moves

* Better fix of last commits

---------

Co-authored-by: CurlyMoo <[email protected]>
  • Loading branch information
IgorYbema and CurlyMoo authored Jan 18, 2025
1 parent b72179f commit 2f50421
Showing 0 changed files with 0 additions and 0 deletions.

1 comment on commit 2f50421

@blb4github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many updates now!

I just loaded this last version, I have noticed (since a couple of last updates) my rules don't load direct after firmware update:

3854: rule #1 was executed in 1646 microseconds
3855: bytecode: 280/280, heap: 120/120, stack: 4/12 bytes, varstack: 256/256 bytes
3955: rule #2 was prepared in 99971 microseconds
4106: rule #2 bytecode was created in 151126 microseconds
4106: bytecode: 556/556, heap: 100/100, stack: 4/12 bytes, varstack: 440/440 bytes
4107: FATAL: function call 'ceil' failed

If I go to the rules menu and press 'save' they are loaded.

Please sign in to comment.