-
### Description
Compiling fpm with the NAG Fortran compiler currently fails.
- [x] work around compiler error encountered in NAG for `fpm_command_line.f90` (https://github.com/fortran-lang/fpm/p…
-
In some generic code
https://github.com/yaahc/errtools/commit/bac775562e3450ac085b33dab3b7d35d2b12dc46
I encountered an error that I expected, but a diagnostic that I did not. Specifically I ha…
yaahc updated
8 months ago
-
probably by impementing `serde::Serialize`
-
When I try to compile this code with the Fujitsu compilers, I encounter an error.
```
/opt/FJSVxtclanga/tcsds-1.2.40/bin/frtpx -I/home/ra000009/data/u10035/devel/toml-f/build/include -c /home/ra00…
-
serde_json supports enums:
| Kind | Enum field |
|--|--|
| Unit | `"field": "Unit",`
| Newtype | `"field": { "Newtype": 42 },`
| Tuple | `"field": { "Tuple": [42, "answer"] },`
| Struct | `"fiel…
-
For the state tests I'm defining only a Bitfield reader but it apparently triggered issues:
```
WRN 2019-04-30 14:36:39-06:00 Error while handling RLPx message topics="rlpx" tid=6523 err=…
-
I'm one of those poor souls that rely on Python ability to json encode/decode IEEE 754 infinity and nan, see [*Infinite and NaN Number Values*](https://docs.python.org/3/library/json.html#infinite-and…
-
This is the result of some research in regards to passing JavaScript data into WebAssembly.
Currently the best integration between a language that targets WASM and a language outside WASM (a host l…
-
For my project, I've been working on and implementing my own type ([Properties](https://gitlab.com/tsukurou/tsukurou/blob/8fd681e5910444d40206df839dce34c5c558673b/src/properties.rs)) that is very simi…
-
Considering the following toml file:
```toml
[package]
authors = [ "me", "I", "myself" ]
name = "proj"
version = "0.0.1"
[profile]
```
After loading and saving it with the following code…