Maximilian Downey Twiss
Maximilian Downey Twiss
Fixes #9783. `lib/fixup.rb` could use more work, but this is a start. Also, `js91` is deprecated but the package file is still in-tree? Tested and working on `x86_64`. ### Run...
Removing `CREW_LINKER_FLAGS` was pretty simple, nothing of note there. However, I have marked this PR as draft to get additional feedback on the `CREW_CMAKE_FNO_LTO_OPTIONS` changes-- there's more manual modification than...
Tested (including fresh installs) and working on all architectures. ### Run the following to get this pull request's changes locally for testing. ``` CREW_REPO=https://github.com/Zopolis4/chromebrew.git CREW_BRANCH=gleam crew update ```
Behaviour changes: - Drop unused `generate_compatible` function. - Let docopt handle incorrect arguments. - Fix the docopt string for `crew update`. - Only mark the truly essential packages in `CREW_ESSENTIAL_PACKAGES`....
**Describe the bug** When removing a deprecated package, `lib/fixup.rb` removes the files, but does not remove them from the list of installed packages. This is due to an error in...
The CMake build option does not seem to have support for installing the built library, nor does it produce both static and shared libraries. Additionally, it also does not create...
Ideally we'd substitute the value of `sbindir` here, but autoconf makes this a much more complicated task requiring additional make targets which I have not been able to get to...
Applying #65 on top of latest master `62aed3d4cb02f36864ace03ecb89f8a200e311ca`, as I am unable to build otherwise: ``` not ok 24 docopt_get_values # (in test file ./docopts.bats, line 120) # `[[ ${#array[@]}...
# Defect Report ## Issue type - [x] Defect - Compilation or `make check` issue - Attach `config.log` and provide relevant system information such as `lscpu` - Make sure dependencies...
> [!NOTE] > The operations with constant results (i.e. `x * 0` will be implemented in a different cop, as they include patterns like `x - x` which will require...