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

Rebasing Yuvi's setup_py branch with main #110

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

norlandrhagen
Copy link

@norlandrhagen norlandrhagen commented Oct 12, 2023

#92

yuvipanda and others added 5 commits August 23, 2023 11:40
save_main_session doesn't seem to work with flink,
and Charles tells me it is meant to be a hack anyway - and
this is the better way to go longer term
@norlandrhagen norlandrhagen changed the base branch from setup_py to main October 12, 2023 20:34
@norlandrhagen norlandrhagen changed the title Setup py Rebasing Yuvi's setup_py branch with main Oct 12, 2023
"""
file = dedent(
"""
import setuptools
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would suggest moving this template out into its own file.

This generation also needs to be watched closely for code injection based attacks.

setuptools.setup(
name='recipe',
version='0.1',
# FIXME: Support all the files we need to here!
Copy link
Collaborator

Choose a reason for hiding this comment

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

This fixme is basically the important part - it should contain all the files we wanna package and send into the runner.

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