Bug 39111 - Tidying template files is ineffective
Summary: Tidying template files is ineffective
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 38664
Blocks:
  Show dependency treegraph
 
Reported: 2025-02-12 15:46 UTC by Jonathan Druart
Modified: 2025-02-12 15:46 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-02-12 15:46:48 UTC
There are 2 pass, we call the prettier plugin twice because there was an idempotent problem: I had to pretty the script at least twice to make it tidy and to make the script returning the same output.

We could try to remove those 2 passes and see if it fixes the problem (ie. the xt/tt_tidy.t does not fail) for new changes.