Skip to content

YAML to HTML conversion non-determinism #186

@kvdblom

Description

@kvdblom

The yaml_to_html.py seems to generate some parts of the output HTML non-deterministically, at least for this branch:

E.g., the output may change like this:

-      <td>continuous | integer</td>
+      <td>integer | continuous</td>
  • Problem: This creates uneccessary changes that may make reviews more difficult
  • Solution: Sort these types of output in the python code before converting to HTML.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions