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
The assumption is that for lower versions the same precompilation signatures should be used.
Should we make this more limited and assume that the signatures are only valid for minor version changes? For example, if the user gives v"1.4.1", the following should be considered instead?
elseifv"1.4.0"<=VERSION<=v"1.4.1"
What should be the assumption?
The text was updated successfully, but these errors were encountered:
aminya
added a commit
to aminya/SnoopCompile.jl
that referenced
this issue
May 16, 2020
When the user gives
The following code is considered:
The assumption is that for lower versions the same precompilation signatures should be used.
Should we make this more limited and assume that the signatures are only valid for minor version changes? For example, if the user gives
v"1.4.1"
, the following should be considered instead?What should be the assumption?
The text was updated successfully, but these errors were encountered: