Project

General

Profile

« Previous | Next » 

Revision 6fbb8bad

Added by Ken McDonell over 15 years ago

  • ID 6fbb8bad75f73c758c0b920a1e61137ad9f2f752

Fix && and || operators with undefined operands

The logic here needs to accommodate tri-state logic (true, false
or unknown) across operands that may have singular vales or be
set valued.

The previous code was incomplete in some respects.

These changes allow the expands QA 319 to pass.

  • added
  • modified
  • copied
  • renamed
  • deleted