You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using lager for logging purposes which uses lager_transform and hence compile time options for my files is quite different. rebar3 is able to figure out all the options properly. But, for sync it expects me to specify all the options for compiling my foo/src.
It would be good if sync can figure out compile-time options as well so that my sys.conf could look like this.
Issue has been detailed at: rustyio#78
Found that add strategy and default strategy(no strategy) goes through discover_source_dirs() to figure out compile time options for compiling a file. Doing the same for "replace" strategy option as well.
Issue has been detailed at: rustyio#78
Found that add strategy and default strategy(no strategy) goes through discover_source_dirs() to figure out compile time options for compiling a file. Doing the same for "replace" strategy option as well.
I have a project importing a lot of projects. So, I wanted
sync
to scan a subset of directories. So, I made my sys.conf like this:I am using
lager
for logging purposes which uses lager_transform and hence compile time options for my files is quite different.rebar3
is able to figure out all the options properly. But, forsync
it expects me to specify all the options for compiling myfoo/src
.It would be good if
sync
can figure out compile-time options as well so that my sys.conf could look like this.The text was updated successfully, but these errors were encountered: