1. RE: [ANN] roll.e released
- Posted by <Christian.CUVIER at agriculture.gouv.fr> Aug 18, 2004
- 498 views
cklester wrote: > > > posted by: cklester <cklester at yahoo.com> > > Christian Cuvier wrote: > > > > CK: please remember to update with the latest version (v1.03), so that > > noninteger outcomes are properly returned. > > Thanks, Christian! The package on my web site is now up-to-date. :) > > -=ck > "Programming in a state of EUPHORIA." > http://www.cklester.com/euphoria/ It was far worse than that. The eval.e file I was using did not have any copyright/origin in it, and I probably deleted the original .zip file. *** The uploaded version at RDS packages a wrong include file. I'll update with a consistent version 1.04 tonight (can't do it from office). Removed a restriction in formulas, while I was at it :) *** Apologies to M.Stachon, whose eval.e I was using without knowing it !!! CChris
2. RE: [ANN] roll.e released
- Posted by <Christian.CUVIER at agriculture.gouv.fr> Aug 18, 2004
- 472 views
cklester wrote: > > > posted by: cklester <cklester at yahoo.com> > > Christian Cuvier wrote: > > > > CK: please remember to update with the latest version (v1.03), so that > > noninteger outcomes are properly returned. > > Thanks, Christian! The package on my web site is now up-to-date. :) > > -=ck > "Programming in a state of EUPHORIA." > http://www.cklester.com/euphoria/ I just uploaded a v1.04 file, with the right evluator include file. Those patient enough to downlaod again get a bonus: the range specifiers for order statistics may be any roll string, not just constants. Also, nonexistant order statistics are now ignored; they wold crash on out-of bound subscripting in earlier versions. Sorry for the inconvenience. CChris
3. RE: [ANN] roll.e released
- Posted by cklester <cklester at yahoo.com> Aug 19, 2004
- 499 views
Christian, I hope you got my email from a few days ago, but if not, here's a repost: The formula 4d6-L crashes roll.e. Please fix! Note, however, that the formula (4d6-L) does not crash. Are you making parens a requirement? -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/
4. RE: [ANN] roll.e released
- Posted by "Christian Cuvier" <Christian.CUVIER at agriculture.gouv.fr> Aug 20, 2004
- 487 views
> Subject: RE: [ANN] roll.e released > > > posted by: cklester <cklester at yahoo.com> > > Christian, > > I hope you got my email from a few days ago, but if not, here's a repost: > > The formula > > 4d6-L > > crashes roll.e. Please fix! Note, however, that the formula > > (4d6-L) > > does not crash. Are you making parens a requirement? > > -=ck > "Programming in a state of EUPHORIA." > http://www.cklester.com/euphoria/ > For any nested roll, the parens are mandatory, since you may not tell which modifier applies to which roll. That's stated in the docs. However, roll_Dice() shouldn't crash on standalone 4d6-L. I'll fix this tonight as well as another bug I found - 5d(2d4) was a problem in some cases. And you'll get a reportThisRoll(style) facility to inspect what happened in the guts of the beast, whether there was an error or not. Just need to sort a few formatting issues pit and updating the docs. Output in html/text/raw data will be available. You will get this in the late evening or early morning, your local time. Thanks for reporting ! CChris