Feature #39133

Add Option to to CaseTsObject to skip matches for which the type doesn't exist

Added by Marc Neuhaus about 3 years ago. Updated about 2 years ago.

Status:Needs Feedback Start date:2012-07-20
Priority:Should have Due date:
Assigned To:Marc Neuhaus % Done:

0%

Category:-
Target version:-

Description

The CaseTsObject should have an option to skip matchers for which the type doesn't exist like this:

Foo:Bar = Case
Foo:Bar {
    skipNonExistingTypes = true

    matchers.900000.condition = ${true}
    matchers.900000.type = 'Foo:DoesntExist'

    matchers.1000000.condition = ${true}
    matchers.1000000.type = 'Foo:DefaultBar'
}

History

#1 Updated by Christian Müller about 2 years ago

  • Status changed from New to Needs Feedback

Why would that be needed? In case you want to allow extension the matcher can be defined together with the prototype, not earlier. So that shouldn't be a problem. I see that there could be situations in which this might be nice but actually it complicates everything and makes the whole thing more difficult to understand.

Also available in: Atom PDF