-
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
### Here is what I did:
```
pytest openfisca_core openfisca_web_api --maxfail 0 --continue-on-collection-errors --qui…
-
I tried this code:
```rust
/// ```
/// type Y = ();
/// mod m {
/// use super::Y;
/// fn f() -> Y {}
/// }
/// ```
pub struct X;
```
in `lib.rs`.
I expected to see this hap…
-
https://dev.azure.com/MSRC-CCF/CCF/_build/results?buildId=87021&view=logs&j=b6a3fffa-f95e-580b-9bcb-4ae7d4681578&t=7439823f-f6a2-5514-9be9-467f4c602fdd
```
26: Test command: /CCF/build/channels_te…
-
Zig version: 0.13.0
Os: Windows 10 64bit
Running `zig build serve` results in a lot of errors like this:
```
error: the following command exited with error code 1:
C:\Users\...\www.ziglang.org\…
Atomk updated
2 months ago
-
@liudonghua123 commented on [Wed Jun 03 2020](https://github.com/dart-lang/language/issues/1004)
I used `doctest` in python (https://docs.python.org/3/library/doctest.html), javascript (https://githu…
-
Doctests require a separate compilation per test, which is slow and uses immense amounts of RAM if allowed to run in parallel.
-
It would be nice to show the number of doctests that passed or failed in the test summary as in other tests, e.g. (https://docs.julialang.org/en/v1/stdlib/Test/#Working-with-Test-Sets-1)
```
Test Su…
-
Ideally we would be able to show output from random processes in our documentation. To do this we need it to be a doctest. unfortunately attempts to set the seed across OSs don't seem to be stable so …
-
```
18: Test command: /__w/1/s/build/indexing_test
18: Test timeout computed to be: 10000000
18: terminating with uncaught exception of type std::logic_error: Looks like a permanent loop
18: [doct…
-
This was not-fixed by https://github.com/istio/istio.io/pull/15474#issuecomment-2258801446
(but the fact that we had a commented "make sure we nuke the env because preceeding tests aren't cleaning …