Kari Argillander
Kari Argillander
I might try to do this. Just making notes here so if I will not do this maybe some othe will benefit. So these should be valid. At least we...
What about these situations ``` int_array : ARRAY[0..2, 0..2, 0..2,] OF INT := [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,]; bArray : ARRAY[0..7,] OF BOOL := [8(FALSE),]; a : ARRAY[0..3,] OF INT := (1, 2, 3,...
Please say if we example still want to expose ParserEngine. I will try to make necessary changes for that. I do not remember exactly if that would be easy as...
Ok I also found something else strange of icompare. This does not return 0 with size of 0. ```c++ template int icompare( const S& str, typename S::size_type pos, typename S::size_type...
There is lot of spam bots 😳
There is already wrapper library https://github.com/Green-Mod/bacnet-stack-rs And there is also this https://github.com/bacnet-rs/bacnet-rs which seems pretty good starting point.
Did you manage to solve your build problem?
I would still wait quite bit of this right? At least I would like to get couple things done before this. Const correctness would be nice that it is at...
As this is marked to v1.4.0 do you want that I create separate PR for those couple fix commits so we get those in before that?
Ok. This can definitely wait. Those fixes are so small so they they can also wait that short time. And please go ahead and merge any big change before this....