Skip to content

Conversation

@bunsenstraat
Copy link
Collaborator

No description provided.

ci-bot and others added 30 commits October 7, 2025 09:15
…n.lock working, package-lock needs investigation
Lock files (yarn.lock, package-lock.json) are now reloaded fresh each time
a package version needs to be resolved. This ensures that changes to lock
files during the session are picked up immediately.

Previously, lock files were parsed once during ImportResolver initialization
and cached. If a user added or modified a lock file, the stale cached versions
would be used, causing the wrong package version to be resolved.

Changes:
- Clear lockFileVersions map before each reload
- Call loadLockFileVersions() in resolvePackageVersion() before checking cache
- This has minimal overhead as lock files are small text files
@nx-cloud
Copy link

nx-cloud bot commented Oct 28, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 352ed3b

Command Status Duration Result
nx run-many --target=test --projects=remix-anal... ❌ Failed 1m 10s View ↗
nx lint vyper ✅ Succeeded <1s View ↗
nx lint remixd ✅ Succeeded <1s View ↗
nx lint solhint ✅ Succeeded <1s View ↗
nx lint doc-gen ✅ Succeeded <1s View ↗
nx lint remix-ui ✅ Succeeded <1s View ↗
nx lint learneth ✅ Succeeded <1s View ↗
nx lint debugger ✅ Succeeded <1s View ↗
Additional runs (24) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-10-28 23:56:08 UTC

@ci-pr-comment
Copy link

ci-pr-comment bot commented Oct 28, 2025

❌ E2E failures detected (workflow: web)

Last run: Wed, Oct 29, 2025, 12:16 AM UTC

View HTML report

Top failing tests (7/7):

  • Test switch to a GitHub import from a solidity warning (solidityImport_group3.test)
  • Should show upgrade proxy option for child contract inheriting UUPS parent contract (proxy_oz_v5_non_shanghai_runtime_group1.test)
  • Should show upgrade proxy option for child contract inheriting UUPS parent contract (proxy_oz_v4_group1.test)
  • Should select deploy with proxy option from URL params (url_group2.test)
  • Should display solidity imported code while debugging github import (debugger_group2.test)
  • run analysis and filter results (staticAnalysis.test)
  • Should load script runner ethers6 (script-runner.test)

Report generated by CI; artifacts are retained per CircleCI retention settings.

@bunsenstraat bunsenstraat deleted the resolverrefactor branch November 3, 2025 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants