Joe
Joe
MModular
Created by bunny on 5/9/2024 in #questions
Trait `Comparable`
We landed Comparable trait for now in today's nightly
13 replies
MModular
Created by Stijn on 4/1/2024 in #questions
Parameters style guide
Naturally this fell off my radar/I forgot. Please do file a GH issue so I can properly track it and not forget. I'll bring it up now in our team's Slack channel to get some early discussion going on it.
11 replies
MModular
Created by Stijn on 4/1/2024 in #questions
Parameters style guide
Sorry I'm just seeing this thread. I'll TAL at the style guide and comments here and open a GitHub issue. Will raise it with the team this week and we'll decide how to move forward. We're open to feedback on the style guide and none of it is set in stone. For some context, it was just an initial v0 to have something when we open sourced the library.
11 replies
MModular
Created by Sitron on 4/5/2024 in #questions
How to report a duplicate issue that was previously fixed & closed but has resurfaced?
I see, can you point me at your new issue and I'll take a look? It's on my list to look into labels/assignees permission issues for contributors.
6 replies
MModular
Created by Sitron on 4/5/2024 in #questions
How to report a duplicate issue that was previously fixed & closed but has resurfaced?
Let's just create a new GH issue, tag it with regression label, and refer to the old issue as well please.
6 replies
MModular
Created by benny on 2/24/2024 in #questions
Traits from structs
Can you give an example snippet of code to illustrate the idea?
16 replies
MModular
Created by sora on 2/10/2024 in #questions
`DynamicVector`, the name
I'll bring it up with the team next week and circle back.
49 replies
MModular
Created by sora on 2/10/2024 in #questions
`DynamicVector`, the name
Naming and getting these things consistent is important, but hasn't been a high priority in the short term yet. It's all easy to change though.
49 replies
MModular
Created by sora on 2/10/2024 in #questions
`DynamicVector`, the name
Feel free to file a GH issue. We plan on renaming it at some point as I don't think we love the existing name either. Better to do these sort of things earlier than later before even more code starts using the stdlib. There's other issues with the API that we need to resolve. For example, it's a bit silly to have both append and push_back do the same thing. It's a weird mix of Python and C++ naming since its origin.
49 replies
MModular
Created by Nam0Non on 2/4/2024 in #questions
When do nested list feature in Mojo will be fixed?
Do you mind linking the particular issue in question, please? Thanks.
3 replies
MModular
Created by benny on 1/26/2024 in #questions
Set struct coming?
I'm not trying to imply that, no.
7 replies
MModular
Created by benny on 1/26/2024 in #questions
Set struct coming?
Not quite. We're open sourcing the stdlib itself later this quarter, but the compiler itself will still need to be downloaded with the modular tool right now.
7 replies
MModular
Created by benny on 1/26/2024 in #questions
Set struct coming?
It's something on the roadmap for the stdlib. I don't know yet if it'll get prioritized in the next month or two with everything else going on with open sourcing the stdlib, but I'll keep you updated. If it's not available yet by the time we open source, it's definitely something I'd welcome contributions for.
7 replies
MModular
Created by Michael K on 12/10/2023 in #questions
Should Tensor be a CollectionElement?
Yep, thanks for bringing this to our attention. I just opened a PR internally to fix this.
2 replies