gelpia icon indicating copy to clipboard operation
gelpia copied to clipboard

Generated function files are not always cleaned up

Open IanBriggs opened this issue 1 year ago • 0 comments

For each query we generate a rust file that get compiled into a file in src/func/target/release/deps that matches the name 'func_generated_*.d'

We try to clean these files up in lines 152 to 163 in src/frontend/gelpia.py but this seems to not always run.

IanBriggs avatar May 21 '23 20:05 IanBriggs