- 🇮🇳India gauravvvv Delhi, India
Added variables on component level. please review
- Status changed to Needs work
almost 2 years ago 3:44pm 1 March 2023 - 🇺🇸United States smustgrave
Nesting looks good
But not sure if these spaces are needed
--file-font-size: var(--font-size-s); min-block-size: calc(var(--file-space-m) + var(--file-offset));
--file-size-color: var(--color-gray-800); color: var(--file-size-color);
- Status changed to Needs review
almost 2 years ago 5:11am 2 March 2023 - 🇮🇳India gauravvvv Delhi, India
But not sure if these spaces are needed
Even without spaces in pcss.css file, compiled CSS file have the space after declared variable. I think we need these space to differentiate between variables and properties.
- Status changed to RTBC
almost 2 years ago 2:45pm 2 March 2023 - 🇺🇸United States smustgrave
If that's the case then this should be fine.
- Status changed to Needs work
over 1 year ago 5:28am 8 March 2023 - 🇺🇸United States Stanzin
// Ignore this patch
I am new to env. Checking the patch works or not. - Status changed to Needs review
over 1 year ago 2:46am 13 March 2023 - 🇮🇳India gauravvvv Delhi, India
Addressed #44, attached patch and interdiff with #40 for same. please review
- Status changed to RTBC
over 1 year ago 8:33pm 13 March 2023 The last submitted patch, 52: 3293398-52.patch, failed testing. View results →
- Status changed to Needs work
over 1 year ago 6:44pm 25 March 2023 - 🇮🇳India kunal_sahu Karnataka
I reviewed this Patch and doesn't seem to have any issue. The patch LGTM. But the error message that is mentioned typically appears in PHPUnit tests when an assertion is made that an object or array should be empty, but it is not.
Drupal\Tests\user\Kernel\Migrate\MigrateUserStubTest fail: [Other] Line 0 of sites/default/files/simpletest/phpunit-1178.xml: PHPUnit Test failed to complete; Error: PHPUnit 9.5.28 by Sebastian Bergmann and contributors. Testing Drupal\Tests\user\Kernel\Migrate\MigrateUserStubTest F 1 / 1 (100%) Time: 00:01.502, Memory: 4.00 MB There was 1 failure: 1) Drupal\Tests\user\Kernel\Migrate\MigrateUserStubTest::testStub Failed asserting that an object is empty. /var/www/html/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php:122 /var/www/html/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php:55 /var/www/html/core/modules/migrate_drupal/src/Tests/StubTestTrait.php:22 /var/www/html/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php:35 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestResult.php:728 FAILURES! Tests: 1, Assertions: 8, Failures: 1.
It is not related to the CSS code itself.
So i guess we can move it to RTBC.
Thanks
- Status changed to RTBC
over 1 year ago 6:58pm 25 March 2023 The last submitted patch, 52: 3293398-52.patch, failed testing. View results →
The last submitted patch, 52: 3293398-52.patch, failed testing. View results →
- Status changed to Needs work
over 1 year ago 10:43am 18 April 2023 - 🇮🇳India Santosh_Verma
Tested the patch #52 which is is showing fail testing,
It is applying cleanly.I think failure is not related to patch - Status changed to RTBC
over 1 year ago 3:50am 7 June 2023 - 🇮🇳India gauravvvv Delhi, India
Patch #52, still applies on 11.x. Restoring the status
- last update
over 1 year ago 29,415 pass - last update
over 1 year ago 29,420 pass - last update
over 1 year ago 29,420 pass - last update
over 1 year ago 29,425 pass - last update
over 1 year ago 29,429 pass - last update
over 1 year ago 29,430 pass - last update
over 1 year ago 29,430 pass - last update
over 1 year ago 29,436 pass - last update
over 1 year ago 29,436 pass - last update
over 1 year ago 29,436 pass - last update
over 1 year ago 29,441 pass - last update
over 1 year ago 29,444 pass - last update
over 1 year ago 29,443 pass - last update
over 1 year ago 29,443 pass - last update
over 1 year ago 29,443 pass - last update
over 1 year ago 29,439 pass - last update
over 1 year ago 29,439 pass - last update
over 1 year ago 29,443 pass - last update
over 1 year ago 29,444 pass - last update
over 1 year ago 29,446 pass - last update
over 1 year ago 29,446 pass - last update
over 1 year ago 29,446 pass - last update
over 1 year ago 29,446 pass - last update
over 1 year ago 29,450 pass - last update
over 1 year ago 29,453 pass - last update
over 1 year ago 29,454 pass - last update
over 1 year ago 29,455 pass - Status changed to Fixed
over 1 year ago 7:11pm 30 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 10:09am 25 September 2023 - 🇳🇿New Zealand quietone
This is a minor only change, removing tag for the followup.