Hi,
I recently started using the "compile~" command and it made me wonder
about something: When I save my work in IDEA (where there is only "Save
all") and multiple files are changed, how does SBT make sure it sees
all the modified files to decide what to recompile? I imagine a race
condition where it notices one file was changed (though there were
others), begins its dependency analysis and initiates compilation based
solely on the single file that triggered recompilation (and its
dependencies).
Is this scenario possible or does SBT do something to catch several
source files getting modified in quick succession?
Randall Schulz
--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To post to this group, send email to
simple-b...@googlegroups.com.
To unsubscribe from this group, send email to
simple-build-t...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/simple-build-tool?hl=en.