Search the web
Sign In
New User? Sign Up
claireprogramminglanguage · Claire Programming Language - A place to discuss about the CLAIRE language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 449 - 478 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
449
1]<br>What is the meanning of warning 186 ?<br>For instance in <br>WARNING ! [186] conflict between set! @ TabuList and set! @ collection is not allowed for...
thbenoist
Offline Send Email
Jan 2, 2002
5:18 pm
450
In the following trace, nth+(2,700) and l[3] := 23 should both return "out of scope" at least in interpreted mode and in safety 0. This lack of bound checking ...
thbenoist
Offline Send Email
Jan 3, 2002
2:01 pm
451
Two sets s1 and s2 are equal iff they contain the same elements.<br><br>Is there a claire function testing pointers equality? This is because for some reason I...
thbenoist
Offline Send Email
Jan 4, 2002
12:00 pm
452
Etienne found the solution:<br>Core/Address(any) (at the end of function.cl)<br><br>[d:\elab\mmethodes\wk]claire3 -n<br>-- CLAIRE run-time library v 3.2.2 [os:...
thbenoist
Offline Send Email
Jan 4, 2002
12:28 pm
453
Where removing a value from an empty set, a stange behavior can occur:<br>[d:\elab\mmethodes\wk]claire3 -n<br>-- CLAIRE run-time library v 3.2.2 [os: ntv,...
thbenoist
Offline Send Email
Jan 4, 2002
3:41 pm
454
I can't seem to get the fast dispatch to work.<br><br>I am compiling the following code in a module (Claire 3.2.18 with safety ...
francois_laburthe
francois_lab...
Offline Send Email
Jan 4, 2002
9:54 pm
455
Argl ! :-(<br><br>I offer my humblest apologies: I introduced a stupid bug while fixing the previous stupid bug. The point is that my testing environment is ...
clairebugs
Offline Send Email
Jan 5, 2002
7:27 am
456
1]<br>What is the meanning of warning 186 ?<br>For instance in <br>WARNING ! [186] conflict between set! @ TabuList and set! @ collection is not allowed for...
clairebugs
Offline Send Email
Jan 5, 2002
7:43 am
457
There is a method for this in CLAIRE !<br><br>identical?(s1,s2)<br><br>It turns out that there was a bug, which is fixed in v3.2.22. However, do not use...
clairebugs
Offline Send Email
Jan 5, 2002
8:35 am
458
It solves the bugs that were reported this week:<br><br>1. checks on nth+, delete, nth=<br>2. identical?<br>3. use of fast dispatch<br>4. ...
clairebugs
Offline Send Email
Jan 5, 2002
8:58 am
459
many thanks for such a prompt reply !!<br>I will test fast-choco-claire3 this week end.<br><br>just to check: are you sure you uploaded that new version of ...
francois_laburthe
francois_lab...
Offline Send Email
Jan 5, 2002
9:35 am
460
Well I got delayed when posting the v3.2.22 release with two questions (the zip filed was loaded exactly when Francois posted his comment :-) )<br><br>Here my...
clairebugs
Offline Send Email
Jan 5, 2002
4:04 pm
461
&gt;&gt; (b) the characters &lt; and &gt; are separators in CLAIRE3. <br>&gt;&gt; Thus &lt;&gt; is not a valid name for a property (for instance). <br><br>Yes,...
francois_laburthe
francois_lab...
Offline Send Email
Jan 6, 2002
9:16 pm
462
Hi Yves,<br><br>I DO GET SOME FASTCALLS IN THE GENERATED CODE !!!<br><br>thank you for this wonderful new global variable (FASTCALLSTINKS): it is nice to get...
francois_laburthe
francois_lab...
Offline Send Email
Jan 6, 2002
10:07 pm
463
Hello,<br><br>I believe that once you have defined a method as interface(f) you don't need the abstract declaration. It is extensible as long as you respect...
clairebugs
Offline Send Email
Jan 8, 2002
7:37 pm
464
Hello,<br><br>the abstract declaration seems to be needed:<br><br>in the following code, the call to f in g is a good fast dispatch call, while the call to f...
francois_laburthe
francois_lab...
Offline Send Email
Jan 9, 2002
11:38 pm
465
There is a new class "collection" in claire3:<br><br>* when we want to define a class representing a collection of objects that can be iterated (say a class ...
thbenoist
Offline Send Email
Jan 10, 2002
7:56 am
466
The following code cannot be executed in verbose 0 (~I in trace does not work). It works if the trace is replaced by a printf.<br><br>A:list&lt;integer&gt; := ...
thbenoist
Offline Send Email
Jan 10, 2002
1:00 pm
467
Hello everyone,<br><br>A new release is there. Thanks to Arnaud, Francois and Thierry, a lot of bugs have been fixed:<br><br>(1) performance tuning for list...
clairebugs
Offline Send Email
Jan 12, 2002
4:37 pm
468
~I is NOT allowed in trace. This is described in the doc. One could argue that the error message is not friendly ...<br><br>A happier note: I have created a...
clairebugs
Offline Send Email
Jan 13, 2002
7:41 am
469
Float printing does not work under the inspector:<br>-- CLAIRE run-time library v 3.2.24 [os: ntv, C++:MS VC++ ] --<br>claire&gt; A &lt;: object(f:float = ...
thbenoist
Offline Send Email
Jan 14, 2002
12:12 pm
470
Yves, I am very sorry to post this message after all the hard work you have been doing: there are still a few cases in which fast dispatch does not seem to...
francois_laburthe
francois_lab...
Offline Send Email
Jan 15, 2002
12:27 am
471
Hello everyone,<br><br>Francois should not feel very, very sorry ... his work is very,very useful, although I feel very,vey dumb :-). Anyway, another simple ...
clairebugs
Offline Send Email
Jan 18, 2002
4:54 am
472
It fixes the following problems:<br><br>- float printing (cf ThB's remarks + nicer<br> printing of 12.99)<br><br>- new(C) is now equivalent to C() as...
clairebugs
Offline Send Email
Jan 19, 2002
7:26 am
473
Wahoooh !, Yehahh !, Golly Pete, listen yall, I ain't neve' seen a 'spatch lik' that (beware, the dark cowboy side of Mr Chocobugs is coming to ...
francois_laburthe
francois_lab...
Offline Send Email
Jan 20, 2002
2:17 pm
474
in case you overread the previous message:<br>CLAIRE 3 IS GREAT !!!<br><br>(I feel it deserved two messages)...
francois_laburthe
francois_lab...
Offline Send Email
Jan 20, 2002
2:19 pm
475
a small bug with the latest Claire3: when trying to compile the code below, I get in the generated C code:<br><br> v_list = GC_OBJECT(list,x-&gt;l2);<br> g0002...
francois_laburthe
francois_lab...
Offline Send Email
Jan 20, 2002
11:21 pm
476
You bet :-)<br><br>-- FX<br><br>PS: nb_hits(claireprogramminglanguage) :+ 1...
fxjosset
Offline Send Email
Jan 21, 2002
7:09 am
477
For Claire 3.2.18 at least<br><br> You can use "-" in your module name (as it's not yet prohibe), but when you try to compile this module <br> 1/ the .h is...
eric_bourreau
Offline Send Email
Jan 21, 2002
1:16 pm
478
In the following trace, we can't define an empty list of the desired type:<br><br>-- CLAIRE run-time library v 3.2.26 [os: ntv, C++:MS VC++ ] --<br>claire&gt; ...
thbenoist
Offline Send Email
Jan 21, 2002
1:57 pm
Messages 449 - 478 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help