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

Refactoring #8

Open
7 tasks
nickretallack opened this issue May 17, 2020 · 0 comments
Open
7 tasks

Refactoring #8

nickretallack opened this issue May 17, 2020 · 0 comments

Comments

@nickretallack
Copy link
Owner

nickretallack commented May 17, 2020

Deleting definitions

  • delete if it's always disconnected
  • warn if it's used and connected

Inlining functions

  • Bust a node, dropping its contents into the graph still properly connected
  • Join a set of selected nodes into a new definition, still properly connected. Show an error if this isn't possible.

Function pointer <-> inline functions

  • Turn a function pointer into an inline function
  • Turn an inline function into a function pointer if it doesn't make use of the parent scope.

Replacing nodes

  • Replace a node. If it's connected on keyword nibs, show a UI to match up the new nibs to the old nibs where necessary. Otherwise just replace it.
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

1 participant