Mykola (Nickolas) Pokhylets
Mykola (Nickolas) Pokhylets
I'm writing a BASH script that operates on some data stored inside an encrypted repo, and I want to ensure that repo is locked when the script finishes regardless of...
### Checklist - [+] I've checked that all new and existing tests pass - [+] I've updated the documentation if necessary - [+] I've added an entry in the CHANGELOG...
If sudo was authenticated before, then password prompt won't appear and installation will proceed. In this case, you see a line telling you to authenticate and an empty line with...
Should be `willSet`, instead of `awillSet` https://github.com/GeSHi/geshi-1.0/blob/3c12a7931d509c5e3557c5ed44c9a32e9c917c7d/src/geshi/swift.php#L69
Hello, I've added support for flipping control for RTL languages, and fixed couple compiler warnings. Let me know if you have any comments. Could you pls merge in back and...
Implementation of the [Isolated asynchronous deinit](https://github.com/nickolas-pohilets/swift-evolution/blob/mpokhylets/isolated-deinit/proposals/NNNN-isolated-synchronous-deinit.md) ~Still pending:~ * ~I suspect that logic for adding attributes for inferred isolation is not correct, would like some input from the Core team...
When visiting a tree and creating new job per each tree node, `ListMerger::merge()` can exhibit quadratic performance. Every time `DefaultActorImpl::drainOne()` is called we have a queue of jobs consisting of...
Misc fixes
This MR contains assorted bug fixes, bringing fcd+remill to a point where it is able to successfully decompile a simple function using debug build of [LLVM-7.0](https://github.com/llvm-mirror/llvm/commits/release_70) and [latest version of...
I've built FCD+Remill using Debug build of LLVM 4.0 to investigate other issue, but encountered this first: In `pass_argrec_remill.cpp:341` in function `ConvertRemillArgsToLocals()` ``` auto pc_type = remill::AddressType(module); auto arg_pc =...
This MR adds missing functionality to generate code for `KeyConversion` and `ValueConversion` in `CollectionUpcastConversionExpr`. New built-ins have been added to the standard library as `@_alwaysEmitIntoClient` for backwards compatibility.