node-cmake icon indicating copy to clipboard operation
node-cmake copied to clipboard

Improve regex for finding names of archives

Open computerquip-streamlabs opened this issue 7 years ago • 1 comments

Simplifies the regex a bit while allowing extended semver such as v0.0.0-beta.1. It's a bit less flexible but I didn't find anything it didn't work with aside from extremely early node stuff before any stable release.

That said, I can't seem to find where the NW.js checksum file is. Their version of gyp doesn't seem to download one which is a bit concerning though I could just be missing it.

computerquip-streamlabs avatar Jun 27 '18 21:06 computerquip-streamlabs

  • Change to fix bad escaping (cmake regex requires double backslash).
  • Change to handle node archives that don't properly format the headers archive into version sub-folders.
  • Give more verbose handling to help debug any issues.
  • Handle checksum files that describe multiple header archives.

computerquip-streamlabs avatar Dec 04 '18 00:12 computerquip-streamlabs