Re: [Factor-talk] Help Browser slow

2010-11-15 Thread Jeff C. Britton
Last week, it happened almost right away just browsing the docs. It happened to me twice. Today, I did a fresh install again, and I can't seem to reproduce the crash. This time I was only using Help. Before I had been interacting with the Listener, and probably ran the "tetris" deploy-tool te

Re: [Factor-talk] What should I call to issue [ 8080 httpd ] in-thread again, after closing factor & reopening?

2010-11-15 Thread Aaron Bull Schaefer
On Mon, Nov 15, 2010 at 2:26 PM, Jim mack wrote: > Newbie question:  I have been using screen to start factor listener.  Is > there any way a factor listener could keep going, and yet not show as a > detached screen?  I had assumed not, so had been relying on the presence of > a screen running fac

Re: [Factor-talk] What should I call to issue [ 8080 httpd ] in-thread again, after closing factor & reopening?

2010-11-15 Thread Jim mack
Will do. To get going, I had been running as root (which I know is bad, but I could get it working) I am now trying to start using port forwarding, so I'll try to make sure that isn't what's causing this. Newbie question: I have been using screen to start factor listener. Is there any way a fa

Re: [Factor-talk] What should I call to issue [ 8080 httpd ] in-thread again, after closing factor & reopening?

2010-11-15 Thread Doug Coleman
Except, Factor already sets the REUSE flag with setsockopt. So maybe you have a Factor running in the background? Can you make a test case? Doug On Nov 15, 2010, at 2:01 PM, Jim mack wrote: > Thank you! I was looking at this more as a potential regression in factor, > but I think it more pr

Re: [Factor-talk] Git

2010-11-15 Thread Jim mack
> > > Someone please check the following statements for accuracy: > > A == remote repo > > B == local repo > > C == local working directory including by definition the local repo (.git > directory) > > 1) *clone* copies compressed files from a remote repo to a local repo,creates > remote-tracking

Re: [Factor-talk] What should I call to issue [ 8080 httpd ] in-thread again, after closing factor & reopening?

2010-11-15 Thread Jim mack
Thank you! I was looking at this more as a potential regression in factor, but I think it more productive to look at it as my noobieness on *nx. On Mon, Nov 15, 2010 at 10:32 AM, Jeff C. Britton wrote: > See pitfall #3 in this link > > http://www.ibm.com/developerworks/linux/library/l-sockpit/

Re: [Factor-talk] Integrating Browser functionality into Listener: John Benediktsson's Syntax Highlighting

2010-11-15 Thread Michael Clagett
Shaping -- If you do embark on the effort you propose below, I would be happy to work on it with you (although I would think you would want to find at least one old hand to participate as well). What you describe is very close to what I intend for my own factor-like environment that I descri

Re: [Factor-talk] What should I call to issue [ 8080 httpd ] in-thread again, after closing factor & reopening?

2010-11-15 Thread Jeff C. Britton
See pitfall #3 in this link http://www.ibm.com/developerworks/linux/library/l-sockpit/ I cannot help with applying this knowledge to the Factor API. --Jeff From: Jim mack [mailto:j...@less2do.com] Sent: Sunday, November 14, 2010 11:56 AM To: factor-ta

Re: [Factor-talk] Git: Repository ->Verfiy Database warnings on freshly cloned and pulled repo

2010-11-15 Thread Michael Clagett
Shaping -- If you switch to some other forum to troubleshoot your git issues, could you please post a message here telling us where it is. I am following this discussion (and would like to continue to do so) to save myself some pain and aggravation when I go through the same process. Thanks.

Re: [Factor-talk] Integrating Browser functionality into Listener: John Benediktsson's Syntax Highlighting

2010-11-15 Thread Joe Groff
On Mon, Nov 15, 2010 at 8:45 AM, Shaping wrote: > I'm also thinking that the stack-effect data could be more binding than it > currently is.  I noticed while compiling some new words that the compiler > will infer a stack-effect, and tell you when you've written it incorrectly. > This looks almos

Re: [Factor-talk] load-all

2010-11-15 Thread Joe Groff
On Mon, Nov 15, 2010 at 4:07 PM, Shaping wrote: > I just completed a fresh cloning of the Factor origin repo and a build of > factor.exe. I opened the Listener, and evaluated load-all.  When the > load-all completed, I saw only this: I don't know enough about site-watcher to say what the exact pr

Re: [Factor-talk] Git: Repository ->Verfiy Database warnings on freshly cloned and pulled repo

2010-11-15 Thread Shaping
I imagine that someone has seen the problem before and already knows the issue. Has anyone tried to verify a fresh clone and seen this problem? I suppose it doesn't matter much, if the problem still exists for all of us, and hasn't caused any problems. Then, again, I may be the only one d

Re: [Factor-talk] Git: Repository ->Verfiy Database warnings on freshly cloned and pulled repo

2010-11-15 Thread John Benediktsson
> Can someone explain this? How serious a problem is this? Does it indicate > corruption in my local repo? > > Would it be possible to keep out-of-topic questions out of this list (this > one should be posted on a git users mailing-list since it has nothing to do > with Factor)? They seem to

Re: [Factor-talk] Git: Repository ->Verfiy Database warnings on freshly cloned and pulled repo

2010-11-15 Thread Samuel Tardieu
2010/11/15 Shaping > > Can someone explain this? How serious a problem is this? Does it indicate > corruption in my local repo? > Would it be possible to keep out-of-topic questions out of this list (this one should be posted on a git users mailing-list since it has nothing to do with Factor)?

Re: [Factor-talk] Git: Repository ->Verfiy Database warnings on freshly cloned and pulled repo

2010-11-15 Thread Shaping
I did a Repository -> Verify Database. Git GUI took about 10 seconds to produce this list of warnings: warning in tree 04844ac88050a91b0be01a982069f56b68ec8fc3: contains zero-padded file modes warning in tree 19a3572612d83fabcd651a83283f3d055c07667a: contains zero-padded file modes warning in tr

Re: [Factor-talk] load-all

2010-11-15 Thread Shaping
I just completed a fresh cloning of the Factor origin repo and a build of factor.exe. I opened the Listener, and evaluated load-all. When the load-all completed, I saw only this: webapps.site-watcher: The image refers to a library or symbol that was not found at load time :c produces

Re: [Factor-talk] Git

2010-11-15 Thread Shaping
Possibly helpful: not-on-a-branch is a place you can land partway through a rebase / merge process. It can be painful to get your head around the git way of doing things, if you have already worked with systems that use the CVS-SVN model. Among other things, you are used to thinking of merge

Re: [Factor-talk] Git

2010-11-15 Thread Shaping
There is a subfolder in my work folder called .git This is what I think of as the repository. Yes. But this is a source of some confusion. I think of the .git directory as the repo, too, and the directory that includes it as the working directory, into which the compressed code in .git is unco

Re: [Factor-talk] Git

2010-11-15 Thread Shaping
I don't want to publish my changes anytime soon, only distinguish them from released clean-branch code, so that I can track both. If you get tired of so much standing in your way of going forward, consider doing manual things with these files, old-school (rename/move them, checkout so you have