You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependabot hasn't been working for quite a while apparently, without sending me any error messages at any point.
rsonpath-test has a separate dependabot workflow but it's part of the main workspace. This doesn't work and is an error. What we actually want is rsonpath-test-codegen to be dependabotted separately, as that's excluded from the workspace.
a) Why is it excluded from the workspace? I don't actually remember, need to double check if that's what we want.
EDIT:
I remember now, both test and test-codegen should be out of the main workspace because they pollute the dependencies in Cargo.lock.
In rsonpath:
Please check your configuration as there are groups where no dependencies match:
- dev-deps
This can happen if:
- the group's 'pattern' rules are misspelled
- your configuration's 'allow' rules do not permit any of the dependencies that match the group
- the dependencies that match the group rules have been removed from your project
I have no idea why this happens, there clearly were available dev dependencies in rsonpath-lib to update...
The main failure:
updater | 2024/10/01 23:25:57 ERROR <job_894385614> On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: crates/rsonpath-benchmarks (modified content)
no changes added to commit (use "git add" and/or "git commit -a")
Zero idea what's going on, need to investigate.
The text was updated successfully, but these errors were encountered:
I don't know if this is solvable without removing benchmarks as a submodule.
That doesn't actually sound like such a bad idea... Submodule wonkiness has been a PitA for quite a while. It might make sense to have them in the same repo but put it outside of the workspace and version them separately. It would also stop it from rotting, as currently its pipeline has been failing for sooo long, mainly due to the desync between pushing to the main repo vs pushing to the benchmarks repo.
Dependabot hasn't been working for quite a while apparently, without sending me any error messages at any point.
rsonpath-test
has a separate dependabot workflow but it's part of the main workspace. This doesn't work and is an error. What we actually want isrsonpath-test-codegen
to be dependabotted separately, as that's excluded from the workspace.a) Why is it excluded from the workspace? I don't actually remember, need to double check if that's what we want.
EDIT:
I remember now, both
test
andtest-codegen
should be out of the main workspace because they pollute the dependencies in Cargo.lock.rsonpath
:I have no idea why this happens, there clearly were available dev dependencies in
rsonpath-lib
to update...Zero idea what's going on, need to investigate.
The text was updated successfully, but these errors were encountered: