[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Don't include destructors in samples
- Subject: Don't include destructors in samples
 
- From: Chris Warburton
 
- Date: Mon, 25 Dec 2017 21:51:12 +0000
 
- Resolution: fixed
 
- State: resolved
 
The choose_sample command currently invokes (eventually, nested some
layers down) the lowercase-names function. This extracts all function
names *and* destructor names, even though the latter will never
contribute to any theorem, since we replace references to constructors
and destructors with their 'constructor-' and 'destructor-' wrappers.
We *might* be able to just rip the destructors stuff out of
lowercase-names, but we should check where else it's used.