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

Forward default nodes as lookup table in ide file generation #348

Merged

Conversation

leidegre
Copy link
Contributor

@leidegre leidegre commented Aug 8, 2024

This PR forwards default nodes in IDE file generation code. As explained in this issue #345

I cannot use utility function make_lookup_table because I'm building a lookup table from an array of arrays. I made sure though that it does this the same way it would do it if you flattened the array and then passed it to make_lookup_table.

@leidegre leidegre force-pushed the feature/ide-gen-with-default-nodes branch from d10fb72 to a89ab85 Compare August 8, 2024 14:38
@leidegre
Copy link
Contributor Author

leidegre commented Aug 8, 2024

Okay, so there was a bunch of trailing whitespace everywhere that according to the .editorconfig file should be removed, it made the diff a bit confusing so I made damn sure to not mess with any whitespace.

Merge at your leisure.

@leidegre leidegre force-pushed the feature/ide-gen-with-default-nodes branch from b4651ed to a89ab85 Compare August 8, 2024 14:51
@deplinenoise deplinenoise merged commit 93b93db into deplinenoise:master Aug 11, 2024
3 checks passed
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.

2 participants