-
Original Issue: apache/pulsar#3115
---
#### Expected behavior
JSONSchema should works with generic (parameterized type) POJO/DTO. No exception at runtime, or at least update documentation/errorM…
-
GLM has now a lot of nice generic features that makes it easy to write new semi generic functions on top of it.
discrete is still lacking support for several extensions, there are several issues open…
-
### Describe the project you are working on
Simple 2D games for internal companies.
### Describe the problem or limitation you are having in your project
GDScript lacks of something like c++ STL li…
-
This feature request is for allowing operator identifiers to be used as fields of a struct.
The motivating example for this is the simulation of typeclasses using implicit parameters.
For exampl…
-
### Go Programming Experience
Experienced
### Other Languages Experience
C, C++, Python, Rust, Haskell
### Related Idea
- [ ] Has this idea, or one like it, been proposed before?
- [ ] Does this …
-
I think now we can't because base functions are removed in the code.
If we demote the base package, it could be shown as an external reference rather than hidden.
The doc should mention that {base} …
-
As a Chapel programmer, I want the ability to utilize constrained generic interfaces because of their value in documenting a library routine's expectations of its arguments, making generic libraries t…
-
```lua
local type nilable = T | nil
local function divide(a: number, b: number): nilable, nilable
if b == 0 then
return nil, "division by zero"
end
return a / b, nil
end
…
-
Requested feature: Command-line flag to change model target or environment
Use case: Proving certain errors don't happen on non-host targets
I have code that does some operations done that I be…
-
### Summary of Problem
The compiler crashes with internal error:
```
error.chpl:5: internal error: AST-EXP-0409 chpl version 1.24.1
```
### Steps to Reproduce
**Source Code:**
```ch…