Nenad Rakocevic

Results 5 issues of Nenad Rakocevic

``` a: as-float32 keep 40800000h probe a i: 40A00000h a: as-float32 keep i probe a ``` outputs: ``` 1.08213e+009.0 1.#NaN ``` Expected result is: ``` 4.0 5.0 ``` Platforms: All.

type.bug
status.reviewed

@meijeru commented on [Tue Apr 18 2017](https://github.com/red/red/issues/2595) 1. `charset` is shorthand for `make bitset!` except it does not cover `make bitset! `. This does make sense since `charset` suggests we...

@meijeru commented on [Sun May 14 2017](https://github.com/red/red/issues/2685)

@meijeru commented on [Tue Apr 18 2017](https://github.com/red/red/issues/2595) 1. `charset` is shorthand for `make bitset!` except it does not cover `make bitset! `. This does make sense since `charset` suggests we...

``` >> insert/dup "" #"a" 1e2 *** Script Error: insert does not allow float! for its count argument *** Where: insert *** Near : insert/dup "" #"a" 100.0 *** Stack:...

status.impending
type.review