Michael Lill
Michael Lill
@Deleplace could please clarify what is meant by "most widely used"? F# is in the TOP100 of Tiobe-Index for example.
Turns out `memset_s` is poorly supported. Libsodium does it like this: https://github.com/jedisct1/libsodium/blob/be58b2e6664389d9c7993b55291402934b43b3ca/src/libsodium/sodium/utils.c#L78:L101
same for?: `is intrinsic` `is intrinsic_constructor` `is abstract` `is native`
Code has meanwhile been changed.
@maxteufel That would have been good to add in the first place. ;-) Thanks for pointing this out: ``` for i in 1..2 do until i > 3 else false...
updated example: ``` String.mysubstring(from, to i32) String => ref : String redef utf8 Sequence u8 => [] say ("abCDEf".mysubstring 2 5) ```
fixed by #3049
update example: ``` ex => str(U type) ref is a U => abstract b(V type, c V) str V => ref : str V redef a V => c say...
@maxteufel It should work similar as type inference for e.g. `i32(val i32) is` We may have to wrap the numliteral and generate a call to the feature e.g. for `wait...
Disabling these warnings seems a bit unsatisfying to me. The question is how to handle it better? What happens when fzC_a is called and `fzCur` is assigned to `->fields`. Is...