Project

Profile

Help

Feature #6572

open

Don't modify sef when xsl doesn't change

Added by Karim Ratib 24 days ago. Updated 15 days ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2024-10-28
Due date:
% Done:

0%

Estimated time:
Applies to JS Branch:
Fix Committed on JS Branch:
Fixed in JS Release:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-

Description

In order to integrate the xsl -> sef conversion in a reliable build pipeline, we routinely recompile the xsl, for example to run tests that exercise the sef.

Currently, recompiling the xsl creates a modified version of the sef, because the buildDateTime attribute is updated. This change causes unnecessary commits to version control, because in reality nothing has changed in the xsl.

Would it be possible to add a flag for the compilation that ensures idempotency? For example by disabling buildDatetime.

Please register to edit this issue

Also available in: Atom PDF Tracking page