Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

make_release.sh does not work #68

Open
tristanbiesecker opened this issue Jan 21, 2024 · 0 comments
Open

make_release.sh does not work #68

tristanbiesecker opened this issue Jan 21, 2024 · 0 comments

Comments

@tristanbiesecker
Copy link

tristanbiesecker commented Jan 21, 2024

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant