mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #266] [apps/external] Add python external app support #345
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#345
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/266
Author: @Yaya-Cout
Created: 8/10/2022
Status: 🔄 Open
Base:
upsilon-dev← Head:upsilon-dev-python-external📝 Commits (1)
e018b96[apps/external] Add basic python external app support (WIP)📊 Changes
7 files changed (+236 additions, -41 deletions)
View changed files
📝
apps/external/Makefile(+2 -0)📝
apps/external/archive.cpp(+56 -0)📝
apps/external/archive.h(+1 -0)➕
apps/external/execution_environment.cpp(+36 -0)➕
apps/external/execution_environment.h(+17 -0)📝
python/port/mod/ion/file.cpp(+108 -37)📝
python/port/mod/kandinsky/modkandinsky.cpp(+16 -4)📄 Description
This pull request will add Python external apps.
It's work in progress :
exec(open('filename.py','r').read())(MicroPython's runcode)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.