Opened 11 years ago
Last modified 11 years ago
#388 new bug
attributes get lost when playing with lists
Reported by: | steenpass | Owned by: | hannes |
---|---|---|---|
Priority: | minor | Milestone: | 3-1-4 and higher |
Component: | dontKnow | Version: | 3-1-3 |
Keywords: | attrib | Cc: |
Description
> ring r = 0, x, dp; > ideal i = x; > i = std(i); > list l = list(i); > attrib(l[1]); attr:isSB, type int > list ll = list(l[1]); > attrib(ll[1]); no attributes >
Note: See
TracTickets for help on using
tickets.