build.py file is now compatible with both Python2 and Python3 - #313
build.py file is now compatible with both Python2 and Python3#313opg7371 wants to merge 226 commits into
Conversation
Note that many of these functions were taken directly from the Login/js/new.js file. Only the pendingRegistration and registrationFailure functions were modified.
remove extra whitespaces
Improve first-run registration
…fferent browsers on SauceLabs using command line argument Change the filesToTest variable based on basePath Changed basePath to current working directory Made similar changes to work on SauceLabs Run SauceLabs tests on specific browsers based on command line argument Default browser for Karma is Firefox. Additional browsers can be set Improved whitespace Use BROWSERS_TO_TEST environment variable only when it is set Used === for string comparison and removed semicolon for var object
Add Safari to Unit Tests
Conflicts: test/karma.conf-ci.js test/karma.conf.js
Update chrome testing
Switched coverage reporter to coveralls
broadcast option changed message to content scripts provide read and write interface via chrome messages
…tions into MaxBorsch-develop Conflicts: shared/css/top/top.css templates/show.html.template
Rails 4.2 Support
|
|
Hi sean please check it out. |
|
can you tell me where exactly the work is needed..? |
|
Summarize the changes you made so I don't need to look through a diff to figure out what changed. I'll look through a diff again when you have addressed the earlier comments. |
|
To be clear.i need to summarize the changes i did in that build.py file itself as comments on top or some specfic position or some where else...? |
|
In the comment box of GitHub. It emails me and gives me more details about the changes. |
|
In the build.py file ,only the line number 70-80 are changed. |
|
I see why you were confused now. I am looking for a summary of the changes you made to the original pull request, not a summary of the pull request as it currently is. This makes it faster for me to re-review the pull request. |
|
The changes that i made in the build.py for privly applications is made in from line 70 to 72. The problem was that the type of prettyHTML came out to be different in python2(str) and python3(bytes).So i committed the changes can be seen in line number 71 to 81.The lines changed can be seen in the above commit. |
There was a problem hiding this comment.
nit: remove debugging console statements
|
Your pull requests are getting mixed. You should be doing all your work on feature branches. Since you are working on two pull requests at the moment, the two branches should probably be |
|
Closing this issue |
issue#312 can be closed now
This build.py file is now compatible with both python2 and python3