Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: fix jstp import statement, fixes #129 #130

Closed
wants to merge 1 commit into from

Conversation

lundibundi
Copy link
Member

No description provided.

@lundibundi lundibundi self-assigned this May 5, 2017
@lundibundi lundibundi requested review from belochub and aqrln May 5, 2017 17:01
@lundibundi lundibundi added the cli label May 5, 2017
Copy link
Member

@aqrln aqrln left a comment

Choose a reason for hiding this comment

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

Please move the "fixes" field to the commit metadata and use the full URL there, like

Fixes: https://github.com/metarhia/JSTP/issues/129

tools/cli.js Outdated
@@ -4,7 +4,7 @@

// TODO: support jstp://server and jstps://server

const jstp = require('.');
const jstp = require('../');
Copy link
Member

Choose a reason for hiding this comment

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

Can you please remove the trailing slash?

@aqrln
Copy link
Member

aqrln commented May 5, 2017

@lundibundi and I don't think it is required to request reviews explicitly for such a trivial change ;)

Basically, you've stated that this PR cannot land until both I and @belochub approve it.

@lundibundi
Copy link
Member Author

@aqrln ok, done

Copy link
Member

@aqrln aqrln left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@belochub belochub left a comment

Choose a reason for hiding this comment

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

LGTM

aqrln pushed a commit that referenced this pull request May 5, 2017
PR-URL: #130
Fixes: #129
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
@aqrln
Copy link
Member

aqrln commented May 5, 2017

Landed in a688994, thanks!

@aqrln aqrln closed this May 5, 2017
@aqrln aqrln deleted the fix-jstp-import-in-cli branch May 5, 2017 17:29
belochub pushed a commit that referenced this pull request Jan 22, 2018
PR-URL: #130
Fixes: #129
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
belochub pushed a commit that referenced this pull request Jan 22, 2018
PR-URL: #130
Fixes: #129
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
@belochub belochub mentioned this pull request Jan 22, 2018
belochub pushed a commit to metarhia/mdsf that referenced this pull request Jul 19, 2018
PR-URL: metarhia/jstp#130
Fixes: metarhia/jstp#129
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
belochub pushed a commit to metarhia/mdsf that referenced this pull request Jul 19, 2018
PR-URL: metarhia/jstp#130
Fixes: metarhia/jstp#129
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants