Skip to content
  • Lukas Weber's avatar
    BREAKING: require register_evalables to be a static function · 0e51bdd5
    Lukas Weber authored
    * eliminates a source of bugs (relying on state that was not set in the mc constructor)
    * allows speeding up your merges: mine were slow because of all the things that happen in the constructor
    
    However you may need to rearrange your code to calculate all the things you need for your evalables in register_evalables.
    0e51bdd5