[PATCH] Make gst-package --test new_package.xml work

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

[PATCH] Make gst-package --test new_package.xml work

Holger Freyther
Hi Paolo,

$ gst-package --test package.xml

fails if the package is just being installed. This is because
PackageDirectories>>#refreshStarList: is never called. My patch is to flush
the PackageLoader state, and then refresh, I am not sure if I break something
in regard to svn/git/http packages.

holger

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

0001-package-Scan-for-new-star-files-after-the-installati.patch (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [PATCH] Make gst-package --test new_package.xml work

Paolo Bonzini-2
On 02/03/2012 10:26 AM, Holger Hans Peter Freyther wrote:
>
>
> $ gst-package --test package.xml
>
> fails if the package is just being installed. This is because
> PackageDirectories>>#refreshStarList: is never called. My patch is to
> flush the PackageLoader state, and then refresh, I am not sure if I
> break something in regard to svn/git/http packages.

I think this is fine.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk