Issue 7470 in pharo: Put completion + smart char and then aaaa" and enter and the image crash.

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

Issue 7470 in pharo: Put completion + smart char and then aaaa" and enter and the image crash.

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 7470 by [hidden email]: Put completion + smart char and  
then aaaa" and enter and the image crash.
http://code.google.com/p/pharo/issues/detail?id=7470

Put completion + smart char and then aaaa" and enter and the image crash.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7470 in pharo: Put completion + smart char and then aaaa" and enter and the image crash.

pharo
Updates:
        Cc: [hidden email]

Comment #1 on issue 7470 by [hidden email]: Put completion + smart  
char and then aaaa" and enter and the image crash.
http://code.google.com/p/pharo/issues/detail?id=7470

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7470 in pharo: Put completion + smart char and then aaaa" and enter and the image crash.

pharo
Updates:
        Cc: [hidden email] [hidden email]

Comment #2 on issue 7470 by [hidden email]: Put completion + smart  
char and then aaaa" and enter and the image crash.
http://code.google.com/p/pharo/issues/detail?id=7470

I can't reporduce this. Let me make sure we're doing the same thing:
1. Enable completion and smart char settings
2. In a workspace, type aaaa" (double quote) and then enter

Your image is crashing. I get a DNU [1], but no crash. It seems that  
SmalltalkEditor>>#stopIndex is returning a fraction, which is then passed  
to ByteString>>at:, the comment of which says it will fail on a non-integer  
argument. HTH...

[1]
Character(Object)>>doesNotUnderstand: #negative
Character class>>value:
ByteString>>at:
SmalltalkEditor(TextEditor)>>crWithIndent:


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7470 in pharo: Put completion + smart char and then aaaa" and enter and the image crash.

pharo

Comment #3 on issue 7470 by [hidden email]: Put completion + smart  
char and then aaaa" and enter and the image crash.
http://code.google.com/p/pharo/issues/detail?id=7470

I checked because I was puzzled. It crashed because I used the ci script  
and there is the -headless



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7470 in pharo: Put completion + smart char and then aaaa" and enter and the image crash.

pharo

Comment #4 on issue 7470 by [hidden email]: Put completion + smart  
char and then aaaa" and enter and the image crash.
http://code.google.com/p/pharo/issues/detail?id=7470

With the current setup

aaaaaa(

triggers it


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker