#785 closed defect (fixed)
qwiki: use of deprecated library procedure `shuffle'
Reported by: | Mario Domenech Goulart | Owned by: | sjamaan |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | extensions | Version: | 4.7.x |
Keywords: | qwiki | Cc: | |
Estimated difficulty: |
Description
installing qwiki: ... changing current directory to /tmp/temp3ece/qwiki /usr/local/chicken-4.7.4/bin/csi -bnq -setup-mode -e "(require-library setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e "(extension-name-and-version ' (\"qwiki\" \"\"))" /tmp/temp3ece/qwiki/qwiki.setup /usr/local/chicken-4.7.4/bin/csc -feature compiling-extension -setup-mode -O -d2 -s qwiki-svn.scm -j qwiki-svn /usr/local/chicken-4.7.4/bin/csc -feature compiling-extension -setup-mode -O2 -s qwiki-svn.import.scm /usr/local/chicken-4.7.4/bin/csc -feature compiling-extension -setup-mode -O -d2 -s qwiki-sxml.scm -j qwiki-sxml /usr/local/chicken-4.7.4/bin/csc -feature compiling-extension -setup-mode -O2 -s qwiki-sxml.import.scm /usr/local/chicken-4.7.4/bin/csc -feature compiling-extension -setup-mode -O -d2 -s qwiki.scm -j qwiki Warning: in local procedure `make-form', in toplevel procedure `qwiki#qwiki-edit': use of deprecated library procedure `shuffle'
Note: See
TracTickets for help on using
tickets.
Fixed in trunk. Please re-open if somehow there's still no new release of qwiki when this actually gets taken out of Chicken.
Thanks for reporting this issue, Mario!