Hi!
It often appears that compiling a method in the debugger does not work properly. For example, if I have the method: A>>foo self halt Running A new foo opens a debugger. In the debugger if I modify foo by the following broken code: foo | t | [ :t | ] The code gets compiled without giving any warning. But foo remains with “self halt”. I would expect an error window to popup up, but not to loose my change. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Alex, There is right now a bug when complying code that triggers certain warnings. To be fixed really soon. Cheers, Andrei
On Fri, May 2, 2014 at 3:43 PM, Alexandre Bergel <[hidden email]> wrote: Hi! _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
ok!
Also, it would be great that when I use “cmd-o” in the browser, it flows as in the playground :-) Do you see what I mean? Cheers, Alexandre On May 2, 2014, at 10:49 AM, Andrei Chis <[hidden email]> wrote: > Hi Alex, > > There is right now a bug when complying code that triggers certain warnings. > > https://code.google.com/p/moose-technology/issues/detail?id=1062 > > To be fixed really soon. > > Cheers, > Andrei > > > > > > > On Fri, May 2, 2014 at 3:43 PM, Alexandre Bergel <[hidden email]> wrote: > Hi! > > It often appears that compiling a method in the debugger does not work properly. > For example, if I have the method: > > A>>foo > self halt > > Running A new foo opens a debugger. In the debugger if I modify foo by the following broken code: > foo > | t | > [ :t | ] > > The code gets compiled without giving any warning. But foo remains with “self halt”. > I would expect an error window to popup up, but not to loose my change. > > Cheers, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
You mean that when you are in the code editor from the debugger and do cmd+o it goes in the inspector embedded in the debugger or is your use case a little more general? On Fri, May 2, 2014 at 3:57 PM, Alexandre Bergel <[hidden email]> wrote: ok! _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Yes, it would be great. In that case, the debugger is just another presentation, embeddable in a inspector.
For example, if I press cmd-shift-d, why does it open a new window? Shouldn’t it in the playground instead? Alexandre On May 2, 2014, at 11:04 AM, Andrei Chis <[hidden email]> wrote: > You mean that when you are in the code editor from the debugger and do cmd+o it goes in the inspector embedded in the debugger or is your use case a little more general? > > > On Fri, May 2, 2014 at 3:57 PM, Alexandre Bergel <[hidden email]> wrote: > ok! > > Also, it would be great that when I use “cmd-o” in the browser, it flows as in the playground :-) Do you see what I mean? > > Cheers, > Alexandre > > > On May 2, 2014, at 10:49 AM, Andrei Chis <[hidden email]> wrote: > > > Hi Alex, > > > > There is right now a bug when complying code that triggers certain warnings. > > > > https://code.google.com/p/moose-technology/issues/detail?id=1062 > > > > To be fixed really soon. > > > > Cheers, > > Andrei > > > > > > > > > > > > > > On Fri, May 2, 2014 at 3:43 PM, Alexandre Bergel <[hidden email]> wrote: > > Hi! > > > > It often appears that compiling a method in the debugger does not work properly. > > For example, if I have the method: > > > > A>>foo > > self halt > > > > Running A new foo opens a debugger. In the debugger if I modify foo by the following broken code: > > foo > > | t | > > [ :t | ] > > > > The code gets compiled without giving any warning. But foo remains with “self halt”. > > I would expect an error window to popup up, but not to loose my change. > > > > Cheers, > > Alexandre > > -- > > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > > Alexandre Bergel http://www.bergel.eu > > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > > > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Now doing cmd+o in the text editor from the debugger executes the selected code and opens the result in the bottom inspector (replacing the informations related to the context).
Cheers, Andrei On Fri, May 2, 2014 at 8:08 PM, Alexandre Bergel <[hidden email]> wrote: Yes, it would be great. In that case, the debugger is just another presentation, embeddable in a inspector. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Excellent!
I will try Thanks Alexandre On May 5, 2014, at 2:57 PM, Andrei Chis <[hidden email]> wrote: > Now doing cmd+o in the text editor from the debugger executes the selected code and opens the result in the bottom inspector (replacing the informations related to the context). > > > Cheers, > Andrei > > > On Fri, May 2, 2014 at 8:08 PM, Alexandre Bergel <[hidden email]> wrote: > Yes, it would be great. In that case, the debugger is just another presentation, embeddable in a inspector. > For example, if I press cmd-shift-d, why does it open a new window? Shouldn’t it in the playground instead? > > Alexandre > > On May 2, 2014, at 11:04 AM, Andrei Chis <[hidden email]> wrote: > > > You mean that when you are in the code editor from the debugger and do cmd+o it goes in the inspector embedded in the debugger or is your use case a little more general? > > > > > > On Fri, May 2, 2014 at 3:57 PM, Alexandre Bergel <[hidden email]> wrote: > > ok! > > > > Also, it would be great that when I use “cmd-o” in the browser, it flows as in the playground :-) Do you see what I mean? > > > > Cheers, > > Alexandre > > > > > > On May 2, 2014, at 10:49 AM, Andrei Chis <[hidden email]> wrote: > > > > > Hi Alex, > > > > > > There is right now a bug when complying code that triggers certain warnings. > > > > > > https://code.google.com/p/moose-technology/issues/detail?id=1062 > > > > > > To be fixed really soon. > > > > > > Cheers, > > > Andrei > > > > > > > > > > > > > > > > > > > > > On Fri, May 2, 2014 at 3:43 PM, Alexandre Bergel <[hidden email]> wrote: > > > Hi! > > > > > > It often appears that compiling a method in the debugger does not work properly. > > > For example, if I have the method: > > > > > > A>>foo > > > self halt > > > > > > Running A new foo opens a debugger. In the debugger if I modify foo by the following broken code: > > > foo > > > | t | > > > [ :t | ] > > > > > > The code gets compiled without giving any warning. But foo remains with “self halt”. > > > I would expect an error window to popup up, but not to loose my change. > > > > > > Cheers, > > > Alexandre > > > -- > > > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > > > Alexandre Bergel http://www.bergel.eu > > > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > > > > > > > > > > -- > > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > > Alexandre Bergel http://www.bergel.eu > > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > > > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |