-
The current Starling type system, which insists on expressions being partitioned into strongly typed classes of sub-expression, may become very unwieldy as we add _n_-ary arrays. We need to consider …
-
This is a feature request. Around a year ago I started using Swoole for custom projects. I have created a native Enet (https://github.com/lsalzman/enet) server extension and a WebRTC datachannel serv…
-
Hi. I found a weird behavior of ineritance and I don't know if this is the expected behavior or not. The issue is relative to the instanceof operator. When the declaracion/creation is inside a script,…
-
From https://medium.com/netflix-techblog/our-learnings-from-adopting-graphql-f099de39ae5f:
`Once we defined the entities in our GraphQL server, we use auto codegen tools to generate TypeScript types…
-
```
The type system needs to be improved, implemented, and tested. Some ideas
for possible changes in the type system are stored in the wiki at [[DataTypes]]
```
Original issue reported on code.goog…
-
There are a few topics that you need to read to get your head around the CWL type system. Many of these are located in separate parts of the specification, which do not link to each other. These topic…
-
```
any
obj
function
val
num
int8, int32, ..
uint8, uint32, ...
float32, float64,
bool
```
Generics should not be covariant, i.e. Array != Array. This…
-
It's not likely that there needs to be a Segment typeclass. This should probably be refactored out, for now, and added later if it is needed.
-
I'm not sure, which is why this is an issue instead of commit.
> Complex types involving satisfies are not checked inside a function body, only at its boundaries.
(it's somewhere at the end). Ok…
-
#### making it work
- [x] `class Block` needs to store all of the ports in a `map` so that debugging/GUI code can easily iterate over all ports and determine their names and types
- [x] `Block` subcla…