World: r3wp
[!REBOL3]
older newer | first last |
BrianH 8-Apr-2011 [7751] | I've already finished the major projects I was working on in R3 itself, like the module system; I can't start more without the protection bugs being fixed. My next stuff is all docs (modules and PARSE) and addons (that dialected binary conversion, plus maybe some schemes). What I really want to work on is Android, but I can start that work using Red for now. |
GrahamC 8-Apr-2011 [7752x2] | I guess cURL solves the https |
So, it's really waiting for the GUI team | |
Gregg 8-Apr-2011 [7754] | It sort of solves it for me. We're spoiled with everything built into R2. |
BrianH 8-Apr-2011 [7755] | Has anyone tried making an R3 host that doesn't follow the standard program model? For instance, an application plugin? |
GrahamC 8-Apr-2011 [7756x5] | Ok, to make it more usable .. we need to get the schemes finished |
Any other show stoppers for the majority of users? | |
Was someone going to tackle the opendbx drivers? | |
We already have odbc, and a possible sqlite ... | |
I presume Linux users will want a native mysql driver | |
BrianH 8-Apr-2011 [7761] | Is the ODBC stuff in port scheme form, or a collection of functions? |
GrahamC 8-Apr-2011 [7762x2] | It's a scheme |
but presumably not usable from linux | |
Andreas 8-Apr-2011 [7764] | maybe w/unixodbc |
GrahamC 8-Apr-2011 [7765] | Not as far as I know ... |
Andreas 8-Apr-2011 [7766] | as for show stoppers, resolve has a serious crash bug on all platforms, not only osx |
GrahamC 8-Apr-2011 [7767] | Maybe we need to get Carl to fix the real show stoppers |
Andreas 8-Apr-2011 [7768] | that would be a big help |
Kaj 8-Apr-2011 [7769] | Yes |
GrahamC 8-Apr-2011 [7770] | Can we get a list together ? |
Kaj 8-Apr-2011 [7771] | And the ODBC scheme is indeed using the Windows interface |
GrahamC 8-Apr-2011 [7772x3] | I volunteer Andreas to draw up a list :) |
I meant nominate :) | |
A prioritized list | |
Gregg 8-Apr-2011 [7775] | CALL is important to me. Not sure where that stands. |
Andreas 8-Apr-2011 [7776x2] | CALL we can mostly do on our own, as extension. |
(And get that merged back into the native later on.) | |
GrahamC 8-Apr-2011 [7778x2] | blocking stuff is that which can not be done except by Carl |
Well, that's interesting .. nothing blocking! | |
Maxim 8-Apr-2011 [7780] | wasn't there a bug also in the extensions which crashed the core under some relatively obscure case, like the number of commands or something like that? |
Andreas 8-Apr-2011 [7781x2] | here's one list i once started of crashes and blockers: 1422 Rebol crashes when opening the 128th port 1799 maps broken for >2**24 entries 1806 Error after loading an extension: "REBOL System Error #1207: assertion failed" 1825 Crash in RESOLVE 1865 SIGSEGV when importing modules 1867 In extensions, returning with RXR_BAD_ARGS or RXR_ERROR has no effect |
feel free to send me your blockes, and i'll collect them as well | |
GrahamC 8-Apr-2011 [7783] | Want to publish a list somewhere? |
Andreas 8-Apr-2011 [7784] | yes maxim, that's 1825/1865 which is most likely a bug in resolve |
BrianH 8-Apr-2011 [7785] | Andreas, is there a RESOLVE bug which affects Windows? |
GrahamC 8-Apr-2011 [7786] | Or we could use the checklists on Altme ... though I'd rather not |
Andreas 8-Apr-2011 [7787] | Brian, I think 1865 does. |
GrahamC 8-Apr-2011 [7788x2] | Do we have serial port access? |
I guess that could be done by extension too | |
BrianH 8-Apr-2011 [7790] | 1865 affects Windows too (just tested). |
Maxim 8-Apr-2011 [7791] | we are missing device extensions and there are some limitations in the event model which make it impossible to extend it with new event types or actually fixing some of the weird event handling I've seen (its munging some events being fed by windows). |
GrahamC 8-Apr-2011 [7792] | is that really blocking though? |
Maxim 8-Apr-2011 [7793] | it prevents us from doing some things yess... just like the threading. if you need it, you can't go around it. |
GrahamC 8-Apr-2011 [7794x2] | Ok, that can be prioritised .. I personally was thinking of getting R3 up to R2's level |
So, we can say to Carl .. if you fix n1 ... n10 or whatever, 90% of us can start to use R3 | |
Gregg 8-Apr-2011 [7796] | And it can't be called alpha or beta. |
GrahamC 8-Apr-2011 [7797] | So, would this be agreeable to those here? |
Maxim 8-Apr-2011 [7798] | sure. |
Gregg 8-Apr-2011 [7799] | I'm all for anything that moves us forward, but solutions like cURL and CALL via an extension means I know I'm going to have to change things later, or live with more pieces. |
BrianH 8-Apr-2011 [7800] | And it can't be called alpha or beta. ? |
older newer | first last |