msaelices
msaelices
MModular
Created by Caroline on 9/5/2024 in #community-showcase
Modverse #42 is out!
Now it's fine. Thanks
13 replies
MModular
Created by Caroline on 9/5/2024 in #community-showcase
Modverse #42 is out!
No description
13 replies
MModular
Created by Caroline on 9/5/2024 in #community-showcase
Modverse #42 is out!
Yes
13 replies
MModular
Created by Caroline on 9/5/2024 in #community-showcase
Modverse #42 is out!
Like a wrong redirection to www.www.modular.com
13 replies
MModular
Created by Caroline on 9/5/2024 in #community-showcase
Modverse #42 is out!
I think there is an error in the web server config.
13 replies
MModular
Created by toasty on 6/2/2024 in #questions
What features or libraries are you waiting for before you start using Mojo in your domain?
The possibility to call Mojo code from Python to allow us to progressively migrate more and more parts of the codebase to Mojo
11 replies
MModular
Created by msaelices on 5/5/2024 in #questions
convert error: 'Int' to 'IntLiteral' trying to implement the FloatLiteral.__round__(ndigits) method
Now I'm not sure if it's a compiler issue, as I also found an error with this minimalistic example:
fn get_intliteral() -> IntLiteral:
return IntLiteral(10 ** 2)
fn get_intliteral() -> IntLiteral:
return IntLiteral(10 ** 2)
I'm getting error: no matching function in initialization and in the error details candidate not viable: argument #0 cannot be converted from 'Int' to '!kgen.int_literal'
2 replies