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

classic Classic list List threaded Threaded
2 messages Options
Holger Hans Peter Freyther Holger Hans Peter Freyther
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

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
Paolo Bonzini-2 Paolo Bonzini-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

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
Loading...