Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant