Commit Graph

9 Commits

Author SHA1 Message Date
Richard Kuhnt 1feda7a088 [WIP] Validate manifests against JSON Schema in CI Tests (#1331)
* Add suggest and psmodule to schema.json
* Fix required fields in schema.json
* Improve url validation in schema.json
* Add validator.exe as a single file validation tool
* Add Scoop.Validator Lib for use in Manifest-Tests
* Add buildscript for Scoop.Validator and validator.exe
* Exclude .dll and packages folder from Project-Tests
* Validate manifests against JSON Schema in CI Tests
* Complete JSON Schema Validation
* Dlls shouldn't be treated as text
2017-02-17 19:00:56 +01:00
Roy Ivy III 6d9bca805f whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00
Luke Sampson de2cf3f5dd shims should now pass arguments exactly as they receive them, without stripping '\' (fixes #382) 2015-06-03 22:31:29 +10:00
Luke Sampson 24c64c9161 fix shimexe argument passing 2014-02-20 22:47:53 +10:00
Luke Sampson 1cece993f4 fix shimexe not passing arguments 2014-02-20 22:36:27 +10:00
Luke Sampson 3dd2928218 use win32 functions for shimexe 2014-01-26 13:23:50 +10:00
Luke Sampson da0b109755 shimexe: for programs that exit quickly, make sure any remaining output on stderr or stdout is pumped to the right output stream 2014-01-12 16:22:03 +10:00
Luke Sampson 3b90306472 allow alias and arguments for shims 2014-01-12 15:46:59 +10:00
Luke Sampson 5c52166fcd add .exe shims for programs that only look for .exes (e.g. tar calling gzip) 2014-01-05 16:25:16 +10:00