Apparently, taskmaster-request-count was renamed to taskmaster-thread-count, yet without the docstrings being modified accordingly to replace request by thread, and without the renaming happening for decrement-taskmaster-request-count in packages.lisp.
1- Is the renaming intentional?
2- If so, can you fix packages.lisp?
3- While I'm at it, are you interested by a patch to compile hunchentoot in parallel with xcvb?
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org To fight a violent enemy, violence is necessary; but to fight violence itself, violence is vain.
On Thu, Sep 27, 2012 at 6:15 AM, Faré fahree@gmail.com wrote:
Apparently, taskmaster-request-count was renamed to taskmaster-thread-count, yet without the docstrings being modified accordingly to replace request by thread, and without the renaming happening for decrement-taskmaster-request-count in packages.lisp.
1- Is the renaming intentional?
Yes.
2- If so, can you fix packages.lisp?
I can, but why don't you send me a patch?
3- While I'm at it, are you interested by a patch to compile hunchentoot in parallel with xcvb?
No, I am not interested as I am not using xcvb, but if anyone else is, I am going to accept it anyway.
-Hans
2- If so, can you fix packages.lisp?
I can, but why don't you send me a patch?
Patch attached. Do you prefer mail or github pull requests?
3- While I'm at it, are you interested by a patch to compile hunchentoot in parallel with xcvb?
No, I am not interested as I am not using xcvb, but if anyone else is, I am going to accept it anyway.
That would be great! Let me first double check that it's still working after the latest merge...
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Sin lies only in hurting other people unnecessarily. All other "sins" are invented nonsense. (Hurting yourself is not sinful — just stupid.) — Robert Heinlein, "Time Enough For Love"
On Thu, Sep 27, 2012 at 7:27 AM, Faré fahree@gmail.com wrote:
2- If so, can you fix packages.lisp?
I can, but why don't you send me a patch?
Patch attached. Do you prefer mail or github pull requests?
A github pull request would be preferred.
-Hans