regression in commit 22d288a9

2 views
Skip to first unread message

Qian Yun

unread,
May 29, 2026, 8:30:41 AM (3 days ago) May 29
to fricas-devel
The changes to "TAKE":

TAKE(n, l) ==
n >= 0 => [x for x in l for i in 1..n]
- DROP(#l + n, l)
+ BREAK()


In htsetvar.boot, it still relies on the first argument "n"
being negative, the "settings" page in hyperdoc will have
errors after this change.

- Qian

Reply all
Reply to author
Forward
0 new messages