Custom Query (733 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 733)

Ticket Resolution Summary Owner Reporter
#814 fixed conversion from int to number doesn't work for newstruct members somebody steenpass
Description
> newstruct("tt", "number n");
> ring r;
> tt n;
> n.n = 2;
   ? can not assign int to member of type number
   ? error occurred in or before STDIN line 4: `n.n = 2;`
> 
#813 fixed newstruct should give warning when using only one character somebody steenpass
Description
> newstruct("s", "string a");

is not allowed according to the manual. However, it doesn't give a warning. Then,

> s n;
   ? `s` is undefined
   ? error occurred in or before STDIN line 2: `s n;`
> 

doesn't work.

#812 fixed size(bigintmat) does not work somebody steenpass
Description

At least the bug is well documented, see the example section in:

https://www.singular.uni-kl.de/Manual/latest/sing_82.htm

Note: See TracQuery for help on using queries.