Skip to content

Elwin Li - Week 1 GSoC report for JSeditor updates #181

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

Merged
merged 7 commits into from
Jun 8, 2025

Conversation

ebeetles
Copy link
Contributor

@ebeetles ebeetles commented Jun 8, 2025


name: Pull Request
about: Submit changes to the project for review and inclusion

Description

Elwin Li - Week 1 GSoC report for JSeditor updates

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes for Reviewers


Thank you for contributing to our project! We appreciate your help in improving it.

📚 See contributing instructions.

🙋🏾🙋🏼 Questions: Community Matrix Server.

Comment on lines +36 to +68
{
"name": "repeat",
"comments": "Repeat block in the Flow palette",
"arguments": [
{
"type": "NumberExpression"
}
],
"ast": {
"identifiers": [
{
"property": "type",
"value": "ForStatement"
}
],
"argument_properties": [
"test.right"
],
"children_properties": [
"body.body"
]
},
"blocklist_connections": [
"parent_or_previous_sibling",
"argument",
"first_child",
"next_sibling"
],
"default_vspaces": {
"argument": 1
}
}

Copy link
Member

Choose a reason for hiding this comment

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

Does this code block appear visually as written in the md file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screenshot 2025-06-08 at 2 15 22 PM Looks like this

@pikurasa
Copy link
Contributor

pikurasa commented Jun 8, 2025

You should do these in a branch other than your main branch.

Not doing so could cause major headaches if we don't merge some of your code.

@pikurasa
Copy link
Contributor

pikurasa commented Jun 8, 2025

@ebeetles as to not roadblock this, I'm merging now, but please get in the habit of creating new branches for your PRs.

@pikurasa pikurasa merged commit b4b8d8b into sugarlabs:main Jun 8, 2025
2 checks passed
@ebeetles
Copy link
Contributor Author

ebeetles commented Jun 8, 2025

@ebeetles as to not roadblock this, I'm merging now, but please get in the habit of creating new branches for your PRs.

Got it, thank you!

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.

3 participants