-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Resolved Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|Unresolved Failures|gcc|g++|gfortran|Previous …
-
I might be missing something but I can't figure out how to load a module that has a set of imports that look like this:
```
(import "env" "myfunc" (func $myfunc (type $t1)))
(import "wasi_uns…
-
```
What steps will reproduce the problem?
1. compile the sample program and library for uCLinux with cross compiler
m68k-ucLinux-gcc ( m68k-uclinux-tools)
this is done for example :
# /usr/loca…
-
Hi,
I'm getting intermittent system freezes on multiple new Raspi B+ V1.2 boards
running Raspian / Linux 3.18.7+ and the actual module driver.
SysRq doesn't work; no kernel dump, nothing logged.
Fol…
-
I'm not sure I follow what you say when you write `A function always has exactly one parameter, and returns one result.`. Functions can have multiple arguments:
```
(* In the REPL *)
utop# min;;
- : …
-
I am experimenting with how to enable stack scanning based garbage collection of a managed language in WebAssembly.
With the `emscripten/stack.h` API that we added some time ago, we are now able to…
-
Great work so far.
However one thing that would help tremendously is to have a (family of) utility function to look up values by a given key - right now I'd have to iterate through a linked list o…
-
I have read check documentation: https://checkstyle.org/checks/misc/indentation.html
I have downloaded the latest checkstyle from: https://checkstyle.org/cmdline.html#Download_and_Run
I have execute…
-
```
Apr 02 12:46:05 iptables_removeall.sh[650]: Bad argument `MINIUPNPD'
Apr 02 12:46:05 iptables_removeall.sh[650]: Try `iptables -h' or 'iptables --help' for more information.
Apr 02 12:46:05 ipt…
-
The `%!` element in format strings doesn't produce a proper flush on the underlying channel. It is not clear to me whether the flush is just plain out not happening, or whether the flush happens just …