Re: [Pharo-users] Spec2 demos

2020-03-04 Thread Arturo Zambrano
I have found this: https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2/releases/tag/continuous Sorry for the silly question. On Wed, Mar 4, 2020 at 11:21 AM Arturo Zambrano wrote: > Is there anything like Spec 1 booklet but for Spec 2? > > On Sat, Feb 1, 2020 at 3:16 PM Cy

Re: [Pharo-users] Spec2 demos

2020-03-04 Thread Arturo Zambrano
Is there anything like Spec 1 booklet but for Spec 2? On Sat, Feb 1, 2020 at 3:16 PM Cyril Ferlicot wrote: > > > On Sat 1 Feb 2020 at 18:35, Steve Quezadas wrote: > >> So if I'm messing around with Spec, do you recommend I use Spec1 or Spec2 >> at this point? >> > In Pharo 8, Spec2 > -- > Cyril

Re: [Pharo-users] Spec2 demos

2020-02-01 Thread Cyril Ferlicot
On Sat 1 Feb 2020 at 18:35, Steve Quezadas wrote: > So if I'm messing around with Spec, do you recommend I use Spec1 or Spec2 > at this point? > In Pharo 8, Spec2 -- Cyril Ferlicot https://ferlicot.fr

Re: [Pharo-users] Spec2 demos

2020-02-01 Thread Steve Quezadas
So if I'm messing around with Spec, do you recommend I use Spec1 or Spec2 at this point? On Sat, Feb 1, 2020 at 5:34 AM Esteban Lorenzano wrote: > > > On 1 Feb 2020, at 13:38, Steve Quezadas wrote: > > But Spec1 is already being deprecated in Pharo8! Why is it being > deprecated if Spec2 is not

Re: [Pharo-users] Spec2 demos

2020-02-01 Thread Esteban Lorenzano
> On 1 Feb 2020, at 13:38, Steve Quezadas wrote: > > But Spec1 is already being deprecated in Pharo8! Why is it being deprecated > if Spec2 is not even done? What am I supposed to use if I want to build > something today? Spec2 Spec1 never actually worked. Spec2 is not finished, but is alre

Re: [Pharo-users] Spec2 demos

2020-02-01 Thread Steve Quezadas
But Spec1 is already being deprecated in Pharo8! Why is it being deprecated if Spec2 is not even done? What am I supposed to use if I want to build something today? On Sat, Feb 1, 2020 at 3:37 AM Norbert Hartl wrote: > > > Am 01.02.2020 um 02:50 schrieb Steve Quezadas : > >  > When I try that,

Re: [Pharo-users] Spec2 demos

2020-02-01 Thread Norbert Hartl
> Am 01.02.2020 um 02:50 schrieb Steve Quezadas : > >  > When I try that, it gives me "Instance of SpDemo did not understand > #openWithSpec > > Is Spec2 "finished" or is it still in development? > Spec2 is far from being finished. Everything in the image is a preview and might change. Nor

Re: [Pharo-users] Spec2 demos

2020-01-31 Thread Steve Quezadas
When I try that, it gives me "Instance of SpDemo did not understand #openWithSpec Is Spec2 "finished" or is it still in development? On Fri, Jan 31, 2020 at 4:07 PM Cyril Ferlicot wrote: > Hi, > > Most demo can be open via the menu bar « help => Spec 2 demos ». > > Some of them are not yet inte

Re: [Pharo-users] Spec2 demos

2020-01-31 Thread Cyril Ferlicot
Hi, Most demo can be open via the menu bar « help => Spec 2 demos ». Some of them are not yet integrated into this demo browser tho. On Sat 1 Feb 2020 at 00:50, Steve Quezadas wrote: > Hey guys, > > Forgive the naive question, but does anyone know how to open the demos in > Spec2? The package

[Pharo-users] Spec2 demos

2020-01-31 Thread Steve Quezadas
Hey guys, Forgive the naive question, but does anyone know how to open the demos in Spec2? The package "Spec2-Examples" has a few example objects that I would like to toy with: SpDemo SpDemoButtonsPresenter SpCheckBoxExample "SpDemo openInWorld" is not working.