-
| | |
|--------------------|----|
| Bugzilla Link | [PR10314](https://bugs.llvm.org/show_bug.cgi?id=10314) |
| Status | REOPENED |
| Importance | P norma…
-
Setting bits is very verbose, I propose some shortcuts like for example:
c.Set(1, 2, 4, 6) or c.SetMultiple(1,2,4,6)
and
c := &bitset.BitSet{1,2,6,6}
rusco updated
9 years ago
-
Hello, i went through the the code and rewrote it a bit as an exercise for late night :)
Feel free to throw it away if you want to.
My main idea was, on modern x86_64 machines processing uint64_t at…
-
_Submitted by:_ **meijeru**
``` rebol
on all types on which an integer path expression is allowed, pick works as well, e.g. with b: [x y z], b/1 == pick b 1
```
``` rebol
on the other hand, pick wor…
-
Per the OZW 1.6 Release Notes on the new [BitSet ValueID](https://github.com/OpenZWave/open-zwave/wiki/OpenZWave-1.6-Release-Notes#bitset-valueid)
Need to ensure that the BitSet ValueID is supporte…
-
- [x] #11
- [x] Get rid of static variables, such as [vector `illegal vertexes`](https://github.com/mishashevelinn/Project/blob/ed93cbe6d263c5b533f803367bc415b52a57e60b/Algos.h#L19)
- [x] Simplify g…
-
Startup hangs during the configuration phase.
```
uname -a
Linux b13616774d0e 4.4.0-72-generic #93-Ubuntu SMP Fri Mar 31 14:07:41 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
```
```
docker vers…
-
### General idea: review public interface and suggest things we should deprecate
- also check files associates with specific interfaces to see if there is accidental public stuff we didn't think abou…
-
_Submitted by:_ **meijeru**
PICK takes due account of the negative specification, but POKE does not, it treats the bitset as specified positively!
``` rebol
>> pick charset [not "a"] #"b"
== true
>>…
-
This throws an exception, which is not at all expected or expectable when looking at the Set interface.
```scala
val s: collection.immutable.Set = collection.immutable.BitSet(1,2,3)
s + -1
```
…