Mark Ng

Results 17 comments of Mark Ng

Try installing `python-quamash` and `python-netifaces`. Note that installing via. `pip` won't work - you have to install them using your package manager

> @CAG2Mark that is good to know but this still does not fix the issue. I have the same problem as them and it still has that error message. I...

Looks like the authentication method being used before is now deprecated by Google and the following should be implemented instead: https://developers.google.com/identity/protocols/oauth2/native-app#redirect-uri_loopback

> Same has just happened to me. What is happening with this problem then? why is there no comment or fix after 2 weeks? It's not trivial to fix. IIRC...

TODO: - [x] Make sure variable names in the stack frame do not clash - [x] Make sure the merged function's name does not clash with other functions - [x]...

Everything is mostly done. There's just a few things left to check, such as making sure function and parameter names don't clash

I can't seem to get the checks to become green, since I created a testcases which purposefully errors and the order of items in the stacktrace is not always the...

Completed: - Improved error reporting and propagation of locations. - Added compilation errors to the diff tests. Note that this changes the output of some old tests. - Also, `postProcess`...

> Instead of writing `class True` and `class False` in _every single test case_, why not make it a built-in class info? It should be a trivial change and would...

OK, should be good to merge. There's just one trivial merge conflict in `DiffTests.scala` to handle