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

World: r3wp

[!REBOL3]

Gregg
8-Apr-2011
[7740]
With a rope dangling just out of reach.
Kaj
8-Apr-2011
[7741]
That's good, then we can't hang ourselves ;-)
Gregg
8-Apr-2011
[7742]
:-)
GrahamC
8-Apr-2011
[7743]
we wait 6 months or however it takes for Carl to get back to work?
Kaj
8-Apr-2011
[7744]
Gallow's humour, we call that in Dutch
Gregg
8-Apr-2011
[7745]
Same here Kaj.
Kaj
8-Apr-2011
[7746]
Ah, didn't know that's also an English expression
Gregg
8-Apr-2011
[7747]
0MQ is a wedge for me, between the rock and hard place. If I can 
use that for messaging, pieces can be (re)written in any language.
Kaj
8-Apr-2011
[7748]
Yes
Geomol
8-Apr-2011
[7749]
And also a danish: galge humor
where galge = gallows
GrahamC
8-Apr-2011
[7750]
Enough of the me toos!
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