World: r3wp
[!REBOL2 Releases] Discuss 2.x releases
older newer | first last |
BrianH 26-Mar-2010 [1284x2] | 2.7.8 additions from R2/Forward: RESOLVE, CD, MORE, LS, PWD, RM, MKDIR, SINGLE?, COLLECT-WORDS, INVALID-UTF?, and some compatibility fixes to ASCII? and LATIN1?. |
Those can be added to the list. | |
Carl 26-Mar-2010 [1286] | adding... |
BrianH 26-Mar-2010 [1287x2] | Though they don't need an entry each. One for the additions, one for the fixes. |
The 2.7.7 R2/Forward stuff is here: http://www.rebol.com/cgi-bin/blog.r?view=0447#comments | |
Carl 26-Mar-2010 [1289] | updated above, but left off mkdir... isn't make-dir close enough? |
BrianH 26-Mar-2010 [1290] | It's just for compatibility with R3. It doesn't really need to be there either. |
Carl 26-Mar-2010 [1291] | ahh... did it sneak into R3? |
BrianH 26-Mar-2010 [1292] | Yeah. You added it. |
Carl 26-Mar-2010 [1293] | my fault. ;) |
BrianH 26-Mar-2010 [1294] | And doesn't help me at all, because my DOS background makes me type MD instead :( |
Carl 26-Mar-2010 [1295] | ok, I've got to go find some food... but will return in a while to do a trial build with most of this done. BTW, still missing the fixes Graham made to HTTP. He mentioned it the other day. |
BrianH 26-Mar-2010 [1296] | I'll remove MKDIR from the mezzanine source in DevBase. |
Carl 26-Mar-2010 [1297] | (I thought I added his fixes a few years ago... but perhaps they were removed due to a problem, not sure.) |
BrianH 26-Mar-2010 [1298] | You should really go over the updates there soon. There are fixes to R2 and R3. |
Carl 26-Mar-2010 [1299] | what? |
BrianH 26-Mar-2010 [1300] | In DevBase. |
Carl 26-Mar-2010 [1301] | The old one or new one? |
BrianH 26-Mar-2010 [1302x2] | The new. You've been in GUI doc hell, and not noticed it. |
Can I put in the EXTRACT fix before you release 2.7.8? | |
Carl 26-Mar-2010 [1304x4] | Ah, ok. Will look there. Whew! You had me thinking that the old DevBase was still running. |
yes | |
compatible, right? | |
Ok, thanks for the help digesting all this. Stuff that's done can be merged. Fortunately, some thinks like UNBIND are "done" because they are very close in R3. | |
BrianH 26-Mar-2010 [1308x2] | False and unset were being considered to be default values. Given that, noone would have intentionally put those values in their blocks. |
If I had one more wish for a native, it would be ASSERT. | |
Carl 26-Mar-2010 [1310x2] | Ok. |
BBL | |
BrianH 26-Mar-2010 [1312] | It will only be used if it's native, and the mezzanine ASSERT/type doesn't work for paths. |
Graham 26-Mar-2010 [1313x2] | Carl "BTW, still missing the fixes Graham made to HTTP. He mentioned it the other day ..." Yes, I keep saying where they are and you keep asking .. so I have to track you down to tell you lol. Wouldn't it be easier if registered chat users could add to a comment page for every page on rebol.com ?? Then nothing would be lost. |
Chat #7083 | |
BrianH 26-Mar-2010 [1315] | http://rebol.wik.is/Protocols/Http |
Graham 26-Mar-2010 [1316] | Who's the current networking expert ? |
BrianH 26-Mar-2010 [1317] | Doc and Maarten know this stuff. Probably Gabriele too. |
Graham 26-Mar-2010 [1318x2] | None of whom are active in this area |
is active | |
BrianH 26-Mar-2010 [1320] | Are they active in any other REBOL forum? |
Graham 26-Mar-2010 [1321] | area = rebol2 networking and not forum |
BrianH 26-Mar-2010 [1322x2] | Oh, I thought you meant here. And Doc writes a web server and networking protocols, Maarten has written a HTTP client (at least), and Gabriele has written other networking stuff. They're active. |
EXTRACT fix posted to DevBase #7122. | |
Carl 26-Mar-2010 [1324x2] | Thanks Graham. (Also, we will be adding comment sections to the pages of the website soon.) |
Ok, thanks Brian. | |
BrianH 26-Mar-2010 [1326x2] | MKDIR removed too. The mezzanines should be current, except for your installer changes and Graham's HTTP fix. |
APPLY fixed. Though I am hoping the mezzanine will be replaced with a native :) | |
Henrik 1-Apr-2010 [1328] | A whole bunch of VID documents have been uploaded and updated: http://www.rebol.com/recent.html |
Robert 2-Apr-2010 [1329] | I still find it totally confusing that R2 & R3 stuff is mixed. I can't see on all pages if it's R2 or R3. |
Henrik 2-Apr-2010 [1330x2] | it should be possible to change, as it seems R2 and R3 docs use different menu headers. |
so I gather there is a separate build script for R3 docs. | |
Graham 5-Apr-2010 [1332] | I think I'd rather see a 64 bit release of R2 than a R3 release now. |
TomBon 7-Apr-2010 [1333] | is there any solution or idea for multiple feeding a running console app started via call/wait/input/output ? have tried a pass a open port but no luck. the console needs more than one command to work properly. the ideal solution would be to hold the console app permanently open, feed it via write-io or (something like this) and parse the output. any hint? |
older newer | first last |