Weekly todo activity, Feb 01 to Feb 08

[email protected]
Newsgroups gmane.comp.web.mason.devel
Message-ID <[email protected]>
Weekly todo activity, Feb 01 to Feb 08

New task #529: Eliminate memory cache inefficiency in multiple interpreter applications
               The "mini-sites with common template" scenario can be
               implemented with multiple interpreters, each with a two-part
               component root: one with common components, the other with
               components specific to that mini-site. However, each
               interpreter will inefficiently maintain a separate memory
               cache for the common components. 

               One solution is being able to specify a memory cache when
               creating an interpreter. Then you could create many
               interpreters, each with their own component roots but
               sharing a single memory cache. There will be no cache
               interference as long as each component root "key" is unique.
Sun Feb 01   Jonathan Swartz created task
             Jonathan Swartz set difficulty to 2
  http://www.masonhq.com/docs/todo/access.html?id=529

New bug #530: A multi-line component call with the last line commented out causes a Perl syntax error when compiling the component
               A comp call like this: 

               <& comp.mas, 

               foo => 1, # bar => 1, 

               &> 

               will cause a syntax error something like this: syntax error
               at
               /home/autarch/mason/dist/mason_tests/comps/filters/comment_i
               n_call line 7, near ");" 

               (Might be a runaway multi-line '' string starting on line 6)
Tue Feb 03   Dave Rolsky created bug
             Dave Rolsky set version_found to 1.10
             Dave Rolsky set status to Checked In
             Dave Rolsky set severity to Minor
             Dave Rolsky set version_goal to 1.2x
             Dave Rolsky set owner to autarch
  http://www.masonhq.com/docs/todo/access.html?id=530




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.