-
Example lists: http://www.pyret.org/docs/latest/lists.html
```
> fold
> fold-while
The name fold-while is used but not defined at
interactions2: line 1, column 0
> lists.fold-while
> lists.fold
``…
-
### Describe the project you are working on
This applies for any project that enables the _Untyped Declaration_ warning to keep the code strongly typed.
### Describe the problem or limitation yo…
-
Dart null safety is coming soon. It will have stronger checks on types than older versions, in particular:
https://codewithandrea.com/articles/2020-06-22-implicit-downcast-no-longer-allowed/#disabl…
-
I try to compile this simple code:
```cpp
Color: @enum type = {
Black: = 0;
White: = 1;
}
main: () = {
colors: std::array = (Color::Black);
}
```
The C++ code is generated correc…
-
Consider returning something from this function - perhaps the logs or something which could be useful downstream. Doing this will help to chain together functionality here or where the function is imp…
-
**Describe the bug**
Filter: Library functions: Implicit CTORs/DTORs treated as library functions and omitted while this option ON
**To Reproduce**
Compiler: x64 msvc
Cmd: /Od /Ob0 /GS- /GR- /G…
sn00w updated
4 months ago
-
### Background & Motivation
Some context:
* https://github.com/ziglang/zig/pull/21056
* https://github.com/ziglang/zig/issues/72
* https://github.com/ziglang/zig/issues/21193
As can be seen…
-
I try to understand the semantics behind the **Properties** section in the XQFO spec. Here are some examples of existing functions:
1. `fn:format-integer`
> The two-argument form of this functio…
-
* imports
* the top level of a file should be in an implicit block
-
I’ve tried to compile latest released ksmbd version 3.5.0 for vanilla linux LTS kernel 6.6.44 with SMB_INSECURE_SERVER=y (SMBv1 support needed). The following errors occurred during compilation:
``…