getappmap / getappmap/appmap-js
Installer appears to downgrade appmap-python
Open
Nobody has claimed this yet.
bug
preflight
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 18
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 8
Description
https://github.com/land-of-apps/Promptify/actions/runs/4723196250/jobs/8378820788
AppMap language library has been installed and configured.
git add -N .
git diff > .appmap/appmap-install.patch
Patch file contents:
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 6f2d6e2..a5d4350 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,4 +1,4 @@
-appmap==1.15.0
+appmap>=1.1.0.dev0
black==22.12.0
isort==5.11.4
flake8==6.0.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked GitHub Actions job and inspect the installer output and requirements-dev.txt change shown in the issue. Trace why appmap==1.15.0 becomes appmap>=1.1.0.dev0; done means the installer no longer rewrites the dependency in a way that appears to downgrade it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100