From f9e039a812642babdc07c624e56fc7fba0cebfee Mon Sep 17 00:00:00 2001
From: Tim Daly <daly@axiom-developer.org>
Date: Wed, 7 Jan 2015 16:41:54 -0500
Subject: buglist: bug 7292: )with API fails

)with API

   >> System error:
   The function |with| is undefined.

(1) -> )library API
   )library cannot find the file API.
---
 buglist                        |   13 ++++++++++++-
 changelog                      |    2 ++
 patch                          |   29 ++++++-----------------------
 src/axiom-website/patches.html |    2 ++
 4 files changed, 22 insertions(+), 24 deletions(-)

diff --git a/buglist b/buglist
index adc4441..30067cb 100644
--- a/buglist
+++ b/buglist
@@ -1,6 +1,6 @@
 =========================================================================
 
-bug 7292: 
+bug 7293: 
 todo 337:
 wish 1012:
 meh 5:
@@ -12,6 +12,17 @@ dup 50006:
 nonextend 60077:
 
 =========================================================================
+bug 7292: )with API fails
+
+)with API
+ 
+   >> System error:
+   The function |with| is undefined.
+
+(1) -> )library API
+   )library cannot find the file API.
+
+=========================================================================
 bug 7291: cos(2/3@Float) parses wrong
 
 --S 8 of 51
diff --git a/changelog b/changelog
index 9868b97..028764a 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20150107 tpd src/axiom-website/patches.html 20150107.03.tpd.patch
+20150107 tpd buglist: bug 7292: )with API fails
 20150107 tpd src/axiom-website/patches.html 20150107.02.tpd.patch
 20150107 tpd buglist: bug 7291: cos(2/3@Float) parses wrong
 20150107 tpd src/axiom-website/patches.html 20150107.01.tpd.patch
diff --git a/patch b/patch
index dc6c142..a32ebe5 100644
--- a/patch
+++ b/patch
@@ -1,27 +1,10 @@
-buglist: bug 7291: cos(2/3@Float) parses wrong
+buglist: bug 7292: )with API fails
 
---S 8 of 51
-cos(2/3@Float)
- 
- 
-Daly Bug
-   An expression involving @ Float actually evaluated to one of type 
-      PositiveInteger . Perhaps you should use :: Float .
---R 
---R
---R   (8)  0.7858872607 7694800072
---R                                                                  Type: Float
---E 8
-
---S 9 of 51
-cos((2/3)@Float)
+)with API
  
+   >> System error:
+   The function |with| is undefined.
 
-   (8)  0.7858872607 7694800072
-                                                                  Type: Float
---R 
---R
---R   (9)  0.7858872607 7694800072
---R                                                                  Type: Float
---E 9
+(1) -> )library API
+   )library cannot find the file API.
 
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 5d19b9f..8f6a062 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -4926,6 +4926,8 @@ buglist: bug 7289: OrderedVariableList type coercion failed<br/>
 buglist: bug 7290: )d op coerce fails<br/>
 <a href="patches/20150107.02.tpd.patch">20150107.02.tpd.patch</a>
 buglist: bug 7291: cos(2/3@Float) parses wrong<br/>
+<a href="patches/20150107.03.tpd.patch">20150107.03.tpd.patch</a>
+buglist: bug 7292: )with API fails<br/>
  </body>
 </html>
 
-- 
1.7.5.4

