Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Small fixes while reviewing the document #7

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

Merged
merged 10 commits into from
Feb 22, 2017
Merged

Small fixes while reviewing the document #7

merged 10 commits into from
Feb 22, 2017

Conversation

den-run-ai
Copy link
Contributor

@den-run-ai den-run-ai commented Feb 19, 2017

npython, print(), py36, typo, links, simplified API

@den-run-ai den-run-ai changed the title Update readme.html Small fixes while reviewing the document Feb 19, 2017
@den-run-ai den-run-ai changed the title Small fixes while reviewing the document [WIP ]Small fixes while reviewing the document Feb 19, 2017
@den-run-ai den-run-ai changed the title [WIP ]Small fixes while reviewing the document [WIP] Small fixes while reviewing the document Feb 19, 2017
Copy link
Member

@filmor filmor left a comment

Choose a reason for hiding this comment

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

The mono executable is lowercase. Also it is not strictly necessary to use mono like this (binfmt_misc), I'd just drop that addition.

@den-run-ai
Copy link
Contributor Author

Good catch, TIL about binfmt_misc. However it likely requires registration like on Windows.

Here is a quick test:

(root) dta@ubuntune:~/pythonnet$ mono nPython.exe
Python 3.5.2 (default, Nov 17 2016, 17:05:23) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
(root) dta@ubuntune:~/pythonnet$ nPython.exe
nPython.exe: command not found

@den-run-ai den-run-ai changed the title [WIP] Small fixes while reviewing the document Small fixes while reviewing the document Feb 22, 2017
readme.html Outdated
@@ -115,7 +115,7 @@
<li><a href="#exceptions">Exception Handling</a></li>
<li><a href="#arrays">Using Arrays</a></li>
<li><a href="#collections">Using Collections</a></li>
<li><a href="#com">COM Components</a></li>
<li><a href="#com">COM Componefnts</a></li>
Copy link
Contributor

Choose a reason for hiding this comment

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

typo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep

readme.html Outdated
@@ -422,8 +422,8 @@
try:
raise NullReferenceException("aiieee!")
except NullReferenceException, e:
Copy link
Contributor

Choose a reason for hiding this comment

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

except NullReferenceException as e: for it to be PY3 compatible

Copy link
Contributor

Choose a reason for hiding this comment

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

this one is outside of what you were fixing. Just noticed it while reviewing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch

Copy link
Contributor

@vmuriart vmuriart left a comment

Choose a reason for hiding this comment

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

Looks good. Ok to squash-merge

@den-run-ai
Copy link
Contributor Author

@vmuriart should we defer updating PythonNet to pythonnet?

@vmuriart
Copy link
Contributor

I didn't see it as part of these changes. Let's not add them yet till we come closer to a decision. PythonNet and pythonnet might both be valid at the end.

@den-run-ai
Copy link
Contributor Author

@filmor do you agree with merging this?

@vmuriart vmuriart merged commit 0754d3f into master Feb 22, 2017
@vmuriart vmuriart deleted the small-updates branch February 22, 2017 17:16
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.

3 participants