Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Sinan documentation effort and a request
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Eric Merritt  
View profile  
 More options May 3 2012, 9:24 pm
From: Eric Merritt <ericbmerr...@gmail.com>
Date: Thu, 3 May 2012 20:24:20 -0500
Local: Thurs, May 3 2012 9:24 pm
Subject: Sinan documentation effort and a request
Guys,

We are undertaking an effort to do a better job of documenting sinan.
There are two big ways you can help. The first is to respond here and
let us know what specifically you would like to see documented. I
would also like to hear about what specifically you had problems with
when you where getting up to speed on the language.

The second thing is, for those of you willing to put in a bit of
effort, is a write up of how you use sinan. Some real world examples
would go a long way.

Thanks to all,

Eric


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Merritt  
View profile  
 More options Jun 14 2012, 9:50 am
From: Eric Merritt <ericbmerr...@gmail.com>
Date: Thu, 14 Jun 2012 08:50:18 -0500
Local: Thurs, Jun 14 2012 9:50 am
Subject: Re: Sinan documentation effort and a request

> The question I have about sinan is how to use it with published components
> that use rebar.  I'm ignorant of both, but it looks like rebar projects come
> with a Makefile, and one uses such a project by going to the top level
> directory and running "make" - at which point arbitrarily complex things
> happen but the result is all the sources and binaries you need.

> What is the process for incorporating such a project into a sinan project?
> E.g., suppose I wanted to use sinan to build something with cowboy, which
> uses rebar.  Do I just point sinan at the cowbory repository and then "sinan
> build" just works?  Or do I need to look at the cowboy Makefile and rebar
> stuff and tell sinan about them (recurse for all dependencies)?

As long as the dependencies have been pull sinan should be able to
build the project. The one thing sinan wont be able to do though is
fetch the dependencies.

So theoretically, you should just be able to go to the project and run
sinan build and things will work. If the deps have not been fetched
then you would need to do rebar get-deps and sinan build. The deps
thing should be solved soonish though.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Merritt  
View profile  
 More options Jun 18 2012, 2:24 pm
From: Eric Merritt <ericbmerr...@gmail.com>
Date: Mon, 18 Jun 2012 13:24:16 -0500
Local: Mon, Jun 18 2012 2:24 pm
Subject: Re: Sinan documentation effort and a request
You need the proper dependency. and whoever built jiffy_tests didn't
specify any dependency on proper at all so sinan doesn't know to warn
you that you don't have it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Merritt  
View profile   Translate to Translated (View Original)
 More options Aug 20 2012, 10:26 am
From: Eric Merritt <ericbmerr...@gmail.com>
Date: Mon, 20 Aug 2012 09:26:44 -0500
Local: Mon, Aug 20 2012 10:26 am
Subject: Re: Sinan documentation effort and a request

On Wed, Aug 15, 2012 at 1:36 PM, Bill Zajac <billza...@gmail.com> wrote:
> I am trying to build something with a cowboy 0.6.0 dependency.  I have cowboy in lib/cowboy, but it apparently has a dependency on proper 1.0.  I have run rebar -C  rebar.tests.config get-deps, and I have moved lib/cowboy/deps/proper to lib/proper, but I am still seeing the following error.

Does proper and cowboy both have the version numbers in the directory?
Unfortunately, for dependencies that is still something sinan needs.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Merrit  
View profile  
 More options Aug 20 2012, 1:46 pm
From: Eric Merrit <ericbmerr...@gmail.com>
Date: Mon, 20 Aug 2012 12:46:00 -0500
Subject: Re: Sinan documentation effort and a request

Oh, Cowboy I think has an implicit dependency on proper (that is they use it but don't specify it). I may have missed this but do you have proper specified as a compile time dependency in your sinan.config?

On Aug 20, 2012, at 12:12 PM, Bill Zajac wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Merrit  
View profile  
 More options Sep 6 2012, 6:49 pm
From: Eric Merrit <ericbmerr...@gmail.com>
Date: Thu, 6 Sep 2012 17:49:32 -0500
Local: Thurs, Sep 6 2012 6:49 pm
Subject: Re: Sinan documentation effort and a request

Bill,

Compile time deps are specified in the element

{compile_deps,
        […]}

Basically that looks exactly like dep_constraints but it is only used at compile time.

Eric
On Sep 6, 2012, at 4:32 PM, Bill Zajac <billza...@gmail.com> wrote:

...

read more »


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »