Evan Hahn
|
16aa421d3e
|
More Python 3 script fixes
|
2022-03-24 10:28:27 -05:00 |
|
Evan Hahn
|
c254811765
|
Remove unnecessary coding: utf-8 heading from Python scripts
Python 3 uses UTF-8 for source files by default. This removes the
unnecessary `coding: utf-8` declaration comment from all files.
|
2022-03-21 14:43:45 -05:00 |
|
Evan Hahn
|
1101db6a29
|
Upgrade scripts to Python 3
Python 2 was [removed from macOS in 12.3][0]. This change:
- Automatically converts many files with [2to3][1]
- Manually updates all [shebangs][2] to use `python3` instead of
versionless `python` or `python2.7`
- Manually applies a few fixes, many of which were noted by 2to3
- Manually undoes a few fixes that were automatically done by 2to3
[0]: https://www.macrumors.com/2022/01/28/apple-removing-python-2-in-macos-12-3/
[1]: https://docs.python.org/3/library/2to3.html
[2]: https://en.wikipedia.org/wiki/Shebang_(Unix)
|
2022-03-21 12:58:33 -05:00 |
|
Orta Therox
|
469e169962
|
Convert to just using CocoaPods for dependencies
|
2020-01-02 12:03:57 -08:00 |
|
Michael Kirk
|
17ed0f6100
|
dedupe git hooks
// FREEBIE
|
2018-03-02 17:57:58 -05:00 |
|
Matthew Chen
|
122ef91e57
|
Add protocol context to protocol kit.
|
2018-02-09 10:31:29 -05:00 |
|
Matthew Chen
|
1c8dbcd223
|
Respond to CR.
// FREEBIE
|
2017-09-21 16:58:07 -04:00 |
|
Matthew Chen
|
3eaeb4e0ec
|
Add read receipts manager.
* Simplify read receipts plumbing.
* Rework incoming read receipts handling.
* Rework outgoing read receipts handling.
* Make "database view registration complete" check thread-safe.
* Don't send sync messages to self if no linked devices.
// FREEBIE
|
2017-09-21 16:23:03 -04:00 |
|
Matthew Chen
|
f1b7d895e2
|
Modify precommit script to clean up includes and forward declarations.
// FREEBIE
|
2017-09-20 15:33:17 -04:00 |
|
Michael Kirk
|
3856f3dfb1
|
Improve asserts/logging
// FREEBIE
|
2017-08-04 12:14:43 -04:00 |
|
Matthew Chen
|
e5c0fa89d6
|
Respond to CR.
// FREEBIE
|
2017-07-27 12:48:46 -04:00 |
|
Matthew Chen
|
465711c2cb
|
Add script to extract and gather analytics event names.
// FREEBIE
|
2017-07-27 12:45:29 -04:00 |
|
Matthew Chen
|
0cf9c01af2
|
Add script to extract and gather analytics event names.
// FREEBIE
|
2017-07-27 12:27:48 -04:00 |
|
Matthew Chen
|
8aff95c44e
|
Add script to extract and gather analytics event names.
// FREEBIE
|
2017-07-27 12:26:02 -04:00 |
|
Matthew Chen
|
b4f348ad14
|
Add script to extract and gather analytics event names.
// FREEBIE
|
2017-07-27 12:26:02 -04:00 |
|
Matthew Chen
|
31ab9a00da
|
Add script to extract and gather analytics event names.
// FREEBIE
|
2017-07-27 12:26:02 -04:00 |
|
Michael Kirk
|
ccb4a88742
|
Import SSK (and history) into Signal-iOS
git remote add ssk ../SignalServiceKit
git remote update
git merge -s ours --allow-unrelated-histories --no-commit ssk/master
git read-tree --prefix=SignalServiceKit -u ssk/master
git commit
|
2017-07-21 13:55:01 -04:00 |
|