World: r3wp
[!REBOL3 GUI]
older newer | first last |
Pekr 9-Dec-2010 [4467x3] | And I agree, it is a one way ticket. Carl was way too long away from the GUI topic. RMA surely is going to use its own gui for its own apps. And the official R3 GUI? Who knows, but I bet ppl will prefer RMA's work, than having nothing in the end .... |
... after all - anyone can have suggestions to R3 GUI, so even general R3 community should get what will mot probably fit us all .... | |
mot= most | |
GrahamC 9-Dec-2010 [4470x3] | I watched Carl's AmiWest talk ... and he again calls for simplicity. |
The trouble is, simplicity doesn't scale ... as seen with VID and IOS | |
ie. the case for simplicity in this format remains unproven | |
Henrik 9-Dec-2010 [4473] | I wouldn't say that about VID. VID is simply incomplete. A completed VID would not be much more complex. |
GrahamC 9-Dec-2010 [4474x2] | that's my point |
The simple approach leads to incomplete product | |
Henrik 9-Dec-2010 [4476] | I thought your point was that "simplicity doesn't scale". Simplicity is not the same as completeness. |
GrahamC 9-Dec-2010 [4477] | doesn't scale means doesn't complete |
Henrik 9-Dec-2010 [4478] | That doesn't make sense... The VID Extension Kit won't entirely prove simplicity, because it needs to work around a buggy View, but when building all the necessary subsystems, the principle of VID is sound for highly scalable apps. |
GrahamC 9-Dec-2010 [4479] | Unproven assertions |
Henrik 9-Dec-2010 [4480x2] | Not unproven. Take REBOL functions for managing series. Are they incomplete? |
Making simple architectures is hard. It requires an understanding of how to design systems that will work both in the big and in the small, while remaining simple. If you don't have this understanding (or don't get enough time to finish the design), you will tend to add more systems to cure the symptoms or counteract existing systems for scalability. I thought this was pretty basic? | |
GrahamC 9-Dec-2010 [4482x3] | That's also my point, achieving the necessary simplicity has been too hard so far and has failed. |
You might get 80% there with this approach ... but not all the way | |
The 80% however makes it seem that you can get all the way... | |
Henrik 9-Dec-2010 [4485] | I'm not sure what that means. The 80% rule is part of good design for where you need to be, not for where we currently are with VID. VID does not follow the 80% rule since its incomplete. |
DideC 9-Dec-2010 [4486] | load-gui.r must be update to check the Rebol version and print an error if it is not compatible. |
Oldes 9-Dec-2010 [4487] | what was the last version compatible with load-gui? |
DideC 9-Dec-2010 [4488] | Work in A96, doesn't in A99. I don't have A97 nor A98 to check ! |
Pekr 9-Dec-2010 [4489] | The last version it works under is: R3-a97-3-1 |
Kaj 9-Dec-2010 [4490] | I'd say complex systems out there have proven that they don't scale |
Robert 11-Dec-2010 [4491x2] | We have setup official R3-GUI download place: http://www.rm-asset.com/code/downloads/files/r3-gui.r3.zip |
To access all our stuff directly: http://www.rm-asset.com/code/downloads/ | |
Andreas 11-Dec-2010 [4493x2] | Thanks, Robert! |
Maybe provide a unzipped download for the r3-gui as well? So that we can directly DO the url? | |
Robert 11-Dec-2010 [4495x2] | Ok, that's possible as well. I just wanted to avoid any encoding clashes. Will add it. One second. |
Ok, done. We will add more stuff like the style browser. I need to talk to the guys how to best do it, so that it all works right out-of-the-box. | |
Andreas 11-Dec-2010 [4497] | Great, thanks! |
Robert 11-Dec-2010 [4498] | Constructive feedback for current release always welcome. |
nve 11-Dec-2010 [4499] | Maybe I'm doing something wrong... R3 current version: 2.100.110.3.1 It was released on: 2-Nov-2010/3:55:04.875 Your version is current. >> do %r3-gui.r3 Script: "R3 GUI - load and start" Version: $Id: $ Date: 9-Dec-2010/10:32:04+1:00 >> change-dir %test-framework == %test-framework >> list-dir core-tests.r cpl_2_100_110_3_1.log docs/ flags.r test-framework.r >> do %test-framework.r Script: "Untitled" Version: none Date: 16-Jul-2010/13:05:26+2:00 Testing... file: core-tests.r LOAD/next removed. Use TRANSCODE. Done, see the log file: /C/Documents and Settings/striker/Bureau/R3/test-framework/cpl_2_100_110_3_1.log Total: 1 Succeeded: 0 Failed: 1 Log file : file: core-tests.r failed, file parsing unsuccessful Total: 1 Succeeded: 0 Failed: 1 Why ? |
Robert 11-Dec-2010 [4500] | This setup will raise the release frequency of R3-GUI a lot as we will use automatic scripts to update it on the server. |
Andreas 11-Dec-2010 [4501] | Nice, direct DO of r3-gui works fine for me (with custom-built A110 view). |
BrianH 11-Dec-2010 [4502x3] | If you are worried about encoding issues have the web server serve .r3 files in binary mode. DO reads the files in binary. |
There shouldn't be any unless you use binary compression or a checksum without compression. | |
I meant: There shouldn't be any encoding problems to worry about even without that unless ... | |
Ladislav 11-Dec-2010 [4505x2] | Nicolas, the expression: do %test-framework.r surely does not behave as you described |
(unless you changed the original file) | |
Andreas 11-Dec-2010 [4507x2] | I see the same behaviour Nicolas describes. |
Using the (older) test framework sources published on the RM Asset website: http://www.rm-asset.com/code/downloads/files/test-framework.zip | |
Ladislav 11-Dec-2010 [4509] | Aha, that is an old version, OK |
Robert 11-Dec-2010 [4510] | We need to update this one too. |
nve 11-Dec-2010 [4511] | Juste re-download R3, r3-gui.r3 on another computer... >> do %r3-gui.r3 Script: "R3 GUI - load and start" Version: $Id: $ Date: 9-Dec-2010/10:32:04+1:00 ** access error: cannot open: shape reason: "module not found" >> upgrade Fetching upgrade check ... Script: "REBOL 3.0 Version Upgrade" Version: 1.0.1 Date: 7-Apr-2009 Checking for updates... R3 current version: 2.100.110.3.1 It was released on: 2-Nov-2010/3:55:04.875 Your version is current. >> |
Andreas 11-Dec-2010 [4512] | nve, you need a "view" build of R3 in order for the GUI to work. |
Robert 11-Dec-2010 [4513] | I think I will add the R3 build we use to the web-site as well... |
Andreas 11-Dec-2010 [4514] | You can either build one from the Hostkit yourself, or use e.g. the pre-built one provided by Henrik: http://94.145.78.91/files/r3/gui/r3.exe http://94.145.78.91/files/r3/gui/r3lib.dll |
Robert 11-Dec-2010 [4515] | I'm going to upload our internal build in a couple of minutes. |
nve 11-Dec-2010 [4516] | Ok, loading r3-gui.r3 is ok now. Still have failed for test-framework. |
older newer | first last |