-
From ["Highlights of what’s new in 0.6.16"](https://sdk.dfinity.org/docs/release-notes/sdk-release-notes.html#_highlights_of_whats_new_in_0_6_16):
> Some of the changes in the 0.6.16 are not backwa…
-
> ```
> wallet_receive: () -> (record { accepted: nat64 }); // Endpoint for receiving cycles.
> ```
> looks odd. The other side can’t, in general, be trusted, so you really shouldn’t let the other…
-
```
~/dfinity/motoko $ rlwrap moc
Motoko compiler (revision 0.5.6-5-g0eda2f951-dirty)
> let () = (true, false);
Fatal error: exception "Assert_failure mo_frontend/coverage.ml:301:4"
Raised at fil…
-
mo-doc generates two `value.next` in the adoc file:
```
asciidoctor: WARNING: Iter.adoc: line 73: id assigned to section already in use: value.next
```
-
Some of the .wasm files' name sections can't be parsed by parity-wasm. Here's the test program:
```rust
fn main() {
let file = std::env::args().nth(1).unwrap();
test_parity_wasm(&file);
…
-
# Feature Request
A native iOS and macOS client in SwiftUI.
# Much Deets
The team at Neutrino Labs would like to offer up resources to assist with and lead development effort on a native iOS and …
-
dfx version: 0.5.4
OS: Ubuntu 18.04
-------------------------------------------
Running "dfx start --clean" on a brand new project throws the following error, it may be useful to let the user k…
-
```
Stderr:
Ill-typed intermediate code after Desugaring (use -v to see dumped IR):
(unknown location): IR type error [M0000], subtype violation:
{caption : Text; chunk : Nat; createdAt : Text; …
-
I have a user who wrote the following code:
```
import Error "mo:base/Error";
shared ({caller = initializer}) actor class() {
public shared (message) func test(): async() {
if (message.…
enzoh updated
3 years ago
-
Execution team needs to add support and then Motoko team can enable them. We need to confirm that we have code generation, etc. (which we suspect we're missing because "why bother?").
We should mak…
ghost updated
3 years ago