-
Calling a rich comparison directly on an instance of an Int32-based `int` returns `NotImplemented` for subclasses of int. In CPython, the comparison succeeds. However, it works properly for `BigIntege…
-
@VNuhaan:
Dear Vincent,
below you will find your review remarks and my responses to them of
https://github.com/openETCS/SRS-Analysis/blob/master/System%20Analysis/GuideLines/Modelling_Guidelines.d…
-
## Marker traits
A trait with no functions can be used as a marker, and is auto-implemented in the following way:
```
trait trait_1;
type Type1 = i32;
impl Type1: trait_1;
```
## Trait ar…
-
Consider this program:
```haskell
import Data.Maybe (isJust)
threeTenths :: RealFrac a => Maybe a
threeTenths = if 1/10 + 1/5 == correctAnswer then Just correctAnswer else Nothing
where cor…
-
This issue is mainly for tracking the upstream counterpart (https://github.com/numpy/numpy/issues/14753) for compatibility purposes. However, there are unique challenges and opportunities in CUDA that…
-
# Proposal
## Problem statement
There is [`wrapping_shr`](https://github.com/rust-lang/rust/blob/2560b80a08597e4192aa3ee5a4670e36a5e4a7dd/library/core/src/num/uint_macros.rs#L1439) and [`wra…
-
### Steps to reproduce:
1. Open attached document in Adobe Reader dc.
2. Notice that current page is announced as 0 of 14.
### Actual behavior:
Current page number is announced as 0 which makes no…
-
[Bug 17672 - seq.Date should accept to,by,length.out (i.e., no need for from](https://bugs.r-project.org/show_bug.cgi?id=17672)
The idea is for this to "just work":
```r
seq(to = Sys.Date(), le…
-
## Overview
It would be nice to have a module in `stdlib` that provides functions for computing means,variances, medians, ... of vectors, and of rows (columns) of 2D-arrays (at least).
E.g.,
```f…
jvdp1 updated
4 years ago
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#5025
From: @JasonGross
Reported version: 8.5
CC: coq-bugs-redist@lists.gforge.inria.fr