-
Using Love2D is nice and all, but I want to see this emulator being put to the test. CC/OC provide one of the harshest (IMO) Lua environments there is, with text graphics, suckass threading and more i…
-
Main.sc
*******************************************
Comment:War Drum plague? Check if the script does what this says in OG if not, it's a plague.
// WD_SCRIPT_BYPASS // now activates when you mis…
-
### Description
While working with some embedded code I noticed compilation errors from liberal use of templates. The minimal repro below shows the issue. The `double` template causes the `value` t…
-
### Description
```nim
import std/[sequtils, macros]
type
Future[T] = object
InternalRaisesFuture[T, E] = object
macro Raising*[T](F: typedesc[Future[T]], E: varargs[typedesc]): untyped …
-
Vad kan göras med KB:s tidningsarkiv och svenska Riksdagsmän [se fråga till KB 2023 jun](https://feedback.blogg.kb.se/forums/topic/lankmodell/)
* vi har nu i [Wikidata > 4400 Riksdagsmän 1:a 2:a ka…
-
### Description
When compiled following code, AssertionDefect was raised.
```nim
type
DisInt = distinct int
proc `[]`[N: static int](a: array[N, int]; i: DisInt): int =
a[i.int]
pro…
-
### Description
```nim
proc `++`(n: var int) =
n += 1
type
r = range[ 0..15 ]
var a: r = 15
++a
echo a
```
this code should have thrown an error because I'm trying to ass…
-
Since MASOS is required for running Wavsyn, I think I should add the option to create disks with MASOS on them instead of the regular OS v3.2. It should workout the same, disk format/layout-wise.
-
- [ ] `int128_t`
* the compiler's implementation of Int128 could just use `__int128` or `int128_t` for compilers that support it (most compilers nowadays; TODO: what about MSVC?); should be faster
…
-
### Description
The following simple program fails to compile at the C compilation stage. No errors at the nim compilation stage are shown:
```nim
proc dummy*[T: SomeNumber](a: T, b: T = 2.5): T …