Samual,

 I think I figured out the problem. I was running tests with 'sinan
test', sinan test runs those tests in its own context and sinan has a
dependency on ktuo. So it was actually running the tests in the
dependency version of ktuo (from lib) instead of the ktuo thats being
built. Manually all of your tests run. I will update and push now.

Eric

On Tue, Sep 21, 2010 at 11:12 AM, Samuel <[email protected]> wrote:
>> Samual,
>>
>>  From a very clean build based directly off of your next branch I
>> continue to get this problem.  try cloning your repo into a fresh
>> location and building next and testing, to see what happens.
>
> WTF?? It was a simple, minor fix! What on earth is complicating it
> that much? It has to be something really twisted (or really stupid
> which is more likely :D)
>
> I think I now simplified to the limit, I believe it's almost
> impossible that I missed anything. (btw, could you just check what's
> the result of ktj_parse:parse(<<"{\"hello\":\"world\"}">>).?)
>
> That's what I did (copy'n paste directly from the shell). What is
> different in your case?
>
> sam...@zeppelin:/tmp$ git clone git://github.com/samuelrivas/ktuo.git
> Initialized empty Git repository in /tmp/ktuo/.git/
> remote: Counting objects: 147, done.
> remote: Compressing objects: 100% (94/94), done.
> remote: Total 147 (delta 84), reused 87 (delta 44)
> Receiving objects: 100% (147/147), 40.70 KiB, done.
> Resolving deltas: 100% (84/84), done.
> sam...@zeppelin:/tmp$ cd ktuo/
> sam...@zeppelin:/tmp/ktuo$ git checkout -b next origin/next
> Branch next set up to track remote branch next from origin.
> Switched to a new branch 'next'
> sam...@zeppelin:/tmp/ktuo$ cd src/
> sam...@zeppelin:/tmp/ktuo/src$ erlc *
> sam...@zeppelin:/tmp/ktuo/src$ erl
> Erlang R13B04 (erts-5.7.5) [source] [smp:2:2] [rq:2] [async-threads:0]
> [hipe] [kernel-poll:false]
>
> Eshell V5.7.5  (abort with ^G)
> 1> ktj_parse:test().
>  All 5 tests passed.
> ok
>
>
> Cheers
> --
> Samuel
>
> --
> You received this message because you are subscribed to the Google Groups 
> "erlware-dev" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/erlware-dev?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"erlware-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/erlware-dev?hl=en.

Reply via email to