Claudio Russo

Results 150 issues of Claudio Russo

Inference for actor class bodies is weaker than inference for actors? ``` import { debugPrint } "mo:prim"; actor class () { debugPrint("ohoh"); // produces error cannot infer type of forward...

typing

See https://github.com/dfinity/interface-spec/pull/230

It looks like mo-doc describes let-bound function values as just values, not functions, which maybe should be changed. It also seems to partially document private functions in objects (maybe slightly...

Used to debug issue https://dfinity.atlassian.net/browse/SDKTG-319. Using this branch, when compiling https://github.com/luc-blaeser/dfx-long-building I get the following output: ``` crusso@vm:~$ cd dfx-long-building/ crusso@vm:~/dfx-long-building$ dfx build -vvvv Trace mode enabled. Lots of logs...

Nit: `dfx new --no-frontend` generates an unused _assets folder and canister. ``` crusso@vm:~/random_maze$ dfx --version dfx 0.7.0-beta.6 crusso@vm:~$ dfx new --no-frontend random_maze Fetching manifest https://sdk.dfinity.org/manifest.json Creating new project "random_maze"... crusso@vm:~$...

bug
triaged

Using code from https://github.com/dfinity/motoko/pull/4400 which incorporates but disables tagging, wideing scalars to their original width. To see ramifications of checking the tagging feature in, but gated off, until future use.

profile changes in https://github.com/dfinity/motoko/pull/4369 (rtti for scalars)