-
The only issue that I could _find_ about operator overloading currently #19770, although it's currently closed and doesn't have many details.
# Goal
Operator overloading should be used to creat…
-
This shouldn't allow overloading, and should just be treated as syntactic sugar. Of course, functions that use patterns should be consistent and have a bottom-definition / should be exhaustive. Exampl…
-
A user reported that kafka consume as a stream table with `ALL_PARTITIONS_SEEK_TO_BEGINNING` was causing out of memory errors with a 48GiB heap.
There are two current theories
* There isn't prop…
-
The file stream class has already been quite improved with #397 , but we can do more.
## `file_stream`
- [ ] Rename to `adiar::istream` and `adiar::levelized_istream` to better match *std*.
- […
-
```
Type
mc = Class
FObjectList : TObjectList;
Function GetObjByName(Index : Integer) : TObject;
Begin
End;
Function GetObjByIndex(Index : String) : TObject;
Begin
End;
Property…
-
On behalf of #79, add a new keymap for toggling quotes, perhaps ~~`ytq` for "you toggle quotes"~~ `tsq` for "toggle surrounding quotes. For example in the buffer:
```lua
local str = "This seems to b…
-
Investigate syntax and convert a few use cases to using types. I don't foresee any issues.
I do remember thinking function overloading or something akin to template specialization from C++ could si…
-
The language features that need to be implemented (in roughly that order):
* [x] https://github.com/nim-works/phy/pull/35
* [x] https://github.com/nim-works/phy/pull/36
* [x] https://github.com/nim…
-
kode tugas pertemuan 4 sama sekali **tidak** menerapkan polymorphism manapun
-
After checking out some other implementation. I believe that your implementation of an operator overloading is finally correct, easy to integrate and totally robust. I personally dislike adding flags …