[jira] [Commented] (COUCHDB-1875) CoffeeScript CommonJS Functions Don't Work

2013-08-21 Thread Anthony Kaufman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746511#comment-13746511 ] Anthony Kaufman commented on COUCHDB-1875: -- Yeah, I think you're

[jira] [Updated] (COUCHDB-1875) CoffeeScript CommonJS Functions Don't Work

2013-08-20 Thread Anthony Kaufman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Kaufman updated COUCHDB-1875: - Description: Reusable CommonJS functions written in CoffeeScript raise exceptions when

[jira] [Updated] (COUCHDB-1875) CoffeeScript CommonJS Functions Don't Work

2013-08-20 Thread Anthony Kaufman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Kaufman updated COUCHDB-1875: - Description: Reusable CommonJS functions written in CoffeeScript raise exceptions when

[jira] [Updated] (COUCHDB-1875) CoffeeScript CommonJS Functions Don't Work

2013-08-20 Thread Anthony Kaufman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Kaufman updated COUCHDB-1875: - Description: Reusable CommonJS functions written in CoffeeScript raise exceptions when

[jira] [Updated] (COUCHDB-1875) CoffeeScript CommonJS Functions Don't Work

2013-08-20 Thread Anthony Kaufman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Kaufman updated COUCHDB-1875: - Description: Reusable CommonJS functions written in CoffeeScript raise exceptions when

[jira] [Updated] (COUCHDB-1875) CoffeeScript CommonJS Functions Don't Work

2013-08-20 Thread Anthony Kaufman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Kaufman updated COUCHDB-1875: - Description: Reusable CommonJS functions written in CoffeeScript raise exceptions when

[jira] [Updated] (COUCHDB-1875) CoffeeScript CommonJS Functions Don't Work

2013-08-20 Thread Anthony Kaufman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Kaufman updated COUCHDB-1875: - Description: Reusable CommonJS functions written in CoffeeScript raise exceptions when

[jira] [Created] (COUCHDB-1875) CoffeeScript CommonJS Functions Don't Work

2013-08-20 Thread Anthony Kaufman (JIRA)
Anthony Kaufman created COUCHDB-1875: Summary: CoffeeScript CommonJS Functions Don't Work Key: COUCHDB-1875 URL: https://issues.apache.org/jira/browse/COUCHDB-1875 Project: CouchDB

Re: CoffeeScript CommonJS Module Function

2013-08-20 Thread Anthony Kaufman
Great, thanks Jan. I'll take a look at util.js and see if I can make anything of it. Thanks again, Anthony On Aug 20, 2013, at 1:51 PM, Jan Lehnardt wrote: > > On Aug 20, 2013, at 22:49 , Anthony Kaufman wrote: > >> I finally gave up and just compiled my CoffeeScripts

Re: CoffeeScript CommonJS Module Function

2013-08-20 Thread Anthony Kaufman
wasn't too tricky (now I'm just bragging). I still think that this could be a real live bug, or lack of a feature anyway. Where would be the best place to report something like that? Thanks, Anthony On Aug 16, 2013, at 2:03 PM, Anthony Kaufman wrote: > I've been trying to def

Re: CoffeeScript CommonJS Module Function

2013-08-19 Thread Anthony Kaufman
suspect you might get more guidance > on user@ where there's a larger group of potential coffeescripters about. > > A+ > Dave > > > On 19 August 2013 22:18, Anthony Kaufman wrote: > >> Hi everyone, I just wanted to check back on this. Any help for me? >> &

Re: CoffeeScript CommonJS Module Function

2013-08-19 Thread Anthony Kaufman
Hi everyone, I just wanted to check back on this. Any help for me? On Aug 16, 2013, at 2:10 PM, Jann Horn wrote: > On Fri, Aug 16, 2013 at 11:07:30PM +0200, Jann Horn wrote: >> On Fri, Aug 16, 2013 at 02:03:03PM -0700, Anthony Kaufman wrote: >>> I've been trying t

CoffeeScript CommonJS Module Function

2013-08-16 Thread Anthony Kaufman
I've been trying to define a CoffeeScript CommonJS Module Function without success. I can translate the same function into Javascript and it works fine. I'm using CouchDB 1.3.1 on Mac OS X Lion. Here's the CoffeeScript document: { _id: "_design/test", language: "coffeescript",