On Fri, Jan 22, 2010 at 2:02 PM, tommycli <[email protected]> wrote: > My mistake. The last time I brought a bug up, you told me to file a > bug on github - so I assumed it was general procedure. >
GitHub's ticket system is not a good place to discuss things for a variety of reasons. In general, it's best to discuss stuff on this list first and then open a defect with a reference to the thread. > > On Jan 18, 9:07 pm, David Pollak <[email protected]> > wrote: > > Please don't open tickets unless you discuss them on this list first. > > > > > > > > On Sun, Jan 17, 2010 at 6:45 PM, tommycli <[email protected]> wrote: > > > I created two new issues for TextileParser. > > > > > 290. TextileParser molests divs > > > > > 291. TextileParser does not support notextile > > > > > Additionally, it'd be nice if TextileParser were implemented in a way > > > such that it was extensible. The main issue is that it's just a > > > singleton object, which cannot be extended. > > > > > Perhaps instead of: > > > > > object TextileParser > > > > > we could have: > > > > > class TextileParserCls { > > > ... real stuff... > > > } > > > > > object TextileParser extends TextileParserCls > > > > > People could then extend the class and instantiate their own singleton > > > if they wanted to extend the parser. > > > > > Thanks, and sorry if I'm becoming a bug on the Textile. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Lift" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<liftweb%[email protected]> > <liftweb%[email protected]<liftweb%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/liftweb?hl=en. > > > > -- > > Lift, the simply functional web frameworkhttp://liftweb.net > > Beginning Scalahttp://www.apress.com/book/view/1430219890 > > Follow me:http://twitter.com/dpp > > Surf the harmonics > > -- > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
