Ticket #950 (closed defect: fixed)
Functions relayer and restyle in kara-templater don't work
| Reported by: | nielsm | Owned by: | nielsm |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1.8 |
| Component: | Scripting | Version: | 2.1.7 |
| Severity: | minor | Keywords: | kara-templater |
| Cc: | Platform: | All | |
| Sub Component: |
Description (last modified by verm) (diff)
The relayer and restyle functions in kara-templater don't work, they fail with an error that line is not defined.
This is because their globals environment is not tenv as they expect.
Change History
comment:3 follow-up: ↓ 4 Changed 2 years ago by Kovensky
Still happens on r3543.
Someone reopen this please? :(
comment:4 in reply to: ↑ 3 Changed 2 years ago by Kovensky
Replying to Kovensky:
Still happens on r3543.
I used the build from http://www.mod16.org/hurfdurf/?page_id=19 and apparently the error still happens because those builds don't include any files that changed, only binaries. So I was still using the 2.1.7 kara-templater.lua :(
Note: See
TracTickets for help on using
tickets.

(In [3277]) Fix bugs in kara-templater causing tenv.relayer and tenv.restyle functions to fail.
Closes #950.