You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
When running make_release.sh from a cloned repo like so sh dist/make_release.sh, or the mojo command directly mojo package ./stdlib_extensions -o ./dist/stdlib_extensions.mojopkg, I get the following error:
+ mojo package ./stdlib_extensions -o ./dist/stdlib_extensions.mojopkg
./stdlib_extensions/stdlib_tests/utils.mojo:21:1: error: no viable expansions found
def assert_equal(a: Stringable, b: Stringable):
^
./stdlib_extensions/stdlib_tests/utils.mojo:23:68: note: call expansion failed - no concrete specializations
raise Error("Expected " + str(a) + " to be equal to " + str(b))
^
/Users/ec2-user/actions-runner/_work/modular/modular/Kernels/mojo/builtin/str.mojo:120:1: note: no viable expansions found
/Users/ec2-user/actions-runner/_work/modular/modular/Kernels/mojo/builtin/str.mojo:132:25: note: could not simplify operator get_type_method(:regtype regtype, "__str__")
mojo: error: compilation failed: failed to run the pass manager
Environment:
OS: Mac Sanoma 14.2.1
Mojo: 0.6.3 (f58f8b94)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running
make_release.sh
from a cloned repo like sosh dist/make_release.sh
, or the mojo command directlymojo package ./stdlib_extensions -o ./dist/stdlib_extensions.mojopkg
, I get the following error:Environment:
OS: Mac Sanoma 14.2.1
Mojo: 0.6.3 (f58f8b94)
The text was updated successfully, but these errors were encountered: