shhyou / ypsilon-fork

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

Missing R6RS bindings #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
OK, as promised, here it is.  Determined by (eval <identifier> <environment>).

[d@eep:~/zone/scheme/xitomatl/r6rs-bindings]-> ypsilon check-ypsilon.ss 

------------------------------------------------------
Library: null-environment
------------------------------------------------------
 Present: 88.0%
 Missing: 3 out of 25:
  syntax-rules
  unquote
  unquote-splicing

------------------------------------------------------
Library: scheme-report-environment
------------------------------------------------------
 Present: 98.62%
 Missing: 3 out of 218:
  syntax-rules
  unquote
  unquote-splicing

------------------------------------------------------
Library: (rnrs arithmetic bitwise)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 17:

------------------------------------------------------
Library: (rnrs arithmetic fixnums)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 45:

------------------------------------------------------
Library: (rnrs arithmetic flonums)
------------------------------------------------------
 Present: 86.54%
 Missing: 7 out of 52:
  &no-infinities
  &no-nans
  flexpt
  make-no-infinities-violation
  make-no-nans-violation
  no-infinities-violation?
  no-nans-violation?

------------------------------------------------------
Library: (rnrs base)
------------------------------------------------------
 Present: 98.95%
 Missing: 2 out of 190:
  boolean=?
  symbol=?

------------------------------------------------------
Library: (rnrs bytevectors)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 61:

------------------------------------------------------
Library: (rnrs conditions)
------------------------------------------------------
 Present: 98.04%
 Missing: 1 out of 51:
  condition-irritants

------------------------------------------------------
Library: (rnrs control)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 4:

------------------------------------------------------
Library: (rnrs enums)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 14:

------------------------------------------------------
Library: (rnrs eval)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 2:

------------------------------------------------------
Library: (rnrs exceptions)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 4:

------------------------------------------------------
Library: (rnrs files)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 2:

------------------------------------------------------
Library: (rnrs hashtables)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 21:

------------------------------------------------------
Library: (rnrs io ports)
------------------------------------------------------
 Present: 98.21%
 Missing: 2 out of 112:
  make-custom-binary-input/output-port
  make-custom-textual-input/output-port

------------------------------------------------------
Library: (rnrs io simple)
------------------------------------------------------
 Present: 87.27%
 Missing: 7 out of 55:
  current-error-port
  current-input-port
  current-output-port
  eof-object
  eof-object?
  input-port?
  output-port?

------------------------------------------------------
Library: (rnrs lists)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 19:

------------------------------------------------------
Library: (rnrs mutable-pairs)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 2:

------------------------------------------------------
Library: (rnrs mutable-strings)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 2:

------------------------------------------------------
Library: (rnrs programs)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 2:

------------------------------------------------------
Library: (rnrs r5rs)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 9:

------------------------------------------------------
Library: (rnrs records inspection)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 10:

------------------------------------------------------
Library: (rnrs records procedural)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 7:

------------------------------------------------------
Library: (rnrs records syntactic)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 3:

------------------------------------------------------
Library: (rnrs sorting)
------------------------------------------------------
 Present: 66.67%
 Missing: 1 out of 3:
  vector-sort!

------------------------------------------------------
Library: (rnrs syntax-case)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 16:

------------------------------------------------------
Library: (rnrs unicode)
------------------------------------------------------
 Present: 100.0%
 Missing: 0 out of 29:

------------------------------------------------------
Library: (rnrs)
------------------------------------------------------
 Present: 97.78%
 Missing: 15 out of 675:
  &no-infinities
  &no-nans
  boolean=?
  condition-irritants
  flabs
  flexpt
  flsqrt
  make-custom-binary-input/output-port
  make-custom-textual-input/output-port
  make-no-infinities-violation
  make-no-nans-violation
  no-infinities-violation?
  no-nans-violation?
  symbol=?
  vector-sort!

-----------------------------------------------------------
All libraries, counting multiple occurances of identifiers:
-----------------------------------------------------------
 Present: 97.52%
 Missing: 41 out of 1650

Original issue reported on code.google.com by derick.e...@gmail.com on 1 Jul 2008 at 12:58

GoogleCodeExporter commented 9 years ago
Thank you for your help!

Original comment by y.fujita...@gmail.com on 2 Jul 2008 at 5:56

GoogleCodeExporter commented 9 years ago
I have fixed the bug and trunk directory is updated. Please try. Thank you!

Original comment by y.fujita...@gmail.com on 2 Jul 2008 at 2:35