help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] pending patches/pulls?


From: Gwenael Casaccio
Subject: Re: [Help-smalltalk] pending patches/pulls?
Date: Mon, 23 May 2011 11:04:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

On 05/23/2011 10:20 AM, Gwenael Casaccio wrote:
On 05/19/2011 11:00 AM, Gwenael Casaccio wrote:
On 05/09/2011 06:35 PM, Paolo Bonzini wrote:
Hi all,

I should have some time to merge stuff in the upcoming week, so please
reply with patches that I should merge. Clean patch series are preferred
(such as the ones Holger sends, just to give an example :)).

In particular, I know Gwen has pending patches for the package loader
but I don't remember where to find them, and Mathieu has no-argument
pragmas.

Gwen, in the future can you call branches that are merge-ready with a
name that starts with "for-paolo-", and/or send pull requests for them
via github?

Thanks!

Paolo

_______________________________________________
help-smalltalk mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Hi,

here is a patch for the unicode character creation, instead of
creating all the time a new uchar, I put them in a weak arrays.

Cheers,
Gwen

Here is another patch for method hook

Here are some other results for packages (subpackages and more information):

https://github.com/MrGwen/GNU-Smalltalk/commit/22f23a7fdb8a91391b336f61d7096c954ff1ed82
https://github.com/MrGwen/GNU-Smalltalk/commit/f9de1c8db9e41be8d41b75f831deff8afc6cbd8d
https://github.com/MrGwen/GNU-Smalltalk/commit/f42b8982473bf29a857d3996b523d0af169952bb
https://github.com/MrGwen/GNU-Smalltalk/commit/8aba9f9f2d9f77a703af161e936be3318d28bbb6

I've another package patch (need to find it ^^)
the problem with the actual load process of packages is if
the package is changed and we access the source code of
a file we can have a bad source code, So I've made a patch
that decompress all the files in the temp dir, and remove it
when the image closed. Thus if we change the package we have no conflicts, and sovle also the bug with the resources (like png files
in visualgst) they are in /tmp and never removed. But I need to find it
gggrrrrr

Gwen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]