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

Include only Ice and IceMX modules with Python package #2463

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

pepone
Copy link
Member

@pepone pepone commented Jul 11, 2024

The Python side of #2461

@pepone pepone requested a review from bernardnormier July 11, 2024 18:15
..\..\slice\IceBox\*.ice;
..\..\slice\IceGrid\*.ice;
..\..\slice\IceStorm\*.ice"/>
<SliceCompile Include="..\..\slice\Ice\Metrics.ice"/>
Copy link
Member

Choose a reason for hiding this comment

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

It's not clear why we have this special handling for Metrics.ice. Add a comment in there?

Copy link
Member Author

Choose a reason for hiding this comment

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

I will, it is because for Ice we run with --no-package as the Ice/init.py file is not manually generated. For Metrics we want the generated IceMX/__init__.py.

'Ice',
'IceBox',
'IceGrid',
'IceMX',
Copy link
Member

Choose a reason for hiding this comment

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

What are all the slice packages, and should we include them?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is to include the Slice files in the packages directory. I will check if there is a better alternative.

@pepone pepone merged commit f6591df into zeroc-ice:main Jul 11, 2024
6 checks passed
InsertCreativityHere pushed a commit to InsertCreativityHere/compiler-comparison that referenced this pull request Jan 1, 2025
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