Idea for playground

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Idea for playground

Uko2
Hi,

sometimes when I play in playground in order to achieve something I can go 10 levels deep or even more. Maybe we can implement an option to somehow construct one script from all executed parts, so then this script can be turned into a method or so on.


Uko
Reply | Threaded
Open this post in threaded view
|

Re: Idea for playground

PabloEstefo
+1
I got the same idea some days ago, then we can shrink levels and got wide perspective of what we are doing.

On 28 April 2015 at 13:16, Yuriy Tymchuk <[hidden email]> wrote:
Hi,

sometimes when I play in playground in order to achieve something I can go 10 levels deep or even more. Maybe we can implement an option to somehow construct one script from all executed parts, so then this script can be turned into a method or so on.


Uko

Reply | Threaded
Open this post in threaded view
|

Re: Idea for playground

Andrei Chis
In reply to this post by Uko2
It's coming :)

We implemented a while back a prototype for recording/replaying all the steps in an inspection session, but because of the
current design of glamour it was quite difficult to get it working correctly.


Cheers,
Andrei


On Tue, Apr 28, 2015 at 7:16 PM, Yuriy Tymchuk <[hidden email]> wrote:
Hi,

sometimes when I play in playground in order to achieve something I can go 10 levels deep or even more. Maybe we can implement an option to somehow construct one script from all executed parts, so then this script can be turned into a method or so on.


Uko

Reply | Threaded
Open this post in threaded view
|

Re: Idea for playground

Tudor Girba-2
Indeed, this one important direction we will take in the near future :)

Cheers,
Doru


On Tue, Apr 28, 2015 at 7:53 PM, Andrei Chis <[hidden email]> wrote:
It's coming :)

We implemented a while back a prototype for recording/replaying all the steps in an inspection session, but because of the
current design of glamour it was quite difficult to get it working correctly.


Cheers,
Andrei


On Tue, Apr 28, 2015 at 7:16 PM, Yuriy Tymchuk <[hidden email]> wrote:
Hi,

sometimes when I play in playground in order to achieve something I can go 10 levels deep or even more. Maybe we can implement an option to somehow construct one script from all executed parts, so then this script can be turned into a method or so on.


Uko




--

"Every thing has its own flow"
Reply | Threaded
Open this post in threaded view
|

Re: Idea for playground

PabloEstefo
Nice ;)

On 28 April 2015 at 14:21, Tudor Girba <[hidden email]> wrote:
Indeed, this one important direction we will take in the near future :)

Cheers,
Doru


On Tue, Apr 28, 2015 at 7:53 PM, Andrei Chis <[hidden email]> wrote:
It's coming :)

We implemented a while back a prototype for recording/replaying all the steps in an inspection session, but because of the
current design of glamour it was quite difficult to get it working correctly.


Cheers,
Andrei


On Tue, Apr 28, 2015 at 7:16 PM, Yuriy Tymchuk <[hidden email]> wrote:
Hi,

sometimes when I play in playground in order to achieve something I can go 10 levels deep or even more. Maybe we can implement an option to somehow construct one script from all executed parts, so then this script can be turned into a method or so on.


Uko




--

"Every thing has its own flow"

Reply | Threaded
Open this post in threaded view
|

Re: Idea for playground

stepharo
In reply to this post by Andrei Chis
Once we have the path it means that we can reapply it to all the elements of a collection for example :)


Le 28/4/15 19:53, Andrei Chis a écrit :
It's coming :)

We implemented a while back a prototype for recording/replaying all the steps in an inspection session, but because of the
current design of glamour it was quite difficult to get it working correctly.


Cheers,
Andrei


On Tue, Apr 28, 2015 at 7:16 PM, Yuriy Tymchuk <[hidden email]> wrote:
Hi,

sometimes when I play in playground in order to achieve something I can go 10 levels deep or even more. Maybe we can implement an option to somehow construct one script from all executed parts, so then this script can be turned into a method or so on.


Uko


Reply | Threaded
Open this post in threaded view
|

Re: Idea for playground

Andrei Chis


On Apr 28, 2015 8:45 PM, "stepharo" <[hidden email]> wrote:
>
> Once we have the path it means that we can reapply it to all the elements of a collection for example :)

Yes. That and generating code are our main use-cases :)

Cheers,
Andrei

>
>
> Le 28/4/15 19:53, Andrei Chis a écrit :
>>
>> It's coming :)
>>
>> We implemented a while back a prototype for recording/replaying all the steps in an inspection session, but because of the
>> current design of glamour it was quite difficult to get it working correctly.
>>
>>
>> Cheers,
>> Andrei
>>
>>
>> On Tue, Apr 28, 2015 at 7:16 PM, Yuriy Tymchuk <[hidden email]> wrote:
>>>
>>> Hi,
>>>
>>> sometimes when I play in playground in order to achieve something I can go 10 levels deep or even more. Maybe we can implement an option to somehow construct one script from all executed parts, so then this script can be turned into a method or so on.
>>>
>>>
>>> Uko
>>
>>
>