issues
search
antlr
/
stringtemplate4
StringTemplate 4
http://www.stringtemplate.org
Other
955
stars
231
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
A missing parameter check
#322
iscas-zac
opened
1 month ago
0
Add i0 & i params only for anonymous subtemplates in zip map
#321
dynaxis
opened
4 months ago
0
Zip map wrongly requires i0 and i in the argument list
#320
dynaxis
opened
4 months ago
0
correct StackOverflowEerror from rendering `java.nio.Path`
#319
Groostav
opened
6 months ago
1
Help newbies with ANTLR dependencies
#318
dventimihasura
opened
8 months ago
0
Does it support Custom Function?
#317
vonlinee
opened
10 months ago
0
Successful test prints error
#316
mike-lischke
opened
10 months ago
0
Test failures like org.junit.ComparisonFailure: expected:<...etime: 7/5/05, 12:00[ ]AM> but was:<...etime: 7/5/05, 12:00[ ]AM>
#315
vaukai
opened
1 year ago
0
chore(deps): Upgrade to JUnit 5
#314
reneleonhardt
opened
1 year ago
0
Support for Java records
#313
kjsmita6
opened
1 year ago
2
Looking for code samples cited in this article: Language Translation Using ANTLR and StringTemplate
#312
raffian
closed
1 year ago
4
Comparison with python based template engines like jinja2/mustache
#311
ksmithra
opened
1 year ago
0
Refactored code to improve readability and maintainability
#310
KushSutaria
closed
1 year ago
0
Refactored code to improve readability and maintainability
#309
KushSutaria
closed
1 year ago
0
Fixing typos
#308
deining
closed
1 year ago
1
Should support coercing the (non)emptiness of a Map or Collection to a Boolean for conditionals of the form `<if(a.p)>` where `p` is a Collection or Map
#307
twwwt
closed
2 years ago
2
You cannot use i as variable name
#306
t-oster
closed
2 years ago
3
Multiple special characters in a single <...> does not work as documented
#305
phreed
opened
2 years ago
1
Upgrade antlr-runtime: 3.5.2 -> 3.5.3
#304
KvanTTT
closed
2 years ago
1
Separator not emitted for nulls until a value is hit
#303
rrs
opened
2 years ago
4
Use Class.getDeclaredField instead of Class.getField
#302
victornoel
opened
2 years ago
2
Configure surefire to include test.jar in tests
#301
pzygielo
closed
2 years ago
6
ST4-testjar not found
#300
mamtananavati
closed
2 years ago
9
Shift to Linux DCO
#299
parrt
closed
2 years ago
0
Integrating stringtemplate4 into OSS-Fuzz
#298
vargen
closed
2 years ago
1
Incorrect indentation
#297
Skoti
closed
2 years ago
4
How to pass arguments for indirect template call?
#296
Skoti
closed
2 years ago
3
Fixes #293. Fixes #276
#295
parrt
closed
2 years ago
1
Fix issues #276 and #293 by checking for double slashes in STGroupDir
#294
Mooninaut
closed
2 years ago
2
Loading template group from STGroupDir in app running on Tomcat 8 fails
#293
Mooninaut
closed
2 years ago
12
Bazel support
#292
jcking
closed
2 years ago
1
CDATA section
#291
greuelpirat
closed
2 years ago
2
Bugfix for #276
#290
StephanRichter
closed
3 years ago
2
Hidden argument <i> reported as an error when rendering templates
#289
alexZaicev
closed
3 years ago
2
Test failure: ClassCastException In DateRenderer
#288
suoyi123wang
opened
3 years ago
2
MapModelAdaptor comparison always fails because it is using “==” instead of value.equals() to compare an Object (value) with a String (DICT_KEY)
#287
kskandispersonal
closed
3 years ago
2
Interpreter.getAttribute scans attributes of parent scopes but ignores dictionaries
#286
almondtools
opened
3 years ago
1
Test failure
#285
vaukai
closed
2 years ago
6
When using if statement I got TemplateException C#
#284
Sonic3R
closed
3 years ago
0
Add escaping for ' and " in the StringRenderer "xml-encode"
#283
feanor777
closed
3 years ago
2
Only a question
#282
mjaggard
closed
3 years ago
2
Can we have operators within if statemens as a feature
#281
AnudeepKonaboina
closed
3 years ago
1
Website issue
#280
jetmore
closed
3 years ago
1
Fix: don't apply AttributeRenderer to text elements
#279
bannmann
closed
2 years ago
6
Feature request: stand-alone tool for class ST.
#278
kaby76
opened
3 years ago
3
ST throws exception when the template has a scala code that includes string interpolation
#277
shivam-880
closed
3 years ago
1
Trailing slash on the root dir leads to an IOException when calling URL.openstream()
#276
alexgast
closed
2 years ago
8
Bug: ST is NOT threadsafe, even using new ST(ST) doesn't seem to prevent attribute conflicts.
#275
rwperrott
closed
3 years ago
9
Add a <replace(attr, regx, str)> function.
#274
xiemeilong
closed
3 years ago
4
Please add a resolved file URL reference to CompiledST.
#273
rwperrott
closed
3 years ago
1
Next