Skip to content
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

Error when updating the plugin using Bitbucket/Jenkins #1024

Open
MarinescuLucia opened this issue May 21, 2023 · 1 comment
Open

Error when updating the plugin using Bitbucket/Jenkins #1024

MarinescuLucia opened this issue May 21, 2023 · 1 comment
Labels
question Can be used to identify issues that are asking a question about the code or how to use the project.

Comments

@MarinescuLucia
Copy link

Description

A user from the forum reported an issue when trying to update the plugin using Bitbucket/Jenkins. I'm not sure how to test this to try to replicate it or if anything could be done about it. He reported the issue here.

Step-by-step reproduction instructions

Not sure how to replicate this

Screenshots, screen recording, code snippet or Help Scout ticket

No response

Environment info

No response

Is the issue you are reporting a regression

No

@MarinescuLucia MarinescuLucia added the question Can be used to identify issues that are asking a question about the code or how to use the project. label May 21, 2023
@MarinescuLucia
Copy link
Author

Update from the user:

It appears that case sensitivity is the issue. In your file at:
visualizer/vendor/composer/autoload_static.php
There are a number of lines that use capital letters on folder callouts that actually have lowercase letters. Those lines are: 52-67

'3af723442581d6c310bf44543f9f5c60' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions/adjoint.php', 'd803221834c8b57fec95debb5406a797' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions/antidiagonal.php', '4714cafbd3be4c72c274a25eae9396bb' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions/cofactors.php', '89719dc7c77436609d1c1c31f0797b8f' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions/determinant.php', 'c28af79ec7730859d83f2d4310b8dd0b' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions/diagonal.php', 'c5d82bf1ac485e445f911e55789ab4e6' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions/identity.php', '0d2d594de24a247f7a33499e933aa21e' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions/inverse.php', 'f37c25880804a014ef40c8bffbab1b10' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions/minors.php', 'd6e4e42171df0dbea253b3067fefda38' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions/trace.php', '2c9b19fa954fd3e6fcc7e7a1383caddd' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Functions/transpose.php', '0a538fc9b897450ec362480ebbebe94f' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operations/add.php', 'f0843f7f4089ec2343c7445544356385' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operations/directsum.php', 'ad3e8c29aa16d134661a414265677b61' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operations/subtract.php', '8d37dad4703fab45bfec9dd0bbf3278e' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operations/multiply.php', '4888a6f58c08148ebe17682f9ce9b2a8' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operations/divideby.php', 'eef6fa3879d3efa347cd24d5eb348f85' => __DIR__ . '/..' . '/markbaker/matrix/classes/src/Operations/divideinto.php',

Note the capital F on functions and O on operations
Please re-open this ticket and make those changes so that your plugin works on environments that require case sensitivity. (You won’t find it to be an issue locally on a mac, or PC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Can be used to identify issues that are asking a question about the code or how to use the project.
Projects
None yet
Development

No branches or pull requests

1 participant