Satadru Pramanik, DO, MPH, MEng
Satadru Pramanik, DO, MPH, MEng
Can we abstract some of `setvar({ varName, defaultValue })` away? For instance, right now we can set a variable in a package thus: `is_fake` which can be checked with `@pkg.is_fake.to_s.empty?`...
I make a LOT of typos... so it would be beneficial for me to have to type fewer brackets and parentheses into files...
> > Can we abstract some of `setvar({ varName, defaultValue })` away? > > For instance, right now we can set a variable in a package thus: `is_fake` which can...
Setting those symbols thus doesn't work: `package.rb`: ``` class Package property :description, :homepage, :version, :license, :compatibility, :binary_url, :binary_sha256, :source_url, :source_sha256, :git_branch, :git_hashtag boolean_property :git_fetchtags, :is_fake, :is_musl, :is_static, :no_patchelf ``` `package_helpers.rb`:...
It would also be nice as part of enabling this NOT to treat all of ```/usr/local``` as belonging to chromebrew. The recursive chmod to ```/usr/local``` not respecting volume boundaries (other...
Should we wait on this until we have a build of LLVM 14? If we're updating this for speed, makes sense to use the most recent clang too? (LLVM update...
Doesn't build on i686 with a compiler error...
``` Building from source, this may take a while... configure: WARNING: unrecognized options: --with-loadable-sqlite-extensions checking build system type... i686-cros-linux-gnu checking host system type... i686-cros-linux-gnu checking for python2.7... python2.7 checking for...
This is the issue I get with gold linker: ``` clang -Wno-unused-command-line-argument -Wno-ignored-optimization-argument -pthread -fno-strict-aliasing -OPT:Olimit=0 -O2 -pipe -flto -ffat-lto-objects -fPIC -fuse-ld=gold -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fprofile-instr-generate -flto...
Using `CREW_LINKER=lld` I get this: ``` clang -Wno-unused-command-line-argument -Wno-ignored-optimization-argument -pthread -c -fPIC -fno-strict-aliasing -OPT:Olimit=0 -O2 -pipe -flto -ffat-lto-objects -fPIC -fuse-ld=lld -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fprofile-instr-generate -flto -g -I....