-
Continuing a discussion in https://github.com/dfinity-lab/motoko/pull/1478#discussion_r420612402 where I wrote that I am worried a bit that we have no support for “key-value” maps, which is a pretty c…
-
Currently specifically says only Rust implementation, is that still accurate?
-
We have a `Blob` type, and it seems pretty clear that we need literals for that. Let's come up with a nice syntax and do it. I think we need two anders from @rossberg here:
Q1: Should we re-use str…
-
We capitalized filenames for all base library modules. But the MacOS file system is case-insensitive and case-preserving: the file system knows the file is capitalized, but will still locate the file …
-
* requires extension of the stable format (perhaps an extension of IDL) to preserve identity.
-
I would expect both of these tests to pass. The first does, but the second does not.
```swift
public func test1() : async () {
let n : Word8 = 0x40;
let i : Word8 = 7;
let expect …
enzoh updated
4 years ago
-
DWARF-5 spec mentions (in 7.5.5 Classes and Forms, p. 212, l. 6) that "`DW_FORM_sec_offset` is a member of more than one class". It can format the attributes `DW_AT_addr_base`, `DW_AT_stmt_list` and `…
-
When working on the stdlib docs, I have two questions, to be discussed (and hopefully quickly resolved) here:
1. Should module names be conventionally upper or lower case.
So far, we have been u…
-
### Application error
#### System
| | |
|------------ | -------------|
|Platform | win32 10.0.19043 |
|Architecture | x64 |
|Application Version | 1.5.8 |
|Process | renderer |
#### Message
Cannot re…
-
Reading through the responses we get through the issue responder we can quite confidently close this issue as the error is simply highlighting that the game is not installed correctly - probably remov…