grml icon indicating copy to clipboard operation
grml copied to clipboard

reload does not sort option arrays

Open skaldesh opened this issue 2 years ago • 0 comments

Start with this grml.yaml file:

version: 1
project: test

options:
    runtime:
        - base
        - openvino
        - cuda
        - qt

Start grml and then change the grml.yaml to this:

version: 1
project: test

options:
    runtime:
        - new-runtime
        - base
        - openvino
        - cuda
        - qt

Do a reload inside grml --> The runtime is still at base

skaldesh avatar Nov 07 '22 15:11 skaldesh