[Pharo-project] MessageNotUnderstood: RBParser>>initializeParserWith:type:
Hi! I have a problem trying to extract a piece of code to a method. To reproduce: 1) Select the piece of code to extract 2) Right button -> "refactor source" -> "extract method" 3) Select a name and press enter. Then you will raise the exception MessageNotUnderstood: RBParser>>initializeParserWith:type: I a tested in PharoCore-1.1-11053-ALPHA and pharo1.0-10496-rc1dev09.11.5 (using the default browser). I opened the bug ticket: http://code.google.com/p/pharo/issues/detail?id=1532 I attach also the full stacktrace. Cheers Mariano
Can you please try to reproduce with OmniBrowser, because this seems to be related to O2. I use "Extract Method" all the time and it works for me. Lukas 2009/12/1 Mariano Martinez Peck <marianopeck@gmail.com>:
Hi! I have a problem trying to extract a piece of code to a method.
To reproduce:
1) Select the piece of code to extract 2) Right button ->Â "refactor source" -> "extract method" 3) Select a name and press enter.
Then you will raise the exception MessageNotUnderstood: RBParser>>initializeParserWith:type:
I a tested in PharoCore-1.1-11053-ALPHA and pharo1.0-10496-rc1dev09.11.5 (using the default browser).
I opened the bug ticket: http://code.google.com/p/pharo/issues/detail?id=1532
I attach also the full stacktrace.
Cheers
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
I have just tried in OBSystemBrowserAdaptor, O2SystemBrowserAdaptor and O2PackageBrowserAdaptor and in all of them I have the same problem. I am using a clean image pharo1.0-10496-rc1dev09.11.4 and PharoCore-1.1-11053-ALPHA :( On Tue, Dec 1, 2009 at 10:28 PM, Lukas Renggli <renggli@gmail.com> wrote:
Can you please try to reproduce with OmniBrowser, because this seems to be related to O2. I use "Extract Method" all the time and it works for me.
Lukas
2009/12/1 Mariano Martinez Peck <marianopeck@gmail.com>:
Hi! I have a problem trying to extract a piece of code to a method.
To reproduce:
1) Select the piece of code to extract 2) Right button -> "refactor source" -> "extract method" 3) Select a name and press enter.
Then you will raise the exception MessageNotUnderstood: RBParser>>initializeParserWith:type:
I a tested in PharoCore-1.1-11053-ALPHA and pharo1.0-10496-rc1dev09.11.5 (using the default browser).
I opened the bug ticket: http://code.google.com/p/pharo/issues/detail?id=1532
I attach also the full stacktrace.
Cheers
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Try in an image where no O2 is loaded, because loading O2 changes the behavior of the other browsers even when O2 is not selected as the default. Lukas 2009/12/1 Mariano Martinez Peck <marianopeck@gmail.com>:
I have just tried in OBSystemBrowserAdaptor, O2SystemBrowserAdaptor and O2PackageBrowserAdaptor and in all of them I have the same problem. I am using a clean image pharo1.0-10496-rc1dev09.11.4 Â and PharoCore-1.1-11053-ALPHA
:(
On Tue, Dec 1, 2009 at 10:28 PM, Lukas Renggli <renggli@gmail.com> wrote:
Can you please try to reproduce with OmniBrowser, because this seems to be related to O2. I use "Extract Method" all the time and it works for me.
Lukas
2009/12/1 Mariano Martinez Peck <marianopeck@gmail.com>:
Hi! I have a problem trying to extract a piece of code to a method.
To reproduce:
1) Select the piece of code to extract 2) Right button ->Â "refactor source" -> "extract method" 3) Select a name and press enter.
Then you will raise the exception MessageNotUnderstood: RBParser>>initializeParserWith:type:
I a tested in PharoCore-1.1-11053-ALPHA and pharo1.0-10496-rc1dev09.11.5 (using the default browser).
I opened the bug ticket: http://code.google.com/p/pharo/issues/detail?id=1532
I attach also the full stacktrace.
Cheers
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
Where can I get such image? Anyway I think this is a real bug. Most people just download the image that it is in the website. And that image has this bug. So I will let the bug status as accepted. Thanks, Mariano On Tue, Dec 1, 2009 at 11:13 PM, Lukas Renggli <renggli@gmail.com> wrote:
Try in an image where no O2 is loaded, because loading O2 changes the behavior of the other browsers even when O2 is not selected as the default.
Lukas
2009/12/1 Mariano Martinez Peck <marianopeck@gmail.com>:
I have just tried in OBSystemBrowserAdaptor, O2SystemBrowserAdaptor and O2PackageBrowserAdaptor and in all of them I have the same problem. I am using a clean image pharo1.0-10496-rc1dev09.11.4 and PharoCore-1.1-11053-ALPHA
:(
On Tue, Dec 1, 2009 at 10:28 PM, Lukas Renggli <renggli@gmail.com> wrote:
Can you please try to reproduce with OmniBrowser, because this seems to be related to O2. I use "Extract Method" all the time and it works for me.
Lukas
2009/12/1 Mariano Martinez Peck <marianopeck@gmail.com>:
Hi! I have a problem trying to extract a piece of code to a method.
To reproduce:
1) Select the piece of code to extract 2) Right button -> "refactor source" -> "extract method" 3) Select a name and press enter.
Then you will raise the exception MessageNotUnderstood: RBParser>>initializeParserWith:type:
I a tested in PharoCore-1.1-11053-ALPHA and
pharo1.0-10496-rc1dev09.11.5
(using the default browser).
I opened the bug ticket: http://code.google.com/p/pharo/issues/detail?id=1532
I attach also the full stacktrace.
Cheers
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Anyway I think this is a real bug. Most people just download the image that it is in the website. And that image has this bug. So I will let the bug status as accepted.
Definitely: - O2-Refactory has to be fixed to work with the latest refactoring code. - O2 should remove OBSystemBrowserAdaptor and O2SystemBrowserAdaptor from the menu, because they are both subtly broken. Lukas -- Lukas Renggli http://www.lukas-renggli.ch
Anyway I think this is a real bug. Most people just download the image that it is in the website. And that image has this bug. So I will let the bug status as accepted.
Definitely:
- O2-Refactory has to be fixed to work with the latest refactoring code. - O2 should remove OBSystemBrowserAdaptor and O2SystemBrowserAdaptor from the menu, because they are both subtly broken.
ok, I will check what the problem is here. David
THANKS! On Dec 2, 2009, at 11:46 AM, David Röthlisberger wrote:
Anyway I think this is a real bug. Most people just download the image that it is in the website. And that image has this bug. So I will let the bug status as accepted.
Definitely:
- O2-Refactory has to be fixed to work with the latest refactoring code. - O2 should remove OBSystemBrowserAdaptor and O2SystemBrowserAdaptor from the menu, because they are both subtly broken.
ok, I will check what the problem is here.
David
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Wed, Dec 2, 2009 at 11:46 AM, David Röthlisberger <squeak@webcitas.ch>wrote:
Anyway I think this is a real bug. Most people just download the image that it is in the website. And that image has this bug. So I will let the bug status as accepted.
Definitely:
- O2-Refactory has to be fixed to work with the latest refactoring code. - O2 should remove OBSystemBrowserAdaptor and O2SystemBrowserAdaptor from the menu, because they are both subtly broken.
ok, I will check what the problem is here.
David
I've created issue #1533 but it seems to be a duplicate of this one.... Laurent
I've created issue #1533 but it seems to be a duplicate of this one....
what a coincidence! hahahah what I always do before submitting an issue is to search in google code if there isn't something similar already. I look for the message that wasn't understood for example. But, you have to change the search listbox because the default is "Open issues", so you have to change it to "all issues" cheers Mariano Laurent
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
David Röthlisberger -
laurent laffont -
Lukas Renggli -
Mariano Martinez Peck -
Stéphane Ducasse