Skip to content

Several fixes#11

Merged
wtdcode merged 4 commits intomasterfrom
several_fixes
Dec 31, 2025
Merged

Several fixes#11
wtdcode merged 4 commits intomasterfrom
several_fixes

Conversation

@YsielX
Copy link
Copy Markdown
Collaborator

@YsielX YsielX commented Dec 31, 2025

fixed stack unbalance
exclude non-public function in type graph
processed type parameter T as hot potato

Comment thread crates/movy-analysis/src/type_graph.rs Outdated
log::trace!("Analyze module {}", &module.module_id);
self.modules.insert(module.module_id.clone());
for func in module.functions.iter() {
if func.visibility != MoveFunctionVisibility::Public {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to a separate function to produce a new map

@wtdcode wtdcode merged commit 147ba5d into master Dec 31, 2025
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants