Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 1630)

Ticket Resolution Summary Owner Reporter
#76 fixed numbers egg comparison of a bignum & a flonum can be incorrect Kon Lovett
Description

(< 1237940039285380274899124223 1237940039285380274899124224.0) ;=> #t

but

(< 1237940039285380274899124224.0 1237940039285380274899124225) ;=> #f

This is caused by using the flonum domain for all comparisons involving bignums.

(exact->inexact 1237940039285380274899124225) ;=> 1237940039285380274899124224.0

#77 fixed Be more verbose in chicken-install when requiring a minimum version felix winkelmann Christian Kellermann
Description

I wanted to install the lookup-table egg which requires check-errors version >= 1.5.0. A chicken-install check-errors did just retrieve version 1.0.0 (this is an open question I need to look at). What stunned me for some minutes instead of investigating further was chicken-install's advice without the version number.

I have attached a patch that prints out the extension:version syntax with the minimum version needed for that extension so the user in the future gets the right advice.

#78 fixed figure out branch policy for seperating bugfixes and enhancements felix winkelmann felix winkelmann
Description

The trunk should only receive bugfixes. New features should be developed and tested on "topic" branches Both trunk and feature-branches should then be merged into an "integration" branch for the next release.

Note: See TracQuery for help on using queries.