Bug 485

Summary: Eliminate nil
Product: UIM Reporter: YamaKen <yamaken>
Component: generic Scheme codesAssignee: YamaKen <yamaken>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: low    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 484    

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.