#I dont think the gitignore is doing what

1 messages · Page 1 of 1 (latest)

timid prism
#

What's your gitignore look like? And are you testing 0.15.3? I just tested on my end - compiled a module locally that outputs "bar", then changed the source to "baz", ran dagger call, and I get "baz" out. That's using the default-generated gitignore.

#

Okay, you're right - I did that first test in the Dagger repo itself. Initialized a new module and it seems that Dagger is including bin in the source context even though it's gitignored. I'm pretty sure the engine isn't supposed to do that.

Anyways... probably best to change the behavior so that it doesn't look into bin, and only uses dll-as-module if it's given a build directory instead of a project source.