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

World: r3wp

[!REBOL2 Releases] Discuss 2.x releases

Oldes
2-Jan-2011
[2176]
So far win only
MikeL
2-Jan-2011
[2177]
Thanks.... curious that this link does not yet show it http://www.rebol.com/download.html
Oldes
2-Jan-2011
[2178]
Yes... the blog was released too early I think.
Kaj
2-Jan-2011
[2179]
January 1 deadline
nve
2-Jan-2011
[2180]
What found new : unbind, resolve, list-env, cd, ls, more, pwd, rm
BrianH
2-Jan-2011
[2181x2]
I listed most of the changes above, except for the details of the 
Linux changes (which I don't know much about).
What we got in 2.7.8, that I know of:

- Bug fixes and enhancements to improve Cheyenne, and other apps 
that have to do similar stuff.

- Some native fixes for non-Windows platforms, particularly Linux. 
See ACCESS-OS.

- Environment variable stuff: GET-ENV expansion on Windows, SET-ENV, 
LIST-ENV

- Function fixes: SELECT object!, FIND object!, RUN enabled, LIST-REG/values

- R2/Forward: FUNCT/extern, LAST?, COLLECT-WORDS, RESOLVE, APPLY 
fixes, EXTRACT fixes, ASCII? fixes, LATIN1? fixes, INVALID-UTF?, 
CD, LS, MORE, PWD, RM
GrahamC
2-Jan-2011
[2183x2]
no ODBC fix ?
where more than one date is passed as a parameter?
nve
2-Jan-2011
[2185]
We really need to make a roadmap for a 2.8 version of R2 !
BrianH
2-Jan-2011
[2186]
I don't know, but Carl didn't mention it. We won't have as long a 
wait until the next release - Carl is multitasking.
GrahamC
2-Jan-2011
[2187]
2.7.8 was due early last year
BrianH
2-Jan-2011
[2188x2]
Nve, we will have 2.7.10, etc. We don't plan a 2.8 yet.
Past performance is not predictor of future development practices 
in the REBOL world, you should know that by now. Think about how 
different last year was from the year before.
GrahamC
2-Jan-2011
[2190]
Past predictions of future development are consistently wrong .. 
you should now that by now
BrianH
2-Jan-2011
[2191]
Yup, that too. Especially when they are based on what happened in 
the past.
nve
2-Jan-2011
[2192]
As R3 has no official release still in alpha mode and because there's 
a big shift between R2 and R3, professionnals user's of REBOL really 
need to have a plan for R2 support, R2 bug fixes, R2 enhancement...

Is there's something to migrate script written in R2 to script in 
R3 ?
BrianH
2-Jan-2011
[2193x2]
Not yet, as R3 is a bit of a moving target. Most R2 code will run 
in R3 if it doesn't use any GUI or port code. Part of the migration 
strategy has been the R2/Forward stuff, which allows you to write 
code in a more R3-like way in R2. Plus, we are backporting some of 
the native enhancements that are additive rather than changing, like 
SELECT on objects.
We have a few plans for R2 enhancement, mostly the View installer 
on Windows, but for the most part we are just backporting enhancements 
from R3 whenever we can and they are backwards compatible. Bug fixes 
and additions, no big changes, that is the policy. R2 is in backwards-compatibility 
mode as a rule.
RobertS
2-Jan-2011
[2195]
On my windows XP SP3 the VIEW is failing as invalid exe; the CORE 
is fine;  these are both numbered 3.1 for 2.7.8 and no change with 
fresh download; the inspected exe is not garbage but kicks this error 
whether in open cmd session console or fired by explorer - I did 
not try under Cygwin or MSys yet ...
Oldes
2-Jan-2011
[2196]
works here with XP SP3
BrianH
2-Jan-2011
[2197]
Here on XP SP3 all of the exes, including View, Core and the SDK 
programs all work. Have you tried redownloading and reextracting? 
Are there other system settings or software that you have that might 
affect this? Which antimalware or firewall apps are you using?
Demitri
2-Jan-2011
[2198]
I can't find the 2.7.8 download - anyone have a link - windows here.
BrianH
2-Jan-2011
[2199]
Here is the main link, to be simple for everyone: http://www.rebol.com/downloads/v278/
Demitri
2-Jan-2011
[2200]
Thanks Brian.
RobertS
3-Jan-2011
[2201]
Yes, yes  ..  so to try to get to the bottom of this - what shoud 
the true byte count of that VIEW exe be, please ?  thanks
Oldes
3-Jan-2011
[2202x5]
>> checksum/method read/binary %rebol-view-278-3-1.exe 'md5
== #{AA2F4FD92FE00DE85428F39A6E0E9CFD}
hm.. interesting...

>> checksum/method bin: read/binary http://www.rebol.com/downloads/v278/rebol-core-278-3-1.exe
'md5
== #{517DBC6EBEEF92B98515DD38AA590BAF}
ech.. core != view
>> checksum/method bin: read/binary http://www.rebol.com/downloads/v278/rebol-view-278-3-1.exe
'md5
== #{AA2F4FD92FE00DE85428F39A6E0E9CFD}
write/binary %r278.exe bin
call/shell "r278.exe"
;-)
RobertS
3-Jan-2011
[2207x2]
one indicator: IE 8 (which is not my default now since I moved to 
K-mleon) runs VIEW 2.7.8 as a right-click option using RUN - but 
download with IE8 and run from Explorer file view correctly triggers 
a request to authorize due to no "valid" digital signature for MS 
- yet this MS alert fails to trigger when run after download using 
K-meleon browser (yet no issue after K-meleon downloads CORE 2.7.8 
)
this is a K-Meleon Windows browser gift  - maybe sometimes smaller/faster 
is not better ... KMeleon is writing to a USB ext drive and IE8 is 
writing to an internal HD ... sometimes KM is writing the larger 
VIEW exe intact, sometimes not.  This may account for some recent 
"bad" ZIP's from my x-plane Flightsim community.  Yuch.  Most of 
 those x-p guys always zip up all their Win indexing .Thumb or hidden 
