Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Issues #41 Add errors when assert operators. #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 8, 2015

  1. Issues hoaproject#41 Add errors when assert operators.

    When operators are evaluated, we can found some asserter false. This
    patch add a management of errors in the asserter. Operators name and
    value is added in errors stack to identify which operator fail.
    
    Two methods are available to identify if we have errors and to get there
    errors:
    * hasErrors return a boolean which identify if some errors have been
    raised.
    * getErrors return an array with operator name as key and arguments as
    values.
    * resetErrors clean all errors stored.
    vonglasow committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    30128cf View commit details
    Browse the repository at this point in the history