You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove a few more calls of IME to ember-compatibility. (project-chip#35749)
* Remove a few more calls of IME to ember-compatibility.
This works to move more logic into DataModel::Provider calls
to decouple interactionmodel engine from ember calls.
* Remove auto-include logic
* Some work to make tests actually pass. Starts adding CHI-based enumeration of commands
* Restyle
* Add unit tests and fixes for codgen data provider actually honoring the generated/accepted command callbacks
* Add support for using CommandHandlerInterface for accepted/generated commands.
Note that iteration is still O(N^2) which is not ideal, however at least
the use of this is infrequent and list of commands is somewhat short.
* Fix includes
* Comment update
* Comment update
* Make TestServerCommandDispatch pass
* Unit tests pass
* Remove unused include
* Remove unused include
* Restyled by clang-format
* Remove debug code
* Update src/app/InteractionModelEngine.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Make TestRead actually pass
* Restyle
* Make TestAclAttribute pass
* make test reporting engine pass
* Undo hardcoding of attribute info and make test read interaction use a custom mock model
* Remove do not submit code
* Test passes now
* Restyle
* Config reset not used
* Better fix for TestCommandInteraction
* Restyle
* Fix up data model for test commands as well
* Self review: fix up includes
* Self review: fix up includes
* Self review: fix up includes
* Restyle
* DELETE IntnteractionModelTest.py and chip im-responder/im-initiator
* Method rename
* Revert "DELETE IntnteractionModelTest.py and chip im-responder/im-initiator"
This reverts commit 4a6dd20.
* Disable InteractionModelTest without deletion
---------
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
0 commit comments