r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Script Library] REBOL.org: Script library and Mailing list archive

Sunanda
2-Feb-2011
[1162]
Okay....that's a problem.....the downloader does not pace itself, 
so it triggers flood protection.


Best current work-around is to download the whole set as one file 
-- probably faster too:
   http://www.rebol.org/download-librarian.r

Let me take you off the flood trigger list first.....
sqlab
2-Feb-2011
[1163]
no need for hurry
Sunanda
2-Feb-2011
[1164]
You should be good now......but using the updater to download 169+ 
scripts wlll trigger the problem again.

(Another quick fix is to edit the script to put a wait 10 between 
each read of the library)
sqlab
2-Feb-2011
[1165x2]
That does not help. Even after downloading the library and installing 
in the same folders, the librarian still tries to download 169+ scripts
after updating refresh-sync-point.txt with an actual timestamp it 
works now
Sunanda
2-Feb-2011
[1167]
That's good to know.
Thanks!
sqlab
2-Feb-2011
[1168]
thanks too
PeterWood
3-Mar-2011
[1169:last]
I have uploaded a new version of simple-test.r to the Script Library. 
The main changes were the addtion of some new assertions and a re-structuring 
of the code to provide an API for the function which evaluates test 
cases.


The assertions added are : equal with tolerance, not equal, not error, 
same, and not same.