World: r3wp
[Red] Red language group
older newer | first last |
Henrik 31-Mar-2011 [898] | cause, I never get seg faults, always bus errors :-) |
Rebolek 31-Mar-2011 [899x3] | I know how to get both :) |
Doc, I will do some cleanup and put it there. | |
segfault is caused by kernel and bus error by memory | |
Kaj 31-Mar-2011 [902x2] | User space? |
Or at the hardware level? | |
Rebolek 31-Mar-2011 [904] | hardware |
Kaj 31-Mar-2011 [905] | Ah, that makes sense |
Rebolek 31-Mar-2011 [906] | https://gist.github.com/896960 |
Oldes 31-Mar-2011 [907] | (using .r2 and .r3 extension would give proper code colorisation at github) |
Rebolek 31-Mar-2011 [908] | Thanks Oldes! |
BrianH 31-Mar-2011 [909] | .r2 please. The Red source is definitely not R3 compatible. |
Dockimbel 31-Mar-2011 [910x3] | I can reproduce the "bus error" ;-) I guess it is an alignment error, but hard to debug it without diving into Mach-O specs. |
(I've used `otool -h hello` to have a look into the headers) | |
FYI: I'll be offline for the next 3 days, I'm taking some rest in Spain. I should be able to check my emails once a day. | |
Rebolek 31-Mar-2011 [913] | Yes, I think I have some offset wrong. I look into it deeply later. |
Andreas 31-Mar-2011 [914] | bus error for me too :) |
Endo 1-Apr-2011 [915x2] | compiler gives "Invalid path value: stdout" error after first error. my script is: print x ;gives *** undefined symbol, thats ok then I change the script to print "x" ;gives *** Invalid path value: stdout |
or do I need to reload compiler each time? | |
PeterWood 1-Apr-2011 [917x2] | At the moment it seems that you need to reload the compiler after each error. I've reported the problem on gihub. |
gihub -> github | |
Endo 1-Apr-2011 [919] | Thanks Peter! |
BrianH 1-Apr-2011 [920] | Doc, could you make red-lang.org work, or at least redirect to www.red-lang.org, which does work? |
PeterWood 1-Apr-2011 [921x2] | red-lang.org redirects to www.red-lang.org for me with both Safari and Firefox. |
ah .... because the browsers are automatically re-directing. | |
Oldes 2-Apr-2011 [923x2] | Doc said "I found it a bit difficult to follow in realtime, I'm not sure that AltME is the best tool for such conversations"... I must say that I have a problem to follow conversation on blog if it's in french only. And I always found it strange that someone writes comment under article written in english in a different language... usualy in french. |
One even cannot use google translator to translate the page, because google thinks, that it's already in english. It's not able to translate just a partial content (without manually copying it to some translate forms). It's simply a very bad habit. | |
GrahamC 2-Apr-2011 [925] | I think my BBS allows you to translate on a message by message basis |
Endo 4-Apr-2011 [926] | +1 for Oldes. |
Kaj 4-Apr-2011 [927x2] | Anonymous posting is supposed to be possible now on the Red Google group, but I can't |
AltME isn't the answer, but blindly picking the seemingly most popular for each infrastructure part isn't, either | |
PeterWood 4-Apr-2011 [929x2] | Posting anonymous comments on the RED blog is now possible. It is not possible to post comments anonymously on the Red Google group. |
This article was an influence in the decision to request people to register to the Google Group - http://ejohn.org/blog/google-groups-is-dead/ | |
Dockimbel 4-Apr-2011 [931] | Brian: I'm fighting with Blogger since the beginning to make the red-lang.org domain redirection handled correctly by Google, but the feature seems broken. |
Kaj 4-Apr-2011 [932x2] | You're also fighting with yourself in not wanting to use CureCode :-) |
Anyway, was Spain refreshing? | |
Dockimbel 4-Apr-2011 [934x2] | CureCode: I want to see if github's bugtracker is good enough, especially the integration with the commits. |
Spain: I was in Barcelona, it was very nice, brought a several sun burns ;-) | |
Kaj 4-Apr-2011 [936x2] | Nice |
If integration is the criterium, then why not use Fossil? | |
Dockimbel 4-Apr-2011 [938] | Because github is the most known one, there's a lot of programmer there, so that the place where Red can get the most visibility. |
Kaj 4-Apr-2011 [939] | I know, but as Peter notes, the popularity criterium breaks down on the choice for Google Groups |
PeterWood 4-Apr-2011 [940] | I reported a couple of possible bugs in the GitHub Issue Tracker. I didn't fid it very bug friendly. |
Dockimbel 4-Apr-2011 [941] | Once again, I'm not a git fan. I use it because that's the only way to be on github. |
Kaj 4-Apr-2011 [942] | Besides, the most popular is Subversion, or maybe still CVS |
Dockimbel 4-Apr-2011 [943] | The "social" part of Github is the real added value. |
Kaj 4-Apr-2011 [944] | Sure, but that was Subversion just a few years ago, and it will be something else a few years from now |
Dockimbel 4-Apr-2011 [945] | Google Groups: do you have a better option? |
Kaj 4-Apr-2011 [946] | Not a perfect one, but many alternatives work better |
Dockimbel 4-Apr-2011 [947] | DVCS solutions have made the old centralized VCS almost obsolete for open projects. |
older newer | first last |