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

Windows installation error fix #147

Merged
merged 12 commits into from
Feb 25, 2019

Conversation

Shekharrajak
Copy link
Member

Continuation of #144

Fixes #70

| --> -

Rename *.ipynb files in dummy_iruby directory for Windows.
| (vertical bar) is not assigned to a directory or file in Windows 10.

@coveralls
Copy link

coveralls commented Feb 24, 2019

Pull Request Test Coverage Report for Build 791

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 98.109%

Totals Coverage Status
Change from base Build 789: -0.01%
Covered Lines: 3164
Relevant Lines: 3225

💛 - Coveralls

@Shekharrajak
Copy link
Member Author

Please have a look into the updated example files in spec/dummy_iruby folder in this URL.

@kojix2 Can you please check and review the files?
Thanks!

@Shekharrajak Shekharrajak added this to the 0.2.5 milestone Feb 24, 2019
@Shekharrajak Shekharrajak mentioned this pull request Feb 24, 2019
@Shekharrajak
Copy link
Member Author

I will wait for few more hours and if I find no negative review, I will go ahead and merge it.

@kojix2
Copy link
Member

kojix2 commented Feb 25, 2019

@Shekharrajak
Sorry, I don't have plans to use Windows for several days.
Go ahead and merge it.
I'll report it if there is any problem.
Thank you!

@Shekharrajak
Copy link
Member Author

I have cross verified in docker and windows system. It worked fine. I will release these changes soon.

Copy link
Member Author

@Shekharrajak Shekharrajak left a comment

Choose a reason for hiding this comment

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

Ignoring the Test Coverage Report for now, which is negligible.

@@ -1,6 +1,7 @@
require 'daru'
require 'securerandom'
require 'erb'
require 'daru/data_tables'
Copy link
Member Author

Choose a reason for hiding this comment

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

Need to check how tesstcases has written related to datatables (or may be not written). When I was running IRuby notebook and tried the adapter datatables it was not working.

After requiring the daru/data_tables it worked fine. Need to write testcase for it in separate PR.

@Shekharrajak Shekharrajak merged commit 50c76fa into master Feb 25, 2019
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.

Installation Help
3 participants