Re: [Rd] Using IDs to suppress specific messages and warnings

2015-09-10 Thread luke-tierney
On Thu, 10 Sep 2015, Richard Cotton wrote: Thanks Luke, On 10 September 2015 at 14:47, wrote: Conditions have classes and the condition system is designed around the idea that classes would be used for this sort of thing. That is already how tryCatch and withCallingHandlers discriminate the

Re: [Rd] Using IDs to suppress specific messages and warnings

2015-09-10 Thread Duncan Murdoch
On 10/09/2015 9:03 AM, Richard Cotton wrote: > Thanks Luke, > > On 10 September 2015 at 14:47, wrote: >> Conditions have classes and the condition system is designed around >> the idea that classes would be used for this sort of thing. That is >> already how tryCatch and withCallingHandlers disc

Re: [Rd] Using IDs to suppress specific messages and warnings

2015-09-10 Thread Richard Cotton
Thanks Luke, On 10 September 2015 at 14:47, wrote: > Conditions have classes and the condition system is designed around > the idea that classes would be used for this sort of thing. That is > already how tryCatch and withCallingHandlers discriminate the > conditions to handle. That makes sense

Re: [Rd] Using IDs to suppress specific messages and warnings

2015-09-10 Thread luke-tierney
Conditions have classes and the condition system is designed around the idea that classes would be used for this sort of thing. That is already how tryCatch and withCallingHandlers discriminate the conditions to handle. Designing and implementing a condition class hierarchy to support this is ind