I've been compiling an application today and have been getting a new warning:
Warning: it is not recommended to create an app/library without a preexisting manifest
It looks like 57102e2 is the cause. Is it correct? Should it be if !isfile(ctx.env.manifest_file)?
I've been compiling an application today and have been getting a new warning:
Warning: it is not recommended to create an app/library without a preexisting manifestIt looks like 57102e2 is the cause. Is it correct? Should it be
if !isfile(ctx.env.manifest_file)?