Bug 485 - Eliminate nil
Summary: Eliminate nil
Status: RESOLVED FIXED
Alias: None
Product: UIM
Classification: Unclassified
Component: generic Scheme codes (show other bugs)
Version: unspecified
Hardware: All All
: low enhancement
Assignee: YamaKen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 484
  Show dependency treegraph
 
Reported: 2004-04-17 07:48 UTC by YamaKen
Modified: 2004-04-18 16:20 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description YamaKen 2004-04-17 07:48:34 UTC
Currently several Scheme codes contains "nil", but it should be replaced by #f
or () appropriately. Because R5RS not defined nil, newbie Scheme programmer is
confused. Removing nil is also required to replace Siod to R5RS compatible
implementation.
Comment 1 TOKUNAGA Hiroyuki 2004-04-18 02:22:54 UTC
All "nil" are replaced by #f. See svn log -r 717:719.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.