deplinenoise / tundra

Tundra is a code build system that tries to be accurate and fast for incremental builds
MIT License
438 stars 75 forks source link

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

Closed leidegre closed 2 months ago

leidegre commented 2 months ago

This PR forwards default nodes in IDE file generation code. As explained in this issue https://github.com/deplinenoise/tundra/issues/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 commented 2 months ago

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.