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

World: r3wp

[!REBOL3-OLD1]

Geomol
8-Apr-2009
[12788]
Yes, I'm aware of that.
Pekr
8-Apr-2009
[12789]
But - one thing worries me anyway - R3 http scheme is out for how 
long - 2 years? And we don't even have proxy for it. Not to mention 
other protocols. So if we (community) can't find some time to do 
other schemes, where's our help then? The thing is, that schemes 
stuff is really difficult. I can imagine myself doing some easy styles, 
but surely not complex thing as network protocols :-(
Geomol
8-Apr-2009
[12790x2]
Who did the original schemes? Holger?
Pekr, this example with proxy, we see things differently. As I read 
your words, you're complaining, we don't have proxy for the http 
scheme (after maybe 2 years). I can only talk for myself, but the 
reason, why I don't look into things like that, is because it's way 
down on Carl's list (maybe third or fourth priority). I would like 
to see the first levels bug-free and stable, before I move on. (And 
you don't hear me complain about proxy. :-) )
Mchean
8-Apr-2009
[12792]
N
Pekr
8-Apr-2009
[12793x2]
Geomol - new http 1.1 scheme was done by Gabriele. And the only reason 
I mentioned it is, that it is an example of open-sourced stuff, where 
community could help, yet nothing like that is happening. Now what 
does it have to do with how deep is such stuff on Carl's list? - 
it is open sourced. And once again - see your arguments. So you DON'T 
know there are any networking related bugs, yet you claim you are 
not willing to work on it, as you suppose there are some "first levels" 
related bugs :-)
Anyway - no point for me to participate in that discussion. I stated 
my opinion clearly - ppl either do want to help, or they don't. Choose 
your side ...
Geomol
8-Apr-2009
[12795x2]
Rubbish, Pekr! :-)

I wanted to help. But I won't sit on 123 floor in a building with 
unstable basement. How should I suppose to test my work? Think! :-)
First you crawl, then you walk, then you fly.
shadwolf
8-Apr-2009
[12797]
I will sit on a 123 floor with unstable basement because the view 
is beautyfull  ^^
Geomol
8-Apr-2009
[12798x2]
I wish, people wont see my words as complains. I'm not complaining. 
I'm just stating the facts and how I see the future of the R3 project. 
I would love to be proven wrong. In the meanwhile, I will have to 
figure out, what to do with some of my developments. I love R2, and 
will continue to use it daily, because there's nothing better out 
there for many things. But not all things.
shadwolf! :-) I love that! And I'm also a person, that like to live 
my life dangerous. But I'm also practical in many ways.
shadwolf
8-Apr-2009
[12800]
R3 is a work in progress it's normal to not already do heavy things 
with it. But at same time not using it doesn't help to find the problems 
it has to solve them
Geomol
8-Apr-2009
[12801x3]
I used it as many others. I and others found problems on lower levels, 
reported them, but some are still not solved.


