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

meta/Extracted common code to build module repository #18

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

kolmar
Copy link
Collaborator

@kolmar kolmar commented Aug 29, 2023

No description provided.

@kolmar kolmar changed the title Extracted common code to build module repository meta/Extracted common code to build module repository Aug 29, 2023
SLanguageBuilder.clear()
sourcesDir.each {
def dir = Paths.get(it).toAbsolutePath().normalize().toString()
println("loading models from directory: " + dir)

Choose a reason for hiding this comment

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

would it make sense to move this to a logger too? 🤔

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

mps-cli prints a lot of logs with println. This already used println before the change. It's those timings in particular, that took a lot of space, but didn't have much useful information

Choose a reason for hiding this comment

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

alright makes sense, thanks for the info!

@kolmar kolmar merged commit 7650c9b into mbeddr:main Aug 29, 2023
2 checks passed
@kolmar kolmar deleted the meta/extracted_common_code branch August 29, 2023 12:04
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