Andreas Baumann

Results 28 issues of Andreas Baumann

``` ━━━ Test.Hedgehog.Text ━━━ ✓ prop_show_append_size passed 100 tests. ✓ prop_tripping_append_size passed 100 tests. ○ 2/4 complete (running) test: Enum.fromEnum{Int64}: value (-9223372036854775808) is outside of Int's bounds (-2147483648,2147483647) Test suite...

bug

go test arduino.cc/... fails on 32-bit Intel with: ``` Warning: Board my_avr_platform:avr:mymega doesn't define a 'build.board' preference. Auto-set to: AVR_MYMEGA Warning: Board my_symlinked_avr_platform:avr:mymega doesn't define a 'build.board' preference. Auto-set t...

type: imperfection
topic: code

version 0.3.2 ./configure --prefix=/usr --enable-gtk-doc make results in: ``` warning: failed to load external entity "../xml/tree_index.sgml" ../keybinder-docs.sgml:26: element include: XInclude error : could not load ../xml/tree_index.sgml, and no fallback was...

I get: ``` check_icmp.c: In function ‘finish’: check_icmp.c:1223:28: warning: floating constant exceeds range of ‘double’ [-Woverflow] 1223 | (targets > 1) ? host->name : "", (host->rtmin < DBL_MAX) ? (float)host...

Preliminary support for the Quite Ok Image format, see https://qoiformat.org/. Due to the simplicity of the format we don't need a library as such. Currently there are some issues: -...

Experienced on Archlinux32 (32-bit Intel): ``` ../../../JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/cpu.c:250:3: error: ‘__sigemptyset’ was not declared in this scope __sigemptyset(&sigill_sse.sa_mask); ^~~~~~~~~~~~~ ../../../JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/cpu.c:250:3: note: suggested alternative: ‘sigemptyset’ __sigemptyset(&sigill_sse.sa_mask); ^~~~~~~~~~~~~ sigemptyset ``` __sigemptyset is an internal...

### Describe the issue On IA-32 floating point literals are internally different, so a simple string compare with Print is not portable: ``` ~/googletest/googletest/test/googletest-printers-test.cc:464: Failure Expected equality of these values:...

`nm check_curl | grep print`: ``` 0000000000005580 T print_help 000000000000b470 T print_revision 000000000000d500 T print_thresholds 0000000000005430 T print_usage ``` Is there a particular reason why we use this style: ```...

You know, just for fun. :-)

Hi, I started a branch in https://github.com/andreasbaumann/cpm65/tree/apple2_plus to tackle older Apple machines with 40-column displays only (or later some Videx 80-columns card). I can report that CP/M-65 runs just fine...