Simon Wright <[email protected]> writes:
> On 13 Jun 2014, at 14:52, Stephen Leake <[email protected]>
> wrote:
>
>> think the simplest solution is to not put a cache on "with", and
>> change the indentation rule. That fixes this, and doesn't break any
>> other tests. Patch below.
>
> Fine, thanks.
>
> Some minor issues with OpenToken 5.0a, will let you know directly.
I'll anticipate:
============================================================
--- Docs/opentoken.html
+++ Docs/opentoken.html
@@ -144,16 +144,14 @@ tree. Then just put 'with "OpenToken";'
the standard GNAT directories, where the compiler will find it by
default. This assumes you have write permission in the GNAT directory
tree. Then just put 'with "OpenToken";' in your project file. To
-install it on Windows, using a DOS shell, and assuming GNAT and 'make'
-are in your PATH:
+install it using a bash shell (Cygwin on Windows, or Linux), and
+assuming GNAT and 'make' are in your PATH:
<pre>
-cd opentoken/Build/windows_release
-make -f Makefile.install install
+cd opentoken/build/release
+make install
</pre>
-<p>On GNU/Linux, use 'linux_release' instead of 'windows_release'.
-
<p>See <a href="opentoken_developer_tools.html">developer
instructions</a> if you want to run the tests or work on OpenToken,
and for hints in case the above does not work.
============================================================
--- opentoken-token-list_mixin.adb
+++ opentoken-token-list_mixin.adb
@@ -1,6 +1,6 @@
-------------------------------------------------------------------------------
--
--- Copyright (C) 2009 Stephe Leake
+-- Copyright (C) 2009, 2014 Stephe Leake
-- Copyright (C) 2000 Ted Dennison
--
-- This file is part of the OpenToken package.
@@ -103,7 +103,7 @@ package body OpenToken.Token.List_Mixin
Build : in List_Action := null)
return Handle
is
- New_Token : Handle := new Class'(Class (Token));
+ New_Token : constant Handle := new Class'(Class (Token));
begin
Set_Name (OpenToken.Token.Instance (New_Token.all), Name);
I guess it's time for 5.0b
> Did you know that the name OpenToken has been used by the Identity
> Management folk?
Makes sense.
> But yours was still the 4th Google hit!
Cool!
--
-- Stephe
_______________________________________________
Emacs-ada-mode mailing list
[email protected]
http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org