JSON -> JSON::MaybeXS
[?]
Dec 13, 2021, 9:36 PM
NDELYWA26JLL26XV2FEBKZ6LRKJKYWQQHU3HNZ6R6AEBSZMEPOZQCDependencies
- [2]
GLNY4IAXBuilds controller: add a test for restarting builds, fix restarting builds - [3]
RNWYZ3LBTest canceling builds. - [4]
L3B3ZS37JobsetEval/cancel: test & fix - [5]
OKOQ3LNQAdmin/clear-queue-non-current: test behavior - [6]
B3P72QICt/Controller/Root: test narinfo path - [7]
TTDUL6JBt/plugins/runcommand.t: output the filename if it fails to open - [8]
VSSEUT3ZRunCommand: Move the json validation testing to its own test - [9]
UWK5M3M6runcommand.t: stop dumping the json - [10]
3AKZKWCRRunCommand: Test - [11]
4QI6G7YBtests: replace the flat list of contexts with a hash - [12]
57WJL5PWtests: remove unnecessary Cwd imports - [13]
ZZ4HEML6JobsetEval/restart-*: Write tests for the behavior
Change contents
- replacement in t/Controller/Admin/clear-queue-non-current.t at line 4
use JSON qw(decode_json encode_json);use JSON::MaybeXS qw(decode_json encode_json); - replacement in t/Controller/Build/cancel.t at line 5
use JSON qw(decode_json encode_json);use JSON::MaybeXS qw(decode_json encode_json); - replacement in t/Controller/Build/restart.t at line 5
use JSON qw(decode_json encode_json);use JSON::MaybeXS qw(decode_json encode_json); - replacement in t/Controller/JobsetEval/cancel.t at line 5
use JSON qw(decode_json encode_json);use JSON::MaybeXS qw(decode_json encode_json); - replacement in t/Controller/JobsetEval/restart.t at line 5
use JSON qw(decode_json encode_json);use JSON::MaybeXS qw(decode_json encode_json); - replacement in t/Controller/Root/narinfo.t at line 5
use JSON qw(decode_json);use JSON::MaybeXS qw(decode_json); - replacement in t/plugins/RunCommand/basic.t at line 4
use JSON;use JSON::MaybeXS; - replacement in t/plugins/RunCommand/basic.t at line 45
my $json = JSON->new;my $json = JSON::MaybeXS->new;