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

Add trickeifed classes.resource to sie generation after cp. #1674

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

hchen99
Copy link
Contributor

@hchen99 hchen99 commented Mar 20, 2024

No description provided.

@hchen99 hchen99 linked an issue Mar 20, 2024 that may be closed by this pull request
@coveralls
Copy link

Coverage Status

coverage: 55.911% (-0.009%) from 55.92%
when pulling bc41b3d on 1652-add-trickified-to-default-sie-generation
into da0ddfc on master.

@excaliburtb
Copy link
Contributor

confirmed this fixes the issue for trickified JEOD

@hchen99
Copy link
Contributor Author

hchen99 commented Mar 25, 2024

Glad to hear. Thanks for confirming!

@sharmeye sharmeye merged commit 079a4d2 into master Mar 26, 2024
11 checks passed
@sharmeye sharmeye deleted the 1652-add-trickified-to-default-sie-generation branch March 26, 2024 16:23
# Add trickified classes.resource if available
foreach my $path ( @trick_python_paths ) {
my $trickified_dir = dirname($path);
open(my $classes_resource, "<", "$trickified_dir/build/classes.resource")
Copy link
Contributor

Choose a reason for hiding this comment

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

I just ran this for a different sim and this die command will exit this script for any directory listed in TRICK_PYTHON_PATH that doesn't have a build/classes.resource. We actually want to keep trying the next directoy.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, will get it updated

@hchen99 hchen99 restored the 1652-add-trickified-to-default-sie-generation branch March 27, 2024 17:51
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.

new default sie generation misses trickified libs
4 participants