I hereby claim:
- I am siracusa on github.
- I am siracusa (https://keybase.io/siracusa) on keybase.
- I have a public key whose fingerprint is B415 1A00 A658 2692 421F B06A 3FD2 A44C 40A8 0298
To claim this, I am signing this object:
Process: Safari [2517] | |
Path: /Applications/Safari.app/Contents/MacOS/Safari | |
Identifier: com.apple.Safari | |
Version: 15.0 (15612.1.29.41.4) | |
Build Info: Safari-7612001029041004~7 (612A69a) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: Safari [2517] | |
User ID: 67152294 |
579 => Blessed System File is /System/Volumes/Preboot/B24F40F6-A709-475D-8FE9-0BC32E6BA240/System/Library/CoreServices/boot.efi | |
366 => Blessed System Folder is /System/Volumes/Preboot/B24F40F6-A709-475D-8FE9-0BC32E6BA240/System/Library/CoreServices | |
The blessed volume in this APFS container is "/". | |
The blessed APFS snapshot for this volume is "3E14543D-BE61-487B-B49A-2AF55563C403". |
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use Test::More; | |
# Increase this number as your sanity allows | |
use constant PAREN_DEPTH => 5; |
… | |
Jun 14 12:18:00 … osinstallersetupd[8829]: seedingInfoDict -> | |
Jun 14 12:18:00 … osinstallersetupd[8829]: result : Success | |
Jun 14 12:18:00 … osinstallersetupd[8829]: seedProgramSource : Xattr | |
Jun 14 12:18:00 … osinstallersetupd[8829]: seedProgram : DeveloperSeed | |
Jun 14 12:18:00 … osinstallersetupd[8829]: catalogURLString : https://swscan.apple.com/content/catalogs/others/index-10.15seed-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog | |
Jun 14 12:18:00 … osinstallersetupd[8829]: fileName : /Applications/Install macOS 10.15 Beta.app | |
Jun 14 12:18:00 … osinstallersetupd[8829]: error : No error | |
Jun 14 12:18:00 … osinstallersetupd[8829]: Build phase is Beta. Target Seed Program will be set to DeveloperSeed (Source:Xattr). Recorded into the mutable product. | |
Jun 14 12:18:00 … osishelperd[8843]: +[IA_IASBlessUtilities setEFIBackupBootDevice]: Booted volume: disk1s1 |
sil_stage canonical | |
import Builtin | |
import Swift | |
import SwiftShims | |
// SILDemo.identity <A>(A) -> A | |
sil @_TF7SILDemo8identityU__FQ_Q_ : $@thin <T> (@out T, @in T) -> () { | |
bb0(%0 : $*T, %1 : $*T): | |
copy_addr [take] %1 to [initialization] %0 : $*T // id: %2 |
sil_stage canonical | |
import Builtin | |
import Swift | |
import SwiftShims | |
// SILDemo.identity <A>(A) -> A | |
sil @_TF7SILDemo8identityU__FQ_Q_ : $@thin <T> (@out T, @in T) -> () { | |
bb0(%0 : $*T, %1 : $*T): | |
debug_value_addr %1 : $*T // let x // id: %2 |
extension Int { | |
func bottlesOfBeer() { | |
let bottles = "\(self) bottle" + (self == 1 ? "" : "s") | |
let what = " of beer on the wall" | |
println("\(bottles + what), \(bottles) of beer.") | |
print("Take one down, pass it around, ") | |
if self == 1 { | |
println("no more bottles\(what).") |
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
die "Usage: rename <expression> <files>\n" unless (@ARGV >= 2); | |
my $op = eval 'sub { ' . shift . ' }'; # crazily dangerous - type carefully! | |
die $@ if $@; |
I hereby claim:
To claim this, I am signing this object:
% make | |
make all-recursive | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in src | |
/usr/local/bin/thrift -o . -I /usr/local/share/ --gen cpp:pure_enums --gen py --gen php --gen java ../if/scribe.thrift | |
/usr/local/bin/thrift -o . -I /usr/local/share/ --gen cpp:pure_enums --gen py --gen php --gen java ../if/bucketupdater.thrift | |
make all-am | |
g++ -DPACKAGE_NAME=\"scribe\" -DPACKAGE_TARNAME=\"scribe\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"scribe\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"scribe\" -DVERSION=\"1.5.0\" -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_SYSTEM=/\*\*/ -DHAVE_BOOST_FILESYSTEM=/\*\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT scribe.o -MD -MP -MF .deps/scribe.Tpo -c -o scribe.o `test -f 'gen-cpp/scribe.cpp' || echo './'`gen-cpp/scribe.cpp | |
mv -f .deps/scribe.Tpo .deps/scribe.Po |