TECH NOTES
by Stanislav Pankevich
About
Posts
2023-03-22
Assertions in Jinja templates
2020-11-20
How to test command-line programs with Python tools: LIT and FileCheck
2018-11-18
Notes on Eschede Derailment
2018-09-03
Mutation testing for Swift with Mull: how it could work. Looking for contributors.
2018-09-03
LLVM JIT, Objective-C and Swift on macOS: knowledge dump
2018-01-28
A Southeast Jumping Robot: Notes on one proof from a textbook
2017-05-07
Mull and Klee: Mutation testing analysis for Klee's Tutorial Two
2017-05-05
Using mutation testing score to measure a reliability of a single function
2017-02-18
LLVM-based project and CMake: choosing between in-source and out-of-source hosting
2017-02-15
XCTest: focused tests
2016-12-06
One easy way to estimate Swift vs Objective-C code ratio in iOS project
2016-08-04
How to find the slowest XCTest
2016-07-28
System Under Test: XTerm
2016-06-27
Documentation First Development
2016-06-12
System Under Test: GNU Make
2016-04-04
Re: Что необходимо для того, чтобы iOS-приложение попало в App Store?
2016-04-02
Flex and Bison: tips for beginners
2016-03-29
Reentrant parser using Flex and Bison
2016-02-28
xcodebuild: how to really change its build path
2016-01-25
Notes on "Test-Driven Development by Example" by Kent Beck
2015-12-14
Test Automation for iOS (written for Blacklane Tech Blog)
2015-11-23
How to build a static iOS framework and distribute it as a Component using Make