发布

  • fix(core): sort projects after updating from context (#28024)

    frostbyte_neo 发布于 2024-09-23 15:10:06 +00:00

    Current Behavior

    Whenever a file is created in a project, the daemon will insert the
    newly created file at the end of the project file map list. This causes
    issues with cache determinism because the newly created file is not
    sorted. When doing nx reset, the file will then be properly sorted

    Expected Behavior

    Whenever a file is inserted into the project map, sort the changed file
    map.

    Related Issue(s)

    Fixes #

    下载附件