Take money! as example. At some point, it became impossible to specify 
currency with the money! datatype. When did that happen? Why wasn't 
it noticed (maybe it was, I really don't know)? Why hasn't it been 
fixed? Other bugs depends on this datatype. I won't do the detective 
work to figure this out. Proper testing sessions would have found 
it, as soon as it emerged.
I just realized, it's been pointed out as ticket # 576 dated 28-Jan-2009. 
It has status "Waiting". For what?
It's a bug in the first of Carl's list of alpha testing priorities. 
We should be far beyond this level, but we're not.
Henrik
8-Apr-2009
[12804]
Waiting: See the first comment.
Geomol
8-Apr-2009
[12805]
So it's not known, if it's intentional. Did Carl write anything about 
money and currency? If not, then there's nothing to discuss. It's 
an emerging bug, as I see it.
Gabriele
8-Apr-2009
[12806]
(these things will always happen as long as the development process 
is not open.)
Geomol
8-Apr-2009
[12807]
Gabriele, would you like it to be open? How do you see the R3 project 
heading?
Pekr
8-Apr-2009
[12808x2]
Gee, how is money datatype really important? I NEVER used such obscure 
datatype even in R2. How is that a show-stopper for you?
Gabriele - I am not sure it is about stuff being open sourced. Even 
open-sourced development needs some organisation. Carl is organising 
few ppl around him, who are willing to work on some things. Protocols 
are open-sourced, RebGUI is open sourced, yet such stuff waits for 
real gurus to work on them - both to improve and to fix them.
Sunanda
8-Apr-2009
[12810]
Money as a datatype is useful as it is implemented as a form of BCD 
-- hence more digits of precision:
http://www.rebol.net/r3blogs/0094.html
Dockimbel
8-Apr-2009
[12811]
Money! datatype is required for business apps that need exact counting. 
Just try to write an application doing simple maths operations on 
dollars or euros and you'll  see that decimal! is not an option.
Pekr
8-Apr-2009
[12812]
Sure - it is a known thing, but I would not call it being a show 
stopper. We haven't had this feature for 13 years, so why should 
it be important right now? And if there is a bug, just claim your 
interest and it might get fixed.
Dockimbel
8-Apr-2009
[12813]
Talking about that : http://www.rebol.net/cgi-bin/rambo.r?id=4363
This one was a show-stopper for me recently. Seeing such bug scared 
me about using money! datatype in R2. I had to rewrote several parts 
of a customer product using integer!-based fixed precision instead, 
just to be sure that amounts in the product would be correct.
Oldes
8-Apr-2009
[12814x4]
For me is R3's show-stopper missing hash! and still buggy map! which 
is supposed to replace hash! So I agree with Geomol, that the core 
bugs should be fixed before playing with the high level or new functionalities 
(like threads). But I'm not so pessimistic, the things move on. And 
I don't need R3 so much now. I can do what I do in R2.
It's clear, that most series related bugs are because of unfinished 
unicode implementation.
But I guess that Carl has some reasons why he does what he does.
As for bug #576 - I don't care if the currency prefix will not be 
there anymore... or do you really need it? You cannot do USD$1 + 
EUR$1 anyway.
BrianH
8-Apr-2009
[12818x3]
John, some comments:

- Bug #60 is an error formatting bug, not a divide-by-zero bug. Low 
priority.

- Bug #115 is waiting for a decision. All waiting bugs are either 
waiting for a decision or for some other bug to get fxed. This particular 
bug is low-priority, because we have more important, lower-level 
things to worry about than another display bug.

- Bugs #250 and 576: The money! datatype has been completely rewritten, 
and currency hasn't been added to the new type yet. It is intended 
to have currency put back in it eventually, afaik. The math parts 
work though.

- Where's the CureCode ticket for that insert into issue! bug? This 
is the first I've heard of it. Submit a ticket if you think it's 
important.

- We haven't decided whether issue! will be a string type or a symbol 
type (I'm betting string), and it seems to have a few Unicode issues 
like the string! type does. The issue! type is low-priority compared 
to some other, more useful types, for now.

- I agree that bug #698 is high priority. Good catch - keep 'em coming.
You complain about building the building when the foundation hasn't 
been fixed yet, but the foundation is what we are working on now. 
We aren't working on money!, issue! and vector! yet because they 
aren't important yet. They will be later, though.
Oldes, every map! bug is marked as high or urgent priority - we actually 
need map! in current code.
Steeve
8-Apr-2009
[12821]
not agree with that Brian, to me the vector! type is the most important 
new data-type.

I have lot of improvements  which could be done in my programs with 
the vectors
BrianH
8-Apr-2009
[12822x3]
For the last few releases we have been working on stuff that is even 
more core than datatypes: Getting modules, LOAD, DO and codecs to 
work right. These are so low-level that even Unicode bugs are lower 
priority right now.
R3 may be a little weird, becuase you can have mezzanine code that 
is lower-level than native code.
By the way, almost all of the map! bugs were found by me while writing 
a single mezzanine function.
Steeve
8-Apr-2009
[12825]
map! is just an optimized merge between blocks and objects, not so 
urgent to me.

But if you don't have vectors, some programs can't be done because 
of the memory overhead of other series in Rebol
BrianH
8-Apr-2009
[12826]
Steeve, we are not at the stage of writing programs - we are still 
writing infrastructure. The infrastructure will need vectors, but 
right now it needs modules and codecs, security and such, which is 
what we are working on now.
Steeve
8-Apr-2009
[12827]
i was battling with the map! data-type :-)
BrianH
8-Apr-2009
[12828x2]
Oh, so was I. The map! type could be the greatest thing in R3, if 
it worked. That is why its bugs are high priority.
The vector! and money! types are going tro be important soon, but 
they have been put on hold for now while we work on lower-level stuff. 
I don't know if the issue! type will ever be important, but it will 
get fixed too (after the other string types).
Steeve
8-Apr-2009
[12830x2]
For the modules i'm not sure, it's like all the other tickets about 
security issues, we don't need that now.

For example, the file port bug (file port, not usable when adding 
data) is more important than modules or protect stuffs.
if the most simple program can't be done what is the hurge to work 
on security stuffs
Oldes
8-Apr-2009
[12832]
Steeve.. The problem with map! is, that there is no hash! so there 
is no fast lookup in R3 yet.. as at least for my purpose the map! 
does not work correctly: #397
BrianH
8-Apr-2009
[12833]
Right now modules are more important, because without them we can't 
reorganize the code base to make development happen even quicker. 
We've done 15 alpha releases in the last 3 months - too slow :)
Steeve
8-Apr-2009
[12834]
hash ? who uses that, it's quite rare to use that serie in programs
Oldes
8-Apr-2009
[12835]
Also that it's not possible to use binary as a key in map!
shadwolf
8-Apr-2009
[12836]
BRianh that's more releases than whole R2 history ;:P
BrianH
8-Apr-2009
[12837]
Oldes, #397 is high priority, and you need to add a ticket for the 
binary key bug.