Opened 10 years ago
Closed 10 years ago
#2851 closed defect (fixed)
Flag +replaceHomotopy does not work if the code uses named arguments
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: | Lennart Ochel |
Description
+replaceHomotopy=actual|simplified handles only positional arguments
homotopy(actual, simplified) works fine homotopy(actual = e1, simplified = e2) does not work
Change History (3)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 10 years ago
Summary: | Flags +replaceHomotopy does not work if the code uses named arguments → Flag +replaceHomotopy does not work if the code uses named arguments |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r22487.