Skip to content

Conversation

@capricube
Copy link

only had to change N3Util.isUrl() call to N3Util.isIRI()

@capricube
Copy link
Author

i'm having a strange "works on my machine" moment ... need to investigate a bit more

.travis.yml Outdated
language: node_js
node_js:
- 0.10
- 5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be 0.10, 0.12, 4, 5

@mcollina
Copy link
Collaborator

Let me know when it's done :).

@capricube capricube force-pushed the npm-upgrade branch 5 times, most recently from 00b59f3 to 00cded7 Compare April 2, 2016 20:19
@capricube
Copy link
Author

finally i found the problem. it was a hard nut to crack!

FYI: in order to make the tests work with the updated dependencies i had to downgrade level-test from 2.0.1 to 1.7.0. The tests didn't work on travis because they where executed using the in-memory leveldown (memdown) implementation. When i executed it locally i always had a leveldown dependency and everything worked. Only after i changed the test/helper.js file i was able to reproduce the travis errors locally. However i cannot say what the exact reason is why it doesn't work with memdown. I also added leveldown as devDependency so memdown is not being used.

language: node_js
node_js:
- 0.10
- "5"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be 0.10, 0.12, 4, 5

@mcollina
Copy link
Collaborator

mcollina commented Apr 5, 2016

Good work! There are just a couple of nits to fix.

only had to change N3Util.isUrl() call to N3Util.isIRI(). And upgrade
travis.yml file to use latest node and npm version.
@capricube
Copy link
Author

do we really need support for node 0.10 and 0.12? Those two are failing...
everything else was changed

@mcollina
Copy link
Collaborator

mcollina commented Apr 5, 2016

0.10 and 0.12 are currently supported by this library and by levelgraph (https://github.com/mcollina/levelgraph/blob/master/.travis.yml)

So, we should keep supporting them.

@capricube
Copy link
Author

if you merge my pull request for levelgraph i can upgrade the levelgraph dependency and the build will be fixed.

@mcollina
Copy link
Collaborator

I've merged and released the levelgraph dep.

@mcollina
Copy link
Collaborator

Done but tests are now failing everywhere apart from v5.

@capricube
Copy link
Author

will test again today in the evening... oh... a dependency is missing

@mcollina mcollina merged commit eaf8604 into levelgraph:master Apr 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants