[Factor-talk] Bug List Dump

2009-02-28 Thread Jesse Rusak
Hey All, I've been keeping a list of bugs I've run into in and around factor. I'm in the new_ui branch from a couple days ago. Here's a dump of my current list with some explanation: - http://concatenative.org/wiki/view/Concatenative%20IRC%20channel - the link to the IRC logs is broken,

Re: [Factor-talk] Bug List Dump

2009-02-28 Thread Slava Pestov
Hi, On Sat, Feb 28, 2009 at 3:08 PM, Jesse Rusak fac...@jesserusak.com wrote: I've been keeping a list of bugs I've run into in and around factor. I'm in the new_ui branch from a couple days ago. Here's a dump of my current list with some explanation: -

[Factor-talk] Changed stack effects of: do while until produce produce-as

2009-02-28 Thread Slava Pestov
Hi all, Samuel Tardieu recently proposed a patch which removed the third 'tail' quotation from the do/until/while combinators. I have now merged his changes. Basically, instead of writing [ foo ] [ bar ] [ baz ] while You now write [ foo ] [ bar ] while baz I took Samuel's changes to their

[Factor-talk] Farkup and nofollow

2009-02-28 Thread Chris Double
While adding the ability to enter video descriptions in tinyvid I noticed what I think is a bug in Farkup. The t:farkup component has an option to make sure links have the 'nofollow' attribute. When the farkup is rendered this comes out as: a href=http://tinyvid.tv; nofollow=trueTinyVid!/a The