Skip to content

Julia/effectv4#19

Merged
julia-script merged 2 commits intomainfrom
julia/effectv4
May 9, 2026
Merged

Julia/effectv4#19
julia-script merged 2 commits intomainfrom
julia/effectv4

Conversation

@julia-script
Copy link
Copy Markdown
Owner

@julia-script julia-script commented May 9, 2026

Note

Low Risk
Repo-only metadata and editor configuration changes; no runtime code paths are modified in this diff.

Overview
Adds a new Changesets entry (.changeset/funny-bears-arrive.md) bumping several workspace packages with a patch release and documenting the Effect 4.x migration.

Updates .gitignore to ignore the .llms/ directory explicitly, and adds .vscode/launch.json to make it easier to debug/run packages/rlp/test/playground.ts via VS Code.

Reviewed by Cursor Bugbot for commit c394bf8. Bugbot is set up for automated code reviews on this repo. Configure here.

- Move core Effect APIs, Schema, and related modules to effect 4.x across workspace packages
- Refresh solc JSON schemas; drop obsolete schema helpers
- Update EVM, fixtures, examples, tooling; add VS Code launch config
- Add changesets (patch) for published @evm-effect/* packages
@julia-script julia-script merged commit 4f16945 into main May 9, 2026
1 of 9 checks passed
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit c394bf8. Configure here.

Comment thread .vscode/launch.json
"outFiles": ["${workspaceFolder}/**/*.js"]
}
]
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personal debug launch config accidentally committed

Low Severity

The .vscode/launch.json file appears to be a personal debug configuration hardcoded to launch packages/rlp/test/playground.ts — a scratch/playground file. While the project intentionally commits shared .vscode/settings.json and extensions.json, this launch config is developer-specific and not useful to other contributors.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c394bf8. Configure here.

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.

1 participant