Mac files - and sometimes they have accumulated both from working 
on a Win "airplane" on their Mac. So I am used to annoying ZIP's 
for that hobby ... but this is TOO annoying.
BrianH
3-Jan-2011
[2209x3]
The request-to-authorize thing is managed by an extended attribute 
in one of the other forks of the file on NTFS, and not on FAT. Have 
you tried Chrome or Firefox?
Have you tried downloading the zip file containing the exe instead 
of the exe directly? http://www.rebol.com/downloads/v278/rebol-view-278-3-1.zip
Looks like we have OSX Intel and Linux Libc6 builds now.
Kaj
3-Jan-2011
[2212]
Cool
Andreas
3-Jan-2011
[2213]
Woohoo, also looks like the /View Linux libc6 builds (4-2) are no 
longer broken.
GrahamC
3-Jan-2011
[2214]
It would be good if 'ajoin were present
BrianH
3-Jan-2011
[2215]
It has been since 2.7.7.
GrahamC
3-Jan-2011
[2216]
Ahh.. well, one of these days I shall upgrade from 2.7.6
Ashley
3-Jan-2011
[2217]
2.7.8.2.5 seems to start a lot faster (than 2.7.7.2.5).
Anton
4-Jan-2011
[2218]
RobertS, yes, it's a good idea to check what filesystem is on your 
USB drive.
Kaj
4-Jan-2011
[2219]
I find the technical arguments for leaving out /Library very hard 
to believe. I suspect this is a case of RT pulling a Microsoft, by 
making design decisions subordinate to business considerations
BrianH
4-Jan-2011
[2220]
2.7.8 turned out to have to be a minimal release, due to outside 
constraints. That means it's time to talk about 2.7.9.
Kaj
4-Jan-2011
[2221]
In this case, we're really still talking about 2.7.7
BrianH
4-Jan-2011
[2222]
The code in R2 that implements those business constraints is still 
code, so changing stuff still takes work.
Dockimbel
4-Jan-2011
[2223]
Pity that the 2.7.8 roadmap wasn't updated: http://www.rebol.com/docs/changes-2-7.html
BrianH
4-Jan-2011
[2224x2]
2.7.7 also turned out to have to be a minimal release at the time. 
It's hard to budget time for major native changes in R2, partly due 
to business constraints (who is paying for this work? noone that 
I know of, and adding Library to Core removes a revenue source without 
replacing it with another), and partly due to the nature of the codebase 
itself.
Yes, Doc, I have been requesting that too. And Carl (belatedly) said 
to hold off on using or announcing the SDK (don't know why).