• exec/binkit.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, June 06, 2021 00:16:46
    https://gitlab.synchro.net/main/sbbs/-/commit/1e441edadc29d27925ebc2a9
    Modified Files:
    exec/binkit.js
    Log Message:
    Don't log an error if after a failure to remove a file, the file doesn't exist

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, June 04, 2025 19:51:59
    https://gitlab.synchro.net/main/sbbs/-/commit/99c1ec3fd5a25ffd60ea0b67
    Modified Files:
    exec/binkit.js
    Log Message:
    Work around bug in issue #936

    The regexp engine used in aarch64 builds has a bug where /x[^x]*?$/
    will not match when /x[^x]*$/ will, which causes issues with lockfiles.

    Simply removing the ? (which in this case should not change the
    results) resolves it.

    Other cases of *?$ in regexps should be investigated to ensure this
    is the only workaround (this is the only case of an inverted alternative followed by *?$ I can find though).

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net