What is schmoo

2008-10-06 Thread Byron Foster
What is this term 'schmoo' I see in the code comments? as in: /* * if this reference is escaped (\$foo) then we want to do one of two * things : 1) if this is a reference in the context, then we want to * print $foo 2) if not, then \$foo (its considered schmoo, not VTL) */

[jira] Commented: (VELOCITY-618) Strict property and method references

2008-10-06 Thread Nathan Bubna (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637160#action_12637160 ] Nathan Bubna commented on VELOCITY-618: --- Byron, this looks great. The only change

Re: What is schmoo

2008-10-06 Thread Geir Magnusson Jr.
:) just text to be rendered as is geir On Oct 6, 2008, at 1:49 PM, Byron Foster wrote: What is this term 'schmoo' I see in the code comments? as in: /* * if this reference is escaped (\$foo) then we want to do one of two * things : 1) if this is a reference in the context, then we want

Re: [jira] Commented: (VELOCITY-618) Strict property and method references

2008-10-06 Thread Byron Foster
Sorry, hang on, I'v got an updated patch coming! On Oct 6, 2008, at 11:13 , Nathan Bubna (JIRA) wrote: [ https://issues.apache.org/jira/browse/VELOCITY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637160 #action_12637160 ]

[jira] Updated: (VELOCITY-618) Strict property and method references

2008-10-06 Thread Byron Foster (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Foster updated VELOCITY-618: -- Attachment: strictPropertyAndVariable_4.patch Patch 4 adds macro references strict so that

[jira] Commented: (VELOCITY-618) Strict property and method references

2008-10-06 Thread Nathan Bubna (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637206#action_12637206 ] Nathan Bubna commented on VELOCITY-618: --- Could you run that last patch against the

[jira] Updated: (VELOCITY-618) Strict property and method references

2008-10-06 Thread Byron Foster (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Foster updated VELOCITY-618: -- Attachment: (was: strictPropertyAndVariable_2.patch) Strict property and method

[jira] Updated: (VELOCITY-618) Strict property and method references

2008-10-06 Thread Byron Foster (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Foster updated VELOCITY-618: -- Attachment: (was: strictPropertyAndVariable_4.patch) Strict property and method

[jira] Updated: (VELOCITY-618) Strict property and method references

2008-10-06 Thread Byron Foster (JIRA)
[ https://issues.apache.org/jira/browse/VELOCITY-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Foster updated VELOCITY-618: -- Attachment: MacroAndVarEscape.patch MacroAndVarEscape.patch is in addition to patch 3 which

[GUMP@vmgump]: Project velocity-texen-test (in module velocity-texen) failed

2008-10-06 Thread Velocity Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project velocity-texen-test has an issue affecting its community integration. This issue

Re: Possible macro optimization

2008-10-06 Thread Byron Foster
Nathan Bubna wrote: On Wed, Oct 1, 2008 at 10:40 AM, Byron Foster [EMAIL PROTECTED] wrote: I was considering the possibility that references within macros could be optimized. Given the following: #macro(foo $a $b) $a $b #end #foo($c $d.e) Currently both $a $b within the macro are