- Issue created by @mably
- π¬π§United Kingdom aaron.ferris
aaron.ferris β made their first commit to this issueβs fork.
- last update
10 months ago 544 pass - π¬π§United Kingdom aaron.ferris
Think I got all of these, did a quick check for any other instances of FunctionalJavaScript and couldn't see any. MR raised.
- Status changed to Needs review
10 months ago 4:33pm 19 April 2024 - last update
10 months ago 544 pass - First commit to issue fork.
-
jrockowitz β
committed 1d73543f on 6.2.x authored by
aaron.ferris β
Issue #3441905: PHPUnit tests fail because of typo in webform_cards...
-
jrockowitz β
committed 1d73543f on 6.2.x authored by
aaron.ferris β
- Status changed to Fixed
10 months ago 9:47am 23 April 2024 - 3b43d8ed committed on 6.2.x
revert "Issue #3441905: PHPUnit tests fail because of typo in...
- 3b43d8ed committed on 6.2.x
- Status changed to Needs work
10 months ago 9:55am 23 April 2024 - πΊπΈUnited States jrockowitz Brooklyn, NY
I am stumped because committing this change causes every MR to have rebasing issues. For now, I reverted the change.
git checkout -b '3440366-modify-formula-injection' --track webform-3440366/'3440366-modify-formula-injection' error: The following untracked working tree files would be overwritten by checkout: modules/webform_cards/tests/src/FunctionalJavaScript/WebformCardsAjaxJavaScriptTest.php modules/webform_cards/tests/src/FunctionalJavaScript/WebformCardsAutoForwardJavaScriptTest.php modules/webform_cards/tests/src/FunctionalJavaScript/WebformCardsDraftJavaScriptTest.php modules/webform_cards/tests/src/FunctionalJavaScript/WebformCardsProgressJavaScriptTest.php modules/webform_cards/tests/src/FunctionalJavaScript/WebformCardsStatesJavaScriptTest.php modules/webform_cards/tests/src/FunctionalJavaScript/WebformCardsToggleJavaScriptTest.php modules/webform_cards/tests/src/FunctionalJavaScript/WebformCardsUiJavaScriptTest.php modules/webform_cards/tests/src/FunctionalJavaScript/WebformCardsValidationJavaScriptTest.php Please move or remove them before you switch branches. Aborting
- π¬π§United Kingdom aaron.ferris
Weird, I wonder if using
git mv
has somehow caused that issue.... - Open on Drupal.org βCore: 10.1.4 + Environment: PHP 8.2 & MySQL 8last update
10 months ago Waiting for branch to pass - π¬π§United Kingdom aaron.ferris
Raised a different MR, without using git mv (manual job of deleting the folder in one commit, adding a new folder in another). Not sure if that will help?
- Status changed to Needs review
10 months ago 1:23pm 23 April 2024 - π¨π¦Canada Liam Morland Ontario, CA π¨π¦
@jrockowitz You can add
-f
to your checkout to have it overwrite the existing files.@aaron.ferris I don't think
git mv
will be different from deleting and re-creating. It can detect based on file similarity that it's the same file. - π¬π§United Kingdom aaron.ferris
Yeah, have to honest I was sceptical if it would've made a difference but felt it worth a shot. Thanks.
- πΊπΈUnited States jrockowitz Brooklyn, NY
@Liam Morland, I always appreciate your
git-fu
- 3b43d8ed committed on 6.x
revert "Issue #3441905: PHPUnit tests fail because of typo in...
- 3b43d8ed committed on 6.x
-
jrockowitz β
committed 1d73543f on 6.x authored by
aaron.ferris β
Issue #3441905: PHPUnit tests fail because of typo in webform_cards...
-
jrockowitz β
committed 1d73543f on 6.x authored by
aaron.ferris β
- Status changed to Fixed
8 months ago 12:47am 26 June 2024 - πΊπΈUnited States luke.leber Pennsylvania
Just helping out with triage where possible. This seems to be definitively fixed by #20/21, no?
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
I understand changing the namespace, but why the revert commit to rename them back?
- πΊπΈUnited States luke.leber Pennsylvania
It looks like the change was originally reverted on 6.2.x back on April 23, but wasn't on 6.x until June 24. Seems 6.x and 6.2.x are kept somewhat in sync.
Automatically closed - issue fixed for 2 weeks with no activity.
- π³π±Netherlands johan_vm Tilburg
I'm running into the same issues on PHP 8.3 and Drupal 10.3
MR 464 doesn't seem to apply for me, so I created this patch.
- Status changed to Active
5 months ago 1:23pm 13 September 2024 - π¨π¦Canada Liam Morland Ontario, CA π¨π¦
This change was made and then reverted. @jrockowitz was it reverted because it made rebasing other merge requests difficult?
- πΊπΈUnited States jrockowitz Brooklyn, NY
I think I kept running into rebase issues. I am willing to try this again via 6.3.x
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Should this be considered a blocker for 6.3.x?
- πΊπΈUnited States jrockowitz Brooklyn, NY
I think we should try again. I am pretty sure the patch caused some expected issues.
I am leaning toward the delete the directory, commit, recreate directory, and commit approach to be safe.
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Sure. That separated approach could be put into the merge request. When the MR is merged, squashing the commits into one will have the same result.