-
Some sv-benchmarks are preprocessed using glibc. Symbiotic doesn't seem to understand glibc's expansion of `assert` macro.
It looks like this: `__assert("", "sources/sys/sv_comp.h", 5, "0"));` where …
-
**I'm arguing that defensive programming (in the traditional, non-offensive-programming sense) should be avoided in non-mission-critical situations. This includes our current CS2103/T project.**
_…
-
```
13/46 Test #13: unit_tests:Overlapping SpaceInstances ..............................Child aborted***Exception: 0.29 sec
Cuda ExecSpace Error: MDRange tile dims exceed maximum number of thread…
-
`MDRangePolicy` has a `static_assert(rank > 1, "Use RangePolicy for rank 1")`, which hinders genericity. Christian and I agreed that constraint should be lifted
-
As discussed, we should introduce _assertions_ in the metamodel, that is, checks that are evaluated at run-time.
The first concrete example of this is to assert that messages are handled within a s…
-
This is related to a bug we saw with the PMI library (https://github.com/dmtcp/dmtcp/commit/a7556cc01bd87c66bb9ebe4def5ca77722e6676d). (In fact, we have seen a related issue with Bionic libc). The res…
-
When building with the debug version of Qt libraries, assertions are enabled. It seems we get an assertion when several Features are closed. For example, AFC.
The assertions are of the form:
202…
-
**Describe the bug**
The pull request https://github.com/mesonbuild/meson/pull/12683 introduced passing assertion modes when ndebug is not set. IMO this is incorrect behavior as ndebug is supposed …
-
Since recently, an IllegalArgumentException is thrown on starting mmj2. The start of the application is aborted afterwards:
Here is the stack trace from the cmd console:
```
I-UT-0015 **** Proc…
-
Hi,
I want to write a check that needs to know a lot of information about the codebase and knowing just the context of the current class/file is not enough... I need first to scan the whole codebase…