Hi Slava, Thanks for the suggestions. I felt the locals suggestion was more readable, so I used that one. I rebased and replaced the previous commit (eb374).
https://github.com/otoburb/factor/commit/4a87577e44216cfd2e1b4c61cceaa15371e865eb Thanks, Dave On Mon, Mar 14, 2011 at 1:24 AM, Slava Pestov <[email protected]> wrote: > Hi otoburb, > > I'm not a fan of > https://github.com/otoburb/factor/commit/eb374e4a81d52a7d577bf108c4a7843eb62f781f. > > What about this? > > SYNTAX: HOLIDAY-NAME: > scan-word "holiday" word-prop [ scan-word [ scan-object ] dip ] dip set-at > ; > > Or this > > SYNTAX: HOLIDAY-NAME: > [let scan-word "holiday" word-prop :> holidays scan-word :> name > scan-object :> value > value name holidays set-at ; > > Slava > > On Sun, Mar 13, 2011 at 1:57 PM, otoburb <[email protected]> wrote: >> Hi Slava, >> >> I made some minor changes to the following: >> - Documentation fixes for output>array, select-tuples, post-data slot >> names and make.factor >> - Modified extra/webapps/imagebin to properly increment path counts >> - Modified basis/help/apropos to allow extraneous whitespace before >> and after the search query >> >> Patches are available in the 'master' branch at >> git://github.com/otoburb/factor.git >> >> >> Regards, >> Dave >> >> ------------------------------------------------------------------------------ >> Colocation vs. Managed Hosting >> A question and answer guide to determining the best fit >> for your organization - today and in the future. >> http://p.sf.net/sfu/internap-sfd2d >> _______________________________________________ >> Factor-talk mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/factor-talk >> > ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
