-
Notifications
You must be signed in to change notification settings - Fork 45
Conversation
"istanbul": "~0.3.5", | ||
"mocha": "~2.1.0", | ||
"istanbul": "~0.4.3", | ||
"mocha": "~2.4.5", | ||
"ripple-lib": "^0.12.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we can remove the ripple-lib
dependency now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, may as well, I don't think it's actually being used anyway
|
@clark800 updated |
When I try |
Conflicting eslint versions ? |
Which tests fail? It's late here. Feel free to take over this (@ anyone), or I'll look into it tomorrow. |
It doesn't even run the tests, just
All but the last line are normal, the illegal token doesn't usually cause a failure. |
I also get the same message when doing an |
That's right,
|
That should be keyBy now in lodash 4 I guess. I thought I got to that ?? |
See: douglasduteil/isparta#68 (comment)
|
Are you by chance on the wrong commit somehow ? |
Maybe we want to back off all the dependencies except the eslint/babel stuff ? ripple-lib is using lodash 3.x it seems |
I'm on
|
Ok, all I had to do was delete the cached |
Looks like transform in lodash 4 is getting things like |
This "fixes" that test:
I'm wary of what other changes are lurking, so we should probably back lodash off to 3.x |
Do the |
ha!
|
Do we feel like updating lodash in ripple-lib ? :) |
Is there any way to make it work without updating? |
I'm not sure. I haven't been doing much js stuff lately
|
I think if you just add a unit test to cover this case that caused the "combine" test to fail it should be fine to stick with 4.x and it should be good to merge |
Up 2 u
|
@clark800 updated |
LGTM after squash |
* Remove redundant `bytes` from field definitions * Remove "date-generated" given hand editing * Remove ripple-lib test dependency * Fix linting errors introduced by updated eslint/eslintrc * Ensure STObject.toJSON returns a plain object
No description provided.