Folks, My train is running late today (actually, I was late and ended up taking a later train...) so I won't be near a phone in time for our meeting. My...
Hiya, I am trying to get p2cpp migrated to the new df. one question on p2::subscribe, though. Why do we want to forbid the subscription of a tuplename that is...
Eric, Let's talk about this some more before starting to write code. It'd be nice to figure out the design first. First of all, the P2 API should contain at...
Folks, Are people around for a meeting? Here's the bridge info. David G. and I will be calling in from IRB. Monday, April 09, 2007, 09:30 AM US Pacific Time ...
Hi folks, I don't have a major agenda for tomorrow. In my P2 time, I've been head-down in the Windows porting exercise. David Chu has a Sensys deadline...
Just a reminder: Folks on the p2devel list don't have access to the CVS, to branches, or to anything related to P2 internals. There's no point in having ...
Hi all: I set up a concall for tomorrow. Details below. I personally have to miss the meeting for a one-time faculty meeting. I encourage folks to get...
I am also going to be missing the meeting today. Intel is in the throes of interviewing so I have a solid morning schedule with recruiting. I'm going to be...
Hi all: It's been a while! Let's sync up on code and perhaps do a little strategizing about the last sprint before the semester ends. Joe Dial-in Number: ...
Argggh I scheduled the call for 9:30 PM (i.e. 21:30). I have a new one booked for 9:45 AM with the same info. Talk to you soon. Apologies for the duplicated...
I just discovered comparing values of type Val_Int32 and Val_UInt32 no longer makes sense given the lattice semantics. This means that we must modify our...
Hi Tyson, Can you be a bit more specific? Is it Val_Int32::compareTo(Val_UInt32) that doesn't work correctly (and what does it do?) Is it a type choice by the...
I'm personally confused as to how it's decided which operand of the comparator is "self". Regardless, there seems to be no enforcement in Pel that the...
I believe we've discussed this before. The compareTo method is there to induce a total order on ALL values. It is not intended to allow comparisons with...
Please see my previous email. compareTo is not meant to perform any casts whatsoever. And besides (but rather unrelated), it should absolutely not be the case...
My example was equality. I don't believe it is fully symmetric in the current implementation. My general point was that type promotion logic should be uniform...