World: r3wp
[!REBOL3-OLD1]
older newer | first last |
[unknown: 5] 26-Jan-2009 [10166] | I had an error actually but it didn't return any info on it. But did take me to the page on the wiki to tell me that it didn't have any info on it. ;-) |
BrianH 26-Jan-2009 [10167] | If you don't read the docs and chat, it doesn't take long to notice the WHY? function :) |
Steeve 26-Jan-2009 [10168] | Paul, if you throw to much why?, your rank will be lowered in the chat by Brian |
[unknown: 5] 26-Jan-2009 [10169x2] | Hehe. I won't be acting like I do here in this world in rebdev. |
I didn't here until the development team pretty much moved to other mediums and this then became a playground. | |
BrianH 26-Jan-2009 [10171] | Um, no, that won't happen. That is one of those abuse-of-power things I was talking about. If I didn't like people to disagree with me I wouldn't have given Steeve the URL to R3 to get him testing :) |
[unknown: 5] 26-Jan-2009 [10172x2] | How do I define a utype? |
Also does R3 include REBCODE? | |
BrianH 26-Jan-2009 [10174] | A1: You wait until we have that feature. A2: Not yet, not ever in a compatible way. |
[unknown: 5] 26-Jan-2009 [10175x2] | hmmmm. ok. |
I see it has functions for rebcode. | |
Steeve 26-Jan-2009 [10177] | perhaps we should prevent people to not enter in some headings because it must remain a lot of blood on the walls when I fought with Brian |
[unknown: 5] 26-Jan-2009 [10178] | Fighting with Brian is good for ya. ;-) It makes us wiser. |
BrianH 26-Jan-2009 [10179x2] | I agree. The results of those fights either let to bug reports, feature requests, or valuable documentation (object lessons). |
If you want to get really angry you can post private chat right in the topics. | |
[unknown: 5] 26-Jan-2009 [10181x2] | Yeah was looking at the chat but it is a bit cumbersome. The web version looks more useful for reading. |
why include other functions if they don't work? such as to-rebcode? | |
BrianH 26-Jan-2009 [10183] | TAKE doesn't work properly yet either. It's an alpha. |
[unknown: 5] 26-Jan-2009 [10184] | load-gui doesn't work either. |
BrianH 26-Jan-2009 [10185] | Nor would the GUI if you *did* load it, which is why it is not yet included. |
[unknown: 5] 26-Jan-2009 [10186] | We need a new R3 dictionary with samples like the one we had back on IOS. |
BrianH 26-Jan-2009 [10187] | Remember my tirade earlier today about volunteering? :) |
[unknown: 5] 26-Jan-2009 [10188] | Heh, helps to know the commands. |
Steeve 26-Jan-2009 [10189] | yes Paul , it's an alpha, help us to add many improvements, documentation or tests if you have time to do |
[unknown: 5] 26-Jan-2009 [10190x3] | I'm not sure how much time I will have. |
I don't know if the IOS developer server is still up as I haven't been on it in years. But if it is maybe someone can grab the dictionary script from there unless someone else already has it and then we can just populate it with documentations and examples. If someone has it they can send it to me. | |
Nevermind as that probably wont run under R3 anyway. | |
BrianH 26-Jan-2009 [10193] | The dictionary should be in the DocBase wiki. |
[unknown: 5] 26-Jan-2009 [10194x2] | Yeah we can put it there. |
The info that is. | |
Nicolas 26-Jan-2009 [10196] | Thank You Oldes |
Pekr 27-Jan-2009 [10197] | Carl also built Community site upon my suggestions. Hopefully everything important is there. Still better than nothing :-) http://www.rebol.com/community.html |
BrianH 27-Jan-2009 [10198] | I like it :) |
Pekr 27-Jan-2009 [10199] | Brian - could you look at my #904 msg, if something like that could be possible in RebDev? :-) |
BrianH 27-Jan-2009 [10200] | Yes, but not the leading / version. Chat commands are parsed with block parsing. |
Pekr 27-Jan-2009 [10201] | What's wrong with following? (except the fact that we can't user / as a start of path datatype, which complicates the request) >> parse [/ /R3/GUI] [word! path!] == false >> parse [/ /R3/GUI] [word! path!] |
Henrik 27-Jan-2009 [10202] | No GUI yet, as I'm still busy with something else. I need to do a serious code audit before it's included. Many things are still up in the air. |
Janko 27-Jan-2009 [10203] | wow, did I just download new R3 ?!? :) |
[unknown: 5] 27-Jan-2009 [10204x3] | Pekr definately a bug it looks like as any-type! doesn't work either: >> parse [/ /R3/Blah/] [any-type! path!] == false |
Please submit it Pekr to curecode. | |
That doesn't work in 2.7.6 either. | |
Pekr 27-Jan-2009 [10207] | You can submit it yourself. It was matched as a word!, so I can see no problem with that :-) |
[unknown: 5] 27-Jan-2009 [10208x6] | matched as a word? |
>> parse [/r3/blah][any-type!] == false | |
How are you seeing it as a match for word? | |
We will need to know that cause any-type! doesn't match. | |
I'm thinking we need an any-path function. | |
or type rather. | |
Henrik 27-Jan-2009 [10214] | Paul, it returns false, because they are two separate refinements. >> parse [/b/a] [2 any-type!] == true |
[unknown: 5] 27-Jan-2009 [10215] | Ahhhh. I went the path route. |
older newer | first last |