World: r3wp
[!REBOL2 Releases] Discuss 2.x releases
older newer | first last |
Pekr 28-Nov-2006 [50] | I think we started really strange route. Now we will have nice toy to play with, spend our time, introducing new bugs, whereas 3.0 slips further in the schedule, as RT has to correct bugs present with 2.7 and its changes ... |
Henrik 28-Nov-2006 [51] | pekr, did you read the latest 3.0 blog entry? |
Pekr 28-Nov-2006 [52x2] | yes, and? |
that blog was probably provoked by my earlier comment in the blog ... at least Carl confirmed, that 2.7 will see only mostly those changes, which could be used as a codebase for 3.0 too ... | |
Henrik 28-Nov-2006 [54] | I'm not sure what you mean by slipping. I wouldn't expect 3.0 to be usable for production work within a year anyway (I think I mentioned that before) |
Pekr 28-Nov-2006 [55] | 2.7 consumes RTs time probably anyway, not sure it is worth it, because as we can see, we are introducing new inconsistencies/bugs |
Henrik 28-Nov-2006 [56x2] | so holding off 3.0 for a few weeks to get 2.7 out, gets my approval, particularly if some of my bugs are fixed :-) |
well, it's not done yet so those inconsistencies might be ironed out. | |
Pekr 28-Nov-2006 [58] | I feel the other way around - produce 2.7 instead of 2.6.3 bugfix release, because posponning of R3 is already planned ... |
Henrik 28-Nov-2006 [59x2] | I'm just glad that there will be updates to the 2.x branch |
R3 can come when it's finished :-) | |
Anton 28-Nov-2006 [61] | I am very happy with some of the bug fixes. Anyway, it's good the new compiler is being tested out. |
Pekr 28-Nov-2006 [62x2] | Then I hope final browser plug-in will be released too ... containing new security model too ... etc. :-) Henrik - the thing is, that I did not expect R3 to come "so late" (whatever late means here :-), as it was expected to come in June as alpha :-) My idea was simple - new architecture means lots of changes, but also changes for good - lots of open sourced code, probably even new security scheme, open sourced plug-in etc. - so those skilled could help. |
I did not expect it to come in a year. If so, then of course 2.7 still makes a lots of sense ... | |
Henrik 28-Nov-2006 [64x2] | I'm of course expecting an R3 alpha to come out sooner than a year, but I wouldn't expect or rely on having a production level R3 within a year. If it comes sooner than that, then fine. :-) |
Desktop Help window still says Copyright 2001 - 2005. Maybe it should be a global string in system? | |
Maxim 28-Nov-2006 [66] | and who is saying its delaying R3 ;-) Carl is not alone working on it... maybe the ball is in someone else's hands ATM. |
Gregg 28-Nov-2006 [67] | I think doing all these new builds is a good thing in at least one regard; if it gets RT into the habit of doing quick builds and releases, it will be much better when early R3 builds come out. That is, if it becomes habit, and the tools are there to make it easy to deploy new builds, we'll make much better progress testing R3. |
Rebolek 28-Nov-2006 [68] | I'm just afraid this behaviour will fade out just like every promising thing in the past (RT Q&A thursday and so on). |
Maxim 28-Nov-2006 [69] | Carl needs more indians. |
Henrik 28-Nov-2006 [70] | would those be little indians or big indians? |
Maxim 28-Nov-2006 [71] | hahaha we truely are geeks ;-) |
Geomol 28-Nov-2006 [72x2] | I've posted this bug in the comments to 2.7.4 OSX build, but I'll repeat it here, in case it's being seen here first. It's a colour problem, when transforming in the DRAW dialect. Code example: i: make image! [100x100 255.0.0] draw i [pen green line 10x10 90x90] view layout [box effect [draw [image i transform 0 -30x-20 2 2 0x0 image i]]] |
Do you guys see the same result in this script: do http://www.fys.ku.dk/~niclasen/rebol/test/transform.r if you try it on Mac, Windows and Linux (or any other View version supporting the DRAW dialect). The circle, line and triangle should be lined up. | |
ICarii 28-Nov-2006 [74] | They are lined up here, circle then line then triangle. |
Geomol 28-Nov-2006 [75x2] | ICarii, using what OS and what version of View? |
In new 2.7.4 build for OSX: >> do http://www.rebol.com/speed.r ** Script Error: query has no value ** Where: halt-view ** Near: querying: to logic! query Is networking turned off or something? It seems, I can't run any script over the net with this latest 2.7 build on OSX. It works with old REBOL/View 1.3.2 Core 2.6.3 build. | |
Henrik 28-Nov-2006 [77x2] | the bug is known. |
work around is do read <url> | |
Geomol 28-Nov-2006 [79x2] | ok |
There seem to be a problem with read/binary. Maybe it's the same bug!? read/binary http://www.rebol.com returns empty. | |
Henrik 28-Nov-2006 [81] | haven't seen that one. |
Geomol 28-Nov-2006 [82x2] | I've reported it in comments to 2.7.4 - OSX build. |
Any report of text support in DRAW dialect on OSX? Is it known by Carl, that text is missing? | |
Henrik 28-Nov-2006 [84x2] | yes, freetype support is not integrated in the OSX build, I think |
it never was | |
Geomol 28-Nov-2006 [86] | I really need that one for Canvas RPaint! |
Henrik 28-Nov-2006 [87] | I would really like to see the window fix that is posted in the blog somewhere to make windows open properly at the front in OSX. I wonder if Carl has seen it? |
Geomol 28-Nov-2006 [88] | Maybe you should report it as a comment in his blog! I think, he sees it then. |
Henrik 28-Nov-2006 [89] | it was actually reported as a blog comment about 2 weeks ago |
Pekr 28-Nov-2006 [90] | hmm, as I can see, RAMBO needs "moste requested fix" voting mechanism, or we start missuing blog for that :-) |
[unknown: 10] 28-Nov-2006 [91x2] | I assume, looking at the order of top-down, that the next Bus-OS-Stop for beta releases will be linux? :-) |
Btw... Calr spoke about a different compiler used for Windows version, what C compiler is that? , just currious... | |
Louis 28-Nov-2006 [93] | Yes, I'm curious about that also. |
ICarii 29-Nov-2006 [94] | Geomal: WinXP SP2 + view 2.7.4 the circle / line/ triange worked fine. |
Alan 29-Nov-2006 [95] | Geomal: WinXP SP2 + view 2.7.4 it worked |
Geomol 29-Nov-2006 [96] | It's funny, how you spell my nick! :-D |
Geomol 30-Nov-2006 [97] | Does line-join in the DRAW dialect works with Windows version? There seem to be a problem with OSX version: view layout [box 200x100 effect [draw [pen red line-width 15 line-join round line 10x10 90x10 90x90 10x10 polygon 110x10 190x10 190x90]]] I think, they both should be with rounded corners. |
Pekr 30-Nov-2006 [98] | only second one is rounded - View 1.3.2 on W2K here ... |
Geomol 30-Nov-2006 [99] | What about line-cap? view layout [box effect [draw [pen red line-width 15 line-cap round line 10x10 90x10 90x90]]] |
older newer | first last |