Skip to content
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

[Implementation] Adding support for IMPORTED and IMPORTED_METHODS boxes #6

Open
Free-Quarks opened this issue Dec 7, 2023 · 1 comment
Assignees

Comments

@Free-Quarks
Copy link
Collaborator

Free-Quarks commented Dec 7, 2023

There are 2 new boxes related to imports into the code. They idea behind them is that IMPORTED is treated as a black box and so would visually be very similar to a primitive. However IMPORTED_METHOD would have a more similar structure to an EXPRESSION, as it has a body field.

However there are currently a few bugs related to imports:

  • No matter the import, both are generated.
  • IMPORTED_METHOD's body is often blank
  • And IMPORTED_METHOD is the main one that get's wired into everything, often leaving IMPORTED an isolated blank box.

Tagging Tito here too incase there is future discussion. @titomeister

@hconhisway
Copy link
Collaborator

Added:

  • support for 2 new boxes;
  • an initial entry input box to view a certain FN at fn_array. (The initial value is 0, which means it starts with fn, just like before.) I hope this new feature can help with the problem of 1) some very large boxes are hard to navigate and expand, 2) some boxes are not connected to the main graph

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

No branches or pull requests

2 participants