sweepai-dev / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
0 stars 0 forks source link

[DRAFT] Fix placeholder insertion for binary methods #4

Closed sweep-ai[bot] closed 11 months ago

sweep-ai[bot] commented 11 months ago

Description

This PR fixes the issue where placeholders were not being inserted for binary operators like Integer.+, Integer.<, etc. The root cause of the issue was a missing case in the placeholder insertion logic for binary methods. This PR updates the logic to handle binary methods and correctly insert placeholders for these methods.

Summary of Changes

Fixes #2.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/fix-placeholder-insertion-binary-methods