-
Migrated from [rt.perl.org#122482](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=122482) (status was 'new')
Searchable as RT122482$
p5pRT updated
2 years ago
-
Regarding this program:
![image](https://user-images.githubusercontent.com/11575415/104647376-9c11d780-5666-11eb-9b96-4eaf9b048db0.png)
The user defined code currently emits fclose(fp); and the …
-
From the definition of [--math-runtime](https://github.com/flang-compiler/f18-llvm-project/blob/fir-dev/flang/lib/Lower/IntrinsicCall.cpp#L892-L900) from `bbc`, I get the impression that it's geared f…
-
### Description
setuptools recently added a distro-config file for distutils (see e.g. https://github.com/pypa/setuptools/pull/2896). pkgsrc uses this feature.
pip does not copy this file to its ove…
-
**Do you want to request a _feature_ or report a _bug_?** Feature.
**What is the current behaviour?** Versions can be nested or flat with no solution.
**If the current behaviour is a bug, please …
-
The following program (based on the Rust version from [here](https://github.com/rust-lang/rust/issues/114479#issuecomment-2072945866), which is based on @comex's example from a different issue; they g…
-
I love this package and use it wherever I can, as I love functional programming. The only thing that bothers me a little is the lack of documentation.
Would'nt it be a nice idea to document the cod…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20998](https://bugs.llvm.org/show_bug.cgi?id=20998) |
| Status | NEW |
| Importance | P normal |
|…
-
It does not seem one needs any of the following to link:
`$(HTSLIB)/libhts.a -lcurses -lm -lz -lpthread -lcurl -lssl -lcrypto`, only `-lbam` is needed.
-
## 🚀 Feature request
### Current Behavior
the function you pass to `D.refine()` (as well as `t.brand()`) is a type guard function, returning true or false. This means that there isn't an API to …