Issue 7626 in pharo: Integrate a small fix for Fuel 1.9

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

Issue 7626 in pharo: Integrate a small fix for Fuel 1.9

pharo
Status: Accepted
Owner: [hidden email]
CC: [hidden email]
Labels: Type-Enh Target-Fuel Milestone-2.0

New issue 7626 by [hidden email]: Integrate a small fix for Fuel 1.9
http://code.google.com/p/pharo/issues/detail?id=7626

Fuel was previously integrated in:
http://code.google.com/p/pharo/issues/detail?id=7201

But now, two additional tasks should be done:

(1)
We updated the package FuelTests to 'FuelTests-MaxLeske.311'.

(2)
Additionally, it would be better to directly load the exact versions that  
we copied into inbox (instead of the merged ones), so if a user installs  
fuel 1.9 in Pharo 2.0 with:

Gofer new
        squeaksource3: 'Fuel';
        package: 'ConfigurationOfFuel';
        load.
Smalltalk at: #ConfigurationOfFuel ifPresent: [ :c | (c project  
version: '1.9') load ]

then nothing needs to be done, since the versions will be already  
integrated.


Note: Seems that the same has been done for Zinc in:
https://code.google.com/p/pharo/issues/detail?id=7375


= In summary =

This are the versions that should come with Pharo 2.0:
(they are in inbox)

Fuel-MartinDias.761
FuelTests-MaxLeske.311
FuelTools-Debugger-MartinDias.1
FuelCommandLineHandler-MartinDias.20
FuelSystem-FileRegistry-MartinDias.1



--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

_______________________________________________
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 7626 in pharo: Integrate a small fix for Fuel 1.9

pharo

Comment #1 on issue 7626 by [hidden email]: Integrate a small fix for  
Fuel 1.9
http://code.google.com/p/pharo/issues/detail?id=7626

Ok, now I realize that we could also copy the merged versions, integrated  
in Pharo 2.0, and point them from ConfigurationOfFuel. So (2) is not  
necessary. What do you prefer?

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

_______________________________________________
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 7626 in pharo: Integrate a small fix for Fuel 1.9

pharo

Comment #2 on issue 7626 by [hidden email]: Integrate a small fix for  
Fuel 1.9
http://code.google.com/p/pharo/issues/detail?id=7626

I meant: copy the merged versions to our repository, and point them from  
the metacello configuration so we wil get the same result.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

_______________________________________________
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 7626 in pharo: Integrate a small fix for Fuel 1.9

pharo

Comment #3 on issue 7626 by [hidden email]: Integrate a small fix for  
Fuel 1.9
http://code.google.com/p/pharo/issues/detail?id=7626

the one in which I have to work less :)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

_______________________________________________
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 7626 in pharo: Integrate a small fix for Fuel 1.9

pharo

Comment #4 on issue 7626 by [hidden email]: Integrate a small fix for  
Fuel 1.9
http://code.google.com/p/pharo/issues/detail?id=7626

Note that in inbox there is also FuelTests-MaxLeske.312 but we reverted  
that change, and thus 311 should be integrated.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

_______________________________________________
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 7626 in pharo: Integrate a small fix for Fuel 1.9

pharo

Comment #5 on issue 7626 by [hidden email]: Integrate a small fix for  
Fuel 1.9
http://code.google.com/p/pharo/issues/detail?id=7626

Hehe, ok we can copy the merged versions to our repo.

But still the integration of 'FuelTests-MaxLeske.311' should be done.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

_______________________________________________
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 7626 in pharo: Integrate a small fix for Fuel 1.9

pharo
Updates:
        Status: FixToInclude

Comment #6 on issue 7626 by [hidden email]: Integrate a small fix  
for Fuel 1.9
http://code.google.com/p/pharo/issues/detail?id=7626

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

_______________________________________________
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 7626 in pharo: Integrate a small fix for Fuel 1.9

pharo

Comment #7 on issue 7626 by [hidden email]: Integrate a small fix for  
Fuel 1.9
http://code.google.com/p/pharo/issues/detail?id=7626

Again:
Note that in inbox there is also 'FuelTests-MaxLeske.312', but we reverted  
that change and thus *311* should be integrated.
Thank you very much!

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

_______________________________________________
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 7626 in pharo: Integrate a small fix for Fuel 1.9

pharo
Updates:
        Status: Integrated

Comment #8 on issue 7626 by [hidden email]: Integrate a small fix  
for Fuel 1.9
http://code.google.com/p/pharo/issues/detail?id=7626

in 2.0 581

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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