User talk:LuisVilla

From mediawiki.org
Latest comment: 7 years ago by Whatamidoing (WMF) in topic User page

FastStringSearch[edit]

Hello Luis, Tim Starling's FastStringSearch is very useful but not used often enough. One reason is this note it contains:

Several source files were taken from GNU grep, and are under the GNU General Public License. The PHP license is incompatible, so a PHP binary containing this extension is probably not redistributable under any license.

I know you're busy; but, if you can keep this issue in some corner of your mind, maybe one day a simple solution will strike you all of a sudden: in that case, please let us know so that at some point someone can package it and we can ship it for everyone's profit. :) Thanks, Nemo 13:46, 5 January 2014 (UTC)Reply

@Nemo bis: Oy... that's a challenging problem. Thanks for flagging it for me, I'll try to find some time to think it through and see if there is anything creative there. Probably not, though, unless we wanted to ask FSF very, very nicely to relicense the files, which they do very rarely :( (For my own future reference: actual source. -LuisVilla (talk) 18:53, 5 January 2014 (UTC)Reply
Ouch, that looks hard indeed. Thanks! --Nemo 18:56, 5 January 2014 (UTC)Reply
It was rejected for distribution in PECL for this reason: http://news.php.net/php.pecl.dev/4021 -- Tim Starling (talk) 12:45, 14 January 2014 (UTC)Reply
@Tim Starling: You didn't happen to reach out to FSF about it at that point, did you? —LuisVilla (talk) 14:40, 14 January 2014 (UTC)Reply
No. IIRC, I was told that in the past, PHP community members had tried asking FSF for relicensing of other components, without the slightest success. kwset.c is only 786 lines -- it would probably be easier to rewrite it than to get the FSF to relicense it. -- Tim Starling (talk) 06:53, 15 January 2014 (UTC)Reply
@Tim Starling: They've gotten slightly less hardcore about it over the years. Admittedly only slightly :) Is it really just the one file? —LVilla (WMF) (talk) 19:24, 15 January 2014 (UTC)Reply
It's one file plus a custom memory allocator (obstack.c) which presumably would not be used in a rewrite. The code is fairly dense and technical, so it's a more difficult task than a typical 786 line file we might deal with. -- Tim Starling (talk) 18:23, 21 January 2014 (UTC)Reply
I didn't mean to demean the work or anything; I know "just one file" can represent a lot of work :) Just that it is easier to ask for a relicensing when it is just one file to work through the history of. -LVilla (WMF) (talk) 18:31, 21 January 2014 (UTC)Reply
Well, for relicensing purposes, we are using four files: kwset.c, kwset.h, obstack.c and obstack.h. It looks like obstack.c/h is already LGPL, since it is in libiberty [1] [2], despite the fact that it is marked GPL in the copy bundled with grep. So if kwset.c/h were relicensed to LGPL as well, we could probably make a redistributable binary. -- Tim Starling (talk) 01:03, 22 January 2014 (UTC)Reply

User page[edit]

It looks like you need to update your userpage.

You might want to enlist the aid of m:Synchbot to reduce the number of user pages that you have to maintain. Whatamidoing (WMF) (talk) 19:33, 20 February 2017 (UTC)Reply

@Whatamidoing (WMF): LOL and hi :) I'll just delete - global user pages should just pull in the other one now, right? LuisVilla (talk) 19:42, 20 February 2017 (UTC)Reply
Global user pages will only pull in the Meta page if the page is {{Delete }}d, not if it's just blanked. (Synchbot will go around to all the wikis and delete any local user pages that you don't want.) Whatamidoing (WMF) (talk) 20:46, 20 February 2017 (UTC)Reply