Re: [racket-dev] [plt] Push #21932: master branch updated

2011-01-08 Thread Eli Barzilay
> 92775c5 Stevie Strickland 2011-01-07 18:22 > : > | Add instanceof. > | > | The instanceof contract combinator takes a class contract. The resulting > | contract protects objects using the external field and method contracts > | in the class contract. > : > M collects/racket/private/class-inte

Re: [racket-dev] [plt] Push #21932: master branch updated

2011-01-08 Thread Robby Findler
If you were willing to add /c to the end of it, that might make things ok. Robby On Sat, Jan 8, 2011 at 8:15 AM, Eli Barzilay wrote: >> 92775c5 Stevie Strickland 2011-01-07 18:22 >> : >> | Add instanceof. >> | >> | The instanceof contract combinator takes a class contract.  The resulting >> | c

Re: [racket-dev] Git

2011-01-08 Thread Robby Findler
I think I had a minor ephiphany yesterday about git: if I just do 'git remote update' when I get to a new machine -- if things were out of sync -- then I should essentially get the union of the two dags; my local "master" and "remotes/origin/master" (in the gitk window) will point to the two heads

Re: [racket-dev] [plt] Push #21932: master branch updated

2011-01-08 Thread Eli Barzilay
Yeah, `instanceof/c' would not be confusing, IMO. On Saturday, January 8, 2011, Robby Findler wrote: > If you were willing to add /c to the end of it, that might make things ok. > > Robby > > On Sat, Jan 8, 2011 at 8:15 AM, Eli Barzilay wrote: >>> 92775c5 Stevie Strickland 2011-01-07 18:22 >>>

Re: [racket-dev] [plt] Push #21932: master branch updated

2011-01-08 Thread Stevie Strickland
Okay, just pushed a change that performs this renaming. Stevie On Jan 8, 2011, at 10:34 AM, Eli Barzilay wrote: > Yeah, `instanceof/c' would not be confusing, IMO. > > On Saturday, January 8, 2011, Robby Findler > wrote: >> If you were willing to add /c to the end of it, that might make thing

Re: [racket-dev] Temporal Contracts and Match Automata

2011-01-08 Thread Matthias Felleisen
In principle I'd love to see this kind of functionality in the core. I will read the 'guide' (aka your submission) and let's work on my 'turn' example to see how it fits. -- Matthias On Jan 7, 2011, at 8:17 PM, Jay McCarthy wrote: > I've recently prepared an extension to the contract sys