World: r3wp
[!REBOL2 Releases] Discuss 2.x releases
older newer | first last |
BrianH 2-Jan-2010 [928] | Are you using /Core or /View? |
Graham 2-Jan-2010 [929x2] | rebview |
Same failure under R/command | |
BrianH 2-Jan-2010 [931] | Well, CureCode it when you get the chance, or if you are impatient RAMBO it and it will get migrated to CureCode later. |
Graham 2-Jan-2010 [932] | http://rebol.wik.is/Protocols I made the two - three line changes to prot-smtp.r and prot-send.r and uploaded them here. And using 'ssend was able to send email thru gmail using ssl .... for those that asked. |
Graham 3-Jan-2010 [933x2] | Probably better to use a refinement ... like send/secure .. or something. |
But that will get people going who want to use gmail to send their email ... | |
BrianH 3-Jan-2010 [935] | Thanks for the link, we'll look into it. |
Gregg 3-Jan-2010 [936] | Joanna, there aren't a lot of docs on serial ports, but the basics are easy enough. ; port speed data-bits parity stop-bit (order is not significant IIRC) port-spec: serial://port2/38400/8/none/1 p: open/no-wait port-spec p/rts-cts: off ; THIS IS REQUIRED TO TURN OFF HARDWARE HANDSHAKING! update p Then you can just INSERT and COPY on the port. |
amacleod 3-Jan-2010 [937] | Graham, what are some of the "tweaks" you made to Http that BrianH has mentioned for inclusion in the next R2 release? |
Steeve 3-Jan-2010 [938] | http://rebol.wik.is/Protocols/Http |
Graham 3-Jan-2010 [939] | You can confirm that it does what it is supposed to do by looking at the http traces. |
BrianH 3-Jan-2010 [940x2] | Doc in the Core group: "this could be a really great addition to R3 (or even R2)" Policy: Additions of new globally defined functions to new R2 releases almost always must get put in R3 first, go through consensus, testing and the REBOL optimizer, then be backported to R2 (usually through R2/Forward). Enhancements of existing functions in comparable areas of the code (not ports, View or library) also go through the R3 gauntlet first. If you want R2 /Core enhanced, get to work on R3. Change to the semantic model of R2 isn't going to happen: No new port model, no new View, no extensions or host code - use R3 if you need those. New (real) R2 datatypes are unlikely, though faked backports of R3 datatypes are OK and have already made it into 2.7.7, with more to come. Natives that can be fixed without changing the semantic model or adding new datatypes are fair game though. Bug fixes will be done though as long as code (that we can't fix) doesn't depend on the bug (no fix to PICK, POKE and AT's off-by-one error, for instance), as will backwards-compatible enhancements to R2-specific areas, like the port model, View/VID and library support. Backwards-compatible means we also test it against existing code, so if you want to test it against your favorite code, please do so and tell us what you find. These fixes are coming, at least in theory - someone has to do the work. If you have a favorite bug you need fixed or enhancement you need, do the work yourself or pay someone to do the work (REBOL Consulting, perhaps). Changes go in as they are made, and they are made by people with priorities. If you have priorities too, act on them :) |
If anything we do breaks your code, *please tell us*. We really don't want that to happen. Backwards compatibility is a top priority. | |
Graham 3-Jan-2010 [942x6] | This is my attempt to link to the wiki docs http://rebol.wik.is/Man |
so, man // WIKI: http://www.rebol.com/r3/docs/functions/z-q-q.html | |
It's a hacked 'help .... | |
oop s.. that should be man ?? | |
This assumes that the docs will be fixed .. currently < maps to -gt and > maps to -lt in the docs. | |
Maybe someone can improve the parse rules for me | |
BrianH 3-Jan-2010 [948] | man -> help/doc |
Graham 3-Jan-2010 [949] | in R2? |
BrianH 3-Jan-2010 [950x2] | An enhancement to an existing function that is compatible with R3? Absolutely, it will be added. |
Totally within the rules :) | |
Graham 3-Jan-2010 [952] | just need to get Carl to generate r2 docs in a similar location |
BrianH 3-Jan-2010 [953] | Right. That's part of the the plan for 2.7.8. |
sqlab 4-Jan-2010 [954] | I loaded the new REBOL/View 2.7.7.3.1 1-Jan-2010 down and tried to run it without installing. It just writes a bypass-install file with true in it, but it does not run. However starting it with the option --noinstall still works as expected. |
BrianH 4-Jan-2010 [955] | Noted. |
GiuseppeC 4-Jan-2010 [956] | Have I read the blog correctly ? SSL ODBC and encryption added to REBOL/View Standard ? This is a nice news ! |
BrianH 4-Jan-2010 [957] | Indeed, a "YAY!" is in order :) |
GiuseppeC 4-Jan-2010 [958] | What is a YAY ? |
BrianH 4-Jan-2010 [959] | A cheer. Your team just won, Yay! |
Graham 4-Jan-2010 [960] | I have to use call/show "cmd" to see the shell .. is that the expected behavior these days? |
BrianH 4-Jan-2010 [961] | Yes. |
Gregg 5-Jan-2010 [962] | That was a 2.7.6 change Graham. It bit me, so watch out. |
Graham 5-Jan-2010 [963x2] | Yes, I knew that and I wondered if we were going to revert back to the 2.7.5 behavior. |
My recollection was that it was always just call until 2.7.6 .. | |
Gregg 5-Jan-2010 [965] | I campaigned to have it changed when it happened, but I think I've ported all my active code to the new syntax now, c'est la vie. |
Graham 5-Jan-2010 [966] | me too |
BrianH 5-Jan-2010 [967x3] | Sorry, the 2.7.6 changes are sticking. In terms of functions that have affected existing code, that means the changes to CALL and EXTRACT. We're trying to be more careful in the future, but we're mostly concerned with compatibility with the previous version. If you have a favorite app that needs to keep working, get involved with R2 development and testing. |
R2/Forward will be trying to backport as much of the current behavior as we can to versions as far back as 2.5.0. | |
Changes to natives are tricky to backport, so CALL is unlikely to be fixed by R2/Forward. I suppose that's alright since no platform for which 2.5.0 is the current version supports CALL anyways. C'est la vie. | |
Graham 5-Jan-2010 [970] | Steeve, how's the R2 chat gui going? |
BrianH 5-Jan-2010 [971] | Actually, the GUI can get started before the API is - the semantic model of DevBase is pretty well set already. |
Steeve 5-Jan-2010 [972] | Agree. The project can be separated in two task. - Working on a gui - Refine the current chat app to extract a bunch of usefull functions (app API). Idealy it should be 2 separated apps, so that we could write different GUIs for the same app. |
WuJian 6-Jan-2010 [973] | what about "dt" function in Rebol 2.78? dt: funct [ {Delta-time - return the time it takes to evaluate a block.} block [block!] ][ start: now/precise do block difference now/precise start ] |
BrianH 6-Jan-2010 [974] | Yeah, that's likely. |
Janko 6-Jan-2010 [975] | are there any docs about encription functions that are now enabled in view ... I could find some rsa-* and dsa-* functions by trying in console |
Dockimbel 6-Jan-2010 [976] | http://www.rebol.com/docs/encryption.html |
BrianH 6-Jan-2010 [977] | Do you know if the released /View has the "export version" restrictions mentioned in the docs, or whether it has the full encryption? |
older newer | first last |