Ticket #785 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

qwiki: use of deprecated library procedure `shuffle'

Reported by: mario Owned by: sjamaan
Priority: major Milestone: 4.8.0
Component: extensions Version: 4.7.x
Keywords: qwiki Cc:

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'

Change History

Changed 3 months ago by sjamaan

  • status changed from new to closed
  • resolution set to fixed

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!

Note: See TracTickets for help on using tickets.