Ola Söder

Results 49 comments of Ola Söder

@sba1 > How about moving this discussion to somewhere else? Github discussions at our adtools group comes into my mind. This would be visible then to @adtools/developers as well. I...

@kas1e, @obarthel and @sba1 I think the whole point of having a hobby is to do something that is as far away from work as possible and doesn't involve stress....

Indeed, autotools can create confusing butterfly effects. I looked into the details of how libstd++ is configured today. The plan is to do a fully stubbed (as in full (almost...

Yes, I don't understand why the OS4 newlib is kept in-house. They could get work done for free if they would publish it. clib2 is the most reasonable solution as...

Please open a PR in clib2. It would be great if we could fill the gaps there.

This would be extremely useful for running automated tests.

Is this a problem with the bool:s? What happens if you cast 'back' to bool? e.g: h_copyfile(contxt, src, name, (bool) back, ....)

Yes, we can ignore that since we're not using 'back' as a pointer in h_copyfile, it's just a "is this NULL?" test. You could also replace 'back' with 'back ?...

Remove and rollback to whatever was there before (if anything).

Can you dump the preprocessor output? Looking at the VBCC docs, '-E' seems to the way to do it.