-
Motoko's asserted `ic00` type in `internals.mo` no longer coincides with that of the spec, e.g. `create_canister` now takes a record argument but Motoko still just assumes a unit argument. I've just a…
-
The public spec supports an `arg` argument of type Blob during an `install` request. We need to support this in the CLI as well.
ghost updated
3 years ago
-
https://sdk.dfinity.org/docs/base-libraries/array#flatten
I believe the method signature should be
`func flatten(xs : [[A]]) : [A]`
-
After #2362, as per https://github.com/dfinity/motoko/issues/1824#issuecomment-776044021:
* [x] https://github.com/dfinity/motoko-base/pull/214 base: remove word modules
* [x] https://github.com/d…
-
While testing #2663 I also looked into one-way sends and their reject semantics. I observed that the success callback wasn't called. To replay, revert 5b76ab1663b21c5dfcc383b77050f1a25c7b7fdd and chan…
-
repro:
Compiler incorrectly rejects type abbreviations as cyclic. Eg.
```
import QR "canister:qr";
actor {
/* BUG: rejected as cyclic
type ErrorCorrection_ = QR.ErrorCorrection;
type …
-
**User Story**
While working on my new blog article about kubermatic and hetzner I found a few issues, that created the feeling that Hetzner support in Kubermatic is not yet stable.
You can find…
-
Motoko produces convoluted idl for type renamings - should we do some path compression for long chains of eta-expanded defs?
For example, from https://github.com/enzoh/motoko-qr, file QR.mo:
```…
-
When can we expect 64-bit memory indexes? Guesses are welcomed
Specifically, such that [Internet Computer canisters can use more than 4 GB of memory](https://forum.dfinity.org/t/abstract-away-the-…
-
This is not an _issue_ (or bug), so much as a short report of my recent experience using Vessel, as a Motoko programmer trying to separate a large repo into several smaller ones.
Overall: This tool…