-
```
What steps will reproduce the problem?
1. direct installation with pip3 or easy_install returns a problem with `print`
2. after translation of the code with `2to3` the problem with `_bitarray.c`…
-
### Run Information
Architecture | x64
-- | --
OS | Windows 10.0.18362
Changes | [diff](https://github.com/dotnet/runtime/compare/a4a49f07fbf986d496ef57521e76b22caaf9bfb3...ccd701fe23f236755650a…
-
Hi I had a question regarding the safety of `remove_alias`. The safety explanation is a bit hard for me to understand. Especially this part:
>You must consume the adapted iterator in a loop that does…
-
I have triggered a compiler crash when pattern matching on bit arrays.
## Versions
Gleam version 1.2.1
OS: Ubuntu 22.04.4
## Steps to reproduce
```
$ gleam new bit_array_crash
$ cd …
-
It seems that type checkers give ```frozenbitarray() & bitarray() -> bitarray``` etc., whereas the implementation gives frozenbitarray. The implementation is a nice feature when one knows about it, an…
-
Currently BitArray.to_s is outputting in the format `BitArray[00000]`
https://github.com/crystal-lang/crystal/blob/f0901e1c825de1095d77998ffe8890bfca66def0/src/bit_array.cr#L212-L226
It would be…
-
Actually a lot of things dont work:
- `extend` somehow breaks during broadcast. broadcast should always work so this is two problems
- `mask` fails with a not `isbits` field in a closure
- `trim`…
-
The broadcasted not operator `.!` (new in 0.6) is returning results with unexpected type when used directly on expressions containing a `DataArray`, e.g.
```julia
isa(.!isna.(x), DataArray) == true
…
-
Al correr el comando sudo make install, aparecen varios errores lo cual impide instalar las commons en el sistema, les paso a mostrar los errores
```
so-commons-library git:(master) sudo make all
…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [4602f78bd93f14be24d2e89afde28e9f5ba5a33c](https://github.com/dotnet/runtime/co…