Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
I had to add
fallback = source.fallback
switch = source.switch
in utils.liq. We should add other aliases in order to preserve backward compatibility as much as possible...
fallback = source.fallback
switch = source.switch
in utils.liq. We should add other aliases in order to preserve backward compatibility as much as possible...
That said, we will not be able to maintain total backward compatibility: for instance with fallback and fallback.skip, which triggered those renamings..