ratijas

Results 107 issues of ratijas

## Summary This is feature request to include aliases for commonly used aura operations (e.g.: search, install, remove, inspect etc.) primarily for bash and zsh. ## Description Oh-my-zsh, despite being...

## Summary Package from repository with exact match by name takes precedence and hides possible "provided" matches from AUR. ## Description Take a look at zsh/aura session in Konsole on...

enhancement

## Summary Installing one AUR package may actually install multiple as explicit. ## Description If one PKGBUILD describes multiple packages/targets at once, aura forces installation of all those packages, not...

request

## Summary Aura does not consider `provides` section of AUR package during dependency resolution when an exact match exists in Arch repositories and custom version range is specified. ## Description...

4.0 Autofix

In zsh, aura auto-completion for `aura -S` only works with on a per-repository level. When I type in `aura -S` and press Tab, it only shows repositories. Furthermore, If I...

## Description Attempt to remove tag-specific dotfiles via `rcdn -v -t some-tag` removes host-specific files. I have `HOSTNAME` set in my `.rcrc` config, but it does not seem to matter....

In the generated cpp_closures.cpp, every chunk of code copied verbatim from `cpp!([]{})` content is preceded by `#line` pragma and a line with an inconsistently large amount of spaces. Which probably...

## Summary I want to evaluate C++ code at compile time, and use produced values in const-expr contexts Rust which is a more strict requirement than just any rvalue. ```rust...

## Summary As a user of `cpp!()` library, for whatever reason, I may want to write this: ```rust cpp!(unsafe [n as "int"] { rust!(#[allow(unused)] Rust_myCallback [n : i32 as "int"]...

In the current state, this crate works with Rust 2015 only under a specific conditions: explicit `extern crate core;` must be added to the top of the project's main file...