IRC log of dig on 2013-07-27

Timestamps are in UTC.

00:29:09 [timbl]
timbl (~timbl@c-24-62-225-11.hsd1.ma.comcast.net) has joined #dig
03:00:26 [melvster]
melvster (~melvster@89.176.108.70) has joined #dig
04:26:01 [melvster]
melvster has quit (Ping timeout: 276 seconds)
04:28:38 [melvster]
melvster (~melvster@89.176.108.70) has joined #dig
06:16:01 [melvster]
melvster has quit (Remote host closed the connection)
07:50:35 [cheater__]
cheater__ (~cheater@p4FD0E01F.dip0.t-ipconnect.de) has joined #dig
09:13:25 [rszeno]
rszeno (~rszeno@79.114.79.90) has joined #dig
09:28:05 [melvster]
melvster (~melvster@89.176.108.70) has joined #dig
09:50:54 [deiu]
deiu (~andrei@2a01:e35:8b67:4160:5951:3b43:90:c4fe) has joined #dig
09:50:55 [deiu]
deiu has quit (Changing host)
09:50:55 [deiu]
deiu (~andrei@unaffiliated/deiu) has joined #dig
10:30:29 [deiu]
deiu has quit (Remote host closed the connection)
10:31:53 [deiu]
deiu (~andrei@2a01:e35:8b67:4160:a40f:ea28:48c6:4275) has joined #dig
10:33:22 [deiu]
deiu has quit (Changing host)
10:33:22 [deiu]
deiu (~andrei@unaffiliated/deiu) has joined #dig
11:06:14 [melvster]
melvster has quit (Remote host closed the connection)
11:22:12 [cheater_1]
cheater_1 (~cheater@p4FD0EA2E.dip0.t-ipconnect.de) has joined #dig
11:25:55 [cheater__]
cheater__ has quit (Ping timeout: 276 seconds)
11:26:57 [melvster]
melvster (~melvster@89.176.108.70) has joined #dig
12:13:51 [melvster]
bblfish: nice work
13:08:17 [bblfish]
thanks
13:08:28 [bblfish]
presbrey: I made another pull request
13:09:03 [bblfish]
presbrey: the $rdf.Collection is a bit weird. It turns every list into a collection and vice versa
13:26:21 [bblfish]
presbrey, timbl: I don't understand why NTtoURI in term.coffee goes through NTriples
13:41:49 [bblfish]
There seems to be a lot of conversion going on between RDF types and NTStrings everywhere
13:42:24 [bblfish]
I get the feeling that this is just an accident of JS not having good typing support, and that this error slowly leaked through the code
13:42:33 [bblfish]
But perhaps there is another reason?
14:18:15 [presbrey]
bblfish, we can bring in your first pull
14:18:24 [presbrey]
the second pull is not compatible with tabulator
14:18:37 [bblfish]
Ah. why?
14:18:46 [presbrey]
tabulator depends on the structure of rdflib.js as a git 'submodule'
14:19:00 [bblfish]
it works a lot better with Intellij
14:19:04 [presbrey]
sorry I have been traveling and slow to get back, but I will merge the first pull this weekend for sure
14:19:32 [presbrey]
not saying the 2nd is impossible, but not yet compatible with tabulator yet
14:19:40 [bblfish]
is there a way to get something like what we want?
14:19:50 [presbrey]
-yet* :)
14:20:01 [presbrey]
it would help if you also had the tabulator dev build going on your machine too
14:20:15 [presbrey]
that way you can see the full effect of your changes
14:20:57 [bblfish]
perhaps by improving the make files in tabulator
14:21:01 [presbrey]
right
14:21:10 [presbrey]
tabulator-firefox is ideal, as it has the full submodules structure
14:21:21 [bblfish]
Getting soemthing that is easy to use for devs can help us bring people on board
14:21:26 [bblfish]
ok
14:21:27 [presbrey]
the tabulator-chrome imports are a bit more loose
14:21:42 [presbrey]
firefox is a bit more strict too, so good place to start
14:22:08 [presbrey]
also, are you familiar with nodeunit?
14:22:27 [bblfish]
my first patch seems to work, but I am a bit of a novice, so just make sure you check it :-) ( I am 3 days less of a novice now )
14:22:39 [presbrey]
I have been trying to add test cases for new features, so it would be helpful to add a test for the 1st to prevent future regressions on the cross-domain stuff
14:23:41 [presbrey]
`make test` or `make tests` in rdflib.js checkout should do the Right Thing once you run the npm -g install :)
14:25:39 [bblfish]
ah ok, did not realise one could run make test from the command line.
14:25:39 [bblfish]
No, still new to this. Did not know about nodeunit
14:35:37 [bblfish]
bblfish has quit (Ping timeout: 240 seconds)
14:36:21 [bblfish]
bblfish (~bblfish@AAubervilliers-652-1-215-117.w90-3.abo.wanadoo.fr) has joined #dig
14:40:00 [bblfish]
presbrey: my internet connection broke. Last thing I wrote was " No, still new to this. Did not know about nodeunit"
14:40:39 [bblfish]
make tests does not seem to work yet
14:41:42 [bblfish]
ah I see the -yet:*
14:43:48 [bblfish]
clonng tabulator
15:42:43 [presbrey]
`make test` works in rdflib.js
15:43:03 [presbrey]
you cannot move stuff under src/ without updating the Makefile
15:43:16 [presbrey]
can you split your coffee improvements from the intellij stuff?
15:44:45 [presbrey]
make test should show checkmarks on all the tests that pass
15:45:09 [presbrey]
so far I have implemented all the spec tests for Term and URI
15:45:31 [presbrey]
(also in general we do not like to move stuff around too much because it destroys history)
15:55:15 [bblfish]
presbrey: got the tests to work now
15:55:47 [bblfish]
I pushed this to the second pull request
15:55:57 [bblfish]
(am off to dinner, will be back a little later)
15:56:07 [presbrey]
cool thanks!
15:56:18 [presbrey]
I pulled your rdflib.js clone now and will try to merge as much as possible
15:57:43 [presbrey]
thanks again, enjoy your dinner :)
16:59:00 [deiu]
presbrey, melvster: I've just finished working on a fork of data.fm, to support access control per resource
16:59:15 [deiu]
each file has it's own .meta
16:59:21 [deiu]
(same applies for dirs)
17:23:23 [Pipian-Work]
Pipian-Work (~Pipian@pool-71-162-103-16.bstnma.east.verizon.net) has joined #dig
18:48:13 [deiu]
deiu has quit (Ping timeout: 246 seconds)
18:53:48 [Pipian-Work]
Pipian-Work has quit (Quit: Pipian-Work)
19:25:31 [jmvanel]
jmvanel (~jmvanel@236.74.139.88.rev.sfr.net) has joined #dig
21:37:56 [deiu]
deiu (~andrei@unaffiliated/deiu) has joined #dig
22:04:54 [jmvanel]
jmvanel has quit (Ping timeout: 264 seconds)
22:45:51 [rszeno]
rszeno has quit (Quit: Leaving.)
23:21:34 [deiu]
deiu has quit (Ping timeout: 246 seconds)