Issue 4452 in pharo: Build of 1.3 full is broken

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

Issue 4452 in pharo: Build of 1.3 full is broken

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.3-DevImage

New issue 4452 by [hidden email]: Build of 1.3 full is broken
http://code.google.com/p/pharo/issues/detail?id=4452

See

https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.3/ws/Pharo-1.3-AfterRunningTests/PharoDebug.log/*view*/

Something related to Transcript...


_______________________________________________
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 4452 in pharo: Build of 1.3 full is broken

pharo

Comment #1 on issue 4452 by marianopeck: Build of 1.3 full is broken
http://code.google.com/p/pharo/issues/detail?id=4452

You cannot see anything if you are not log in. So, almost nobody wll be  
able to take a look


_______________________________________________
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 4452 in pharo: Build of 1.3 full is broken

pharo
Updates:
        Cc: [hidden email]

Comment #2 on issue 4452 by marianopeck: Build of 1.3 full is broken
http://code.google.com/p/pharo/issues/detail?id=4452

I attach stacktrace so that someone can take a look. Fernando?

Attachments:
        issue4452.rtf  36.1 KB


_______________________________________________
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 4452 in pharo: Build of 1.3 full is broken

pharo

Comment #3 on issue 4452 by [hidden email]: Build of 1.3 full is  
broken
http://code.google.com/p/pharo/issues/detail?id=4452

The transcript instance should be initialized.

Evaluating "Smalltalk tools transcript initialize"  solves it.

pd: the problem is i've expanded the transcript max entries from 1000 to  
4000, but the referenced instance in the image still has the array of  
entries sized 1000, thus the out of bounds error when trying to put  
something past 1000.
Why it would be solved:
TranscriptModel>>initialize
  ...
  entries := Array new: self maxEntries.
..


_______________________________________________
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 4452 in pharo: Build of 1.3 full is broken

pharo
Updates:
        Status: FixToInclude
        Labels: -Milestone-1.3-DevImage Milestone-1.3

Comment #4 on issue 4452 by [hidden email]: Build of 1.3 full is  
broken
http://code.google.com/p/pharo/issues/detail?id=4452

Thanks! I will add it to 1.3 Core...


_______________________________________________
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 4452 in pharo: Build of 1.3 full is broken

pharo
Updates:
        Status: Closed

Comment #5 on issue 4452 by [hidden email]: Build of 1.3 full is  
broken
http://code.google.com/p/pharo/issues/detail?id=4452

in 13276


_______________________________________________
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 4452 in pharo: Build of 1.3 full is broken

pharo
Updates:
        Status: FixToInclude
        Labels: Milestone-1.4

Comment #6 on issue 4452 by [hidden email]: Build of 1.3 full is  
broken
http://code.google.com/p/pharo/issues/detail?id=4452

TODO: 1.4


_______________________________________________
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 4452 in pharo: Build of 1.3 full is broken

pharo
Updates:
        Status: Closed

Comment #7 on issue 4452 by [hidden email]: Build of 1.3 full is  
broken
http://code.google.com/p/pharo/issues/detail?id=4452

in 14015


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