-
Can you please help? The bellow example works fine when using version 1.1.3 but it does not work when using version 1.1.6.. Can you please let me know what i am missing?
Thanks!
```
FROM rodol…
-
If I mock a class with a final `equals()` method, the `equals()` method doesn't get overridden/mocked, potentially causing a stackoverflow error if something in the `equals()` method references a meth…
-
```
Hi all,
to achieve the mock "anzeige" returning an Optional, I was programming it like
this:
when(anzeige.wähleAus(anyList())).thenReturn(Optional.
absent());
This works but the test sporadica…
-
```
Hi all,
to achieve the mock "anzeige" returning an Optional, I was programming it like
this:
when(anzeige.wähleAus(anyList())).thenReturn(Optional.
absent());
This works but the test sporadica…
-
Hi,
My test file looks like this with some other tests stripped out for readability:
```
describe 'Cookbooks' do
describe 'TestRunner' do
include RR::Adapters::RRMethods
before(:each) d…
-
If you surround something with square brackets in a comment, it creates a link to the defunct jbovlaste wiki, and if you click it, it just tells you to go away. We should just remove the square bracke…
durka updated
10 years ago
-
Thanks alot for this repo + white-label @stemmlerjs , I've learned a ton of how to deal with complexity in enterprise applications.
After applying some of the principles in a personal project, I wa…
-
The no-op `liballocs_dummyweaks.so` library is no longer necessary, for at least the following reasons.
- The BFD linker provides `-z dynamic-undefined-weak`. So we can just make the symbols weak, …
-
## Expected behavior
`package-get-version` was recently used in `CIDER` to simplify the logic to retrieve the current CIDER version.
It should return the CIDER package version as set in the `cid…
-
Might have missed something but so far I think the following is happening:
Rust `intrinsics::sinf32()` is substituted with C `sinf()` which itself seems to be substituted inside CBMC.
This code do…