-
While wrapping a C++ type that provides operator+ breaks the REPL in a very unexpected manner. For example using the `?` to get the help of a entity, the wrapped operator is selected by the multiple-d…
-
Projection to Boolean of Equals comparator of a Enum property (that has custom ValueConverter to string) with one of possibles values of Enum translates to SQL with the new XOR ('^') operator implemen…
-
### Feature Request: Add Entity Validation and Testing
#### Description
Implement a validator for entities in the **Sankhya-SDK-dotnet** repository to ensure compliance with the following constr…
-
### Example
```nim
type
Box*[T] = object
when sizeof(T) != 0: value: int
Obj* = object
_*: Box[RefObj]
RefObj* = ref Obj
```
### Actual Output
```
PS C:\Users\shaya\Do…
-
# The design space for extensions
Let's put the current proposals for extensions in a broader context, and compare their pros and cons.
## Background: How we got here
The competing approaches and p…
-
This issue is a placeholder for the issue that the spec itself admits. Let me quote the section on [Type Annotations](http://web.cecs.pdx.edu/~grace/doc/lang-spec/#type-annotations), which concludes…
-
The static types now look like this:
```
type Something = rt.Static
```
They are not exported by default. The static types are not used inside the generated code, so it might make sense that t…
runeh updated
3 years ago
-
Hello,
I just updated from version 0.13.0 to the latest version, and I've encountered compilation issues with some of my code. Below is a short example of the code that successfully compiled in ver…
-
After we do this, we should be able to remove all the gcc unused-variable warnings.
-
I noticed that while `flux`'s assumption about parametricity mostly holds, it has potential issues with downcasting. `flux` does seem to notice that type parameters with an explicit `T: 'static` bound…