Skip to content

Blueprints: Throw on failure #982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions packages/php-wasm/compile/php/php_wasm.c
Binary file modified packages/php-wasm/node/public/7_0_33/php_7_0.wasm
Binary file not shown.
Binary file modified packages/php-wasm/node/public/7_1_30/php_7_1.wasm
Binary file not shown.
Binary file modified packages/php-wasm/node/public/7_2_34/php_7_2.wasm
Binary file not shown.
Binary file modified packages/php-wasm/node/public/7_3_33/php_7_3.wasm
Binary file not shown.
Binary file modified packages/php-wasm/node/public/7_4_33/php_7_4.wasm
Binary file not shown.
Binary file modified packages/php-wasm/node/public/8_0_30/php_8_0.wasm
Binary file not shown.
Binary file modified packages/php-wasm/node/public/8_1_23/php_8_1.wasm
Binary file not shown.
Binary file modified packages/php-wasm/node/public/8_2_10/php_8_2.wasm
Binary file not shown.
Binary file modified packages/php-wasm/node/public/8_3_0/php_8_3.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_7_0.js
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_7_1.js
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_7_2.js
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_7_3.js
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_7_4.js
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_8_0.js
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_8_1.js
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_8_2.js
2 changes: 1 addition & 1 deletion packages/php-wasm/node/public/php_8_3.js
6 changes: 3 additions & 3 deletions packages/php-wasm/node/src/test/php-request-handler.spec.ts
94 changes: 93 additions & 1 deletion packages/php-wasm/node/src/test/php.spec.ts
18 changes: 16 additions & 2 deletions packages/php-wasm/universal/src/lib/base-php.ts
6 changes: 6 additions & 0 deletions packages/php-wasm/universal/src/lib/universal-php.ts
Binary file modified packages/php-wasm/web/public/kitchen-sink/7_0_33/php_7_0.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/kitchen-sink/7_1_30/php_7_1.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/kitchen-sink/7_2_34/php_7_2.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/kitchen-sink/7_3_33/php_7_3.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/kitchen-sink/7_4_33/php_7_4.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/kitchen-sink/8_0_30/php_8_0.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/kitchen-sink/8_1_23/php_8_1.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/kitchen-sink/8_2_10/php_8_2.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/kitchen-sink/8_3_0/php_8_3.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/kitchen-sink/php_7_0.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/kitchen-sink/php_7_1.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/kitchen-sink/php_7_2.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/kitchen-sink/php_7_3.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/kitchen-sink/php_7_4.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/kitchen-sink/php_8_0.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/kitchen-sink/php_8_1.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/kitchen-sink/php_8_2.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/kitchen-sink/php_8_3.js
Binary file modified packages/php-wasm/web/public/light/7_0_33/php_7_0.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/light/7_1_30/php_7_1.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/light/7_2_34/php_7_2.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/light/7_3_33/php_7_3.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/light/7_4_33/php_7_4.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/light/8_0_30/php_8_0.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/light/8_1_23/php_8_1.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/light/8_2_10/php_8_2.wasm
Binary file not shown.
Binary file modified packages/php-wasm/web/public/light/8_3_0/php_8_3.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/light/php_7_0.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/light/php_7_1.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/light/php_7_2.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/light/php_7_3.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/light/php_7_4.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/light/php_8_0.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/light/php_8_1.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/light/php_8_2.js
2 changes: 1 addition & 1 deletion packages/php-wasm/web/public/light/php_8_3.js
18 changes: 15 additions & 3 deletions packages/playground/blueprints/src/lib/compile.ts
55 changes: 55 additions & 0 deletions packages/playground/blueprints/src/lib/steps/cp.spec.ts
37 changes: 27 additions & 10 deletions packages/playground/blueprints/src/lib/steps/enable-multisite.ts
4 changes: 2 additions & 2 deletions packages/playground/blueprints/src/lib/steps/index.ts
37 changes: 14 additions & 23 deletions packages/playground/blueprints/src/lib/steps/install-plugin.ts
36 changes: 12 additions & 24 deletions packages/playground/blueprints/src/lib/steps/install-theme.ts
30 changes: 30 additions & 0 deletions packages/playground/blueprints/src/lib/steps/login.spec.ts
13 changes: 12 additions & 1 deletion packages/playground/blueprints/src/lib/steps/login.ts
55 changes: 55 additions & 0 deletions packages/playground/blueprints/src/lib/steps/mv.spec.ts
13 changes: 10 additions & 3 deletions packages/playground/blueprints/src/lib/steps/request.ts
37 changes: 37 additions & 0 deletions packages/playground/blueprints/src/lib/steps/rm.spec.ts
24 changes: 24 additions & 0 deletions packages/playground/blueprints/src/lib/steps/run-php.spec.ts
8 changes: 6 additions & 2 deletions packages/playground/blueprints/src/lib/steps/run-php.ts
57 changes: 23 additions & 34 deletions packages/playground/blueprints/src/lib/steps/site-data.ts
1 change: 0 additions & 1 deletion packages/playground/remote/src/lib/worker-thread.ts
5 changes: 5 additions & 0 deletions packages/playground/website/cypress/e2e/website-ui.cy.ts