I have a problem precompiling French templetes for Bugzilla 5.0.4 with checksetup.pl as there is parse error:
# ./checksetup.pl
* This is Bugzilla 5.0.4 on perl 5.22.2
* Running on Linux 4.4.115 #6 SMP Wed Feb 7 19:05:10 EET 2018
[Some lines intentionally stripped]
Removing existing compiled templates...
Precompiling templates...file error - parse error - email/bugmail.html.tmpl line 142: unexpected end of input
I belive the problem was unintentionally introduced with [e3b72d] in 2017-04-04, when the lines betwen 23 and 26 were inserted (i.e. a new FOREACH that has no corresponding END).
I forgot to mention that without the lines between 23 and 26 from [e3b72d] the template compiles sucesfully.
Related
Commit: [e3b72d]
Hi Giorgi,
Sorry for the late response, but somehow I wasn't notified by email.
I will look into this this weekend.
Thanks
Fixed -> changeset: 3262:c3285767b6d5
Thanks