From: Bernard Li [mailto:[EMAIL PROTECTED]; Tuesday, October 19, 2004 11:33 AM > >... > >BTW, I don't know how it can be done, but it might be better to be able >to merge the oda SVN with the main oscar SVN, so that we won't need >multiple access to work on the same project.
Agreed!!! -- David N. Lombard My comments represent my opinions, not those of Intel Corporation. >-----Original Message----- > >Just my $0.02. > >Cheers, > >Bernard > >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Bernard Li >> Sent: Tuesday, October 19, 2004 10:50 >> To: Lombard, David N; [EMAIL PROTECTED] >> Subject: RE: [Oscar-devel] OPD patch >> >> Hey Dave: >> >> I submitted a few of those bug reports (but not with oda) - I >> believe DongInn fixed a few of the ones I submitted, but I >> would definitely check out the latest SVN source to see if >> the ones you mentioned are still there - if they are, patch them up :) >> >> Thanks, >> >> Bernard >> >> > -----Original Message----- >> > From: [EMAIL PROTECTED] >> > [mailto:[EMAIL PROTECTED] On Behalf >> Of Lombard, >> > David N >> > Sent: Tuesday, October 19, 2004 10:25 >> > To: [EMAIL PROTECTED] >> > Subject: [Oscar-devel] OPD patch >> > >> > Yo, >> > >> > In going through the GUI patches, I have the following hack >> to silence >> > those goofy undefined re match errors from OPD: >> > >> > $ cat OSCAR/oscar/packages/oda/scripts/oda-1.30.patch >> > --- /usr/lib/perl5/site_perl/oda.pm.orig 2004-10-04 >> > 21:23:47.000000000 -0700 >> > +++ /usr/lib/perl5/site_perl/oda.pm 2004-10-08 >> 23:52:38.000000000 >> > -0700 >> > @@ -6185,7 +6185,8 @@ >> > # $$result_hash_ref{ $unescaped_field_name } = >> > # $database_handle->unquote >> > # ( $$result_hash_ref{ $unescaped_field_name } ); >> > - if ( $$result_hash_ref{ $unescaped_field_name } =~ >> > /^\'.*\'$/ ) { >> > + if ( $$result_hash_ref{ $unescaped_field_name } >> > + && $$result_hash_ref{ >> $unescaped_field_name } =~ >> > /^\'.*\'$/ ) { >> > $$result_hash_ref{ $unescaped_field_name } =~ >> > s/^\'//; >> > $$result_hash_ref{ $unescaped_field_name } =~ >> > s/\'$//; >> > } >> > $ >> > >> > Has somebody (Bernard?) applied such a patch or otherwise fixed the >> > problem? >> > >> > -- >> > David N. Lombard >> > >> > My comments represent my opinions, not those of Intel Corporation. >> > >> > >> > ------------------------------------------------------- >> > This SF.net email is sponsored by: IT Product Guide on >> > ITManagersJournal Use IT products in your business? Tell us >> what you >> > think of them. Give us Your Opinions, Get Free ThinkGeek Gift >> > Certificates! Click to find out more >> > http://productguide.itmanagersjournal.com/guidepromo.tmpl >> > _______________________________________________ >> > Oscar-devel mailing list >> > [EMAIL PROTECTED] >> > https://lists.sourceforge.net/lists/listinfo/oscar-devel >> > >> > >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: IT Product Guide on >> ITManagersJournal Use IT products in your business? Tell us >> what you think of them. Give us Your Opinions, Get Free >> ThinkGeek Gift Certificates! Click to find out more >> http://productguide.itmanagersjournal.com/guidepromo.tmpl >> _______________________________________________ >> Oscar-devel mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/oscar-devel >> >> ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Oscar-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-devel
