-
Notifications
You must be signed in to change notification settings - Fork 323
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
Adding easy way to share projects with a single file #5057
Comments
|
Michał Urbańczyk reports a new STANDUP for yesterday (2023-03-07): Progress: Experimenting with snaps. It is not really a „strictly better” variant of appimage.
Next Day: Next day I will be working on the #5057 task. Look into appimage launchers. |
|
Michał Urbańczyk reports a new 🔴 DELAY for yesterday (2023-03-14): Summary: There is 7 day delay in implementation of the Adding easy way to share projects with a single file (#5057) task. Delay Cause: I was working on CI-related tasks (setting up a new Windows server) + this task takes more time than initially expected. |
Michał Urbańczyk reports a new STANDUP for yesterday (2023-03-14): Progress: Basically this was about consuming the input provided to us by OS. I've started creating a provisional implementation that was able to buck in before the main argument processing phase, allowing for providing a new entry point. I've written an initial implementation, that could recognize when the Enso was invoked by a double click on an .enso file. It should be finished by 2023-03-21. Next Day: Next day I will be working on the #5057 task. [below] |
Michał Urbańczyk reports a new STANDUP for today (2023-03-15): Progress: Implented support for opening properly localized projects by double click. Discussing with Wojciech and Dmitry the design cnsequences of particular choices. It should be finished by 2023-03-21. Next Day: Next day I will be working on the #5057 task. Support for loading the external project into the relevant Project Manager directory. |
Michał Urbańczyk reports a new STANDUP for the last Friday (2023-03-17): Progress: Updating PR against a ton of conflicts following the code reformat. Starting work on importing projects into the appropriate directory. It should be finished by 2023-03-21. Next Day: Next day I will be working on the #5057 task. Continue work on importing projects. |
Michał Urbańczyk reports a new 🔴 DELAY for the last Friday (2023-03-17): Summary: There is 2 day delay in implementation of the Adding easy way to share projects with a single file (#5057) task. Delay Cause: Many issues with CI needed my attention or help with debugging. Giang merge conflict that I had some trouble fixing. General subpar iteration speed. |
Michał Urbańczyk reports a new STANDUP for today (2023-03-20): Progress: First take of importing projects complete. Weekly updates. It should be finished by 2023-03-23. Next Day: Next day I will be working on the #5057 task. Implement importing project bundles. |
Michał Urbańczyk reports a new STANDUP for today (2023-03-21): Progress: Partially implemented importing project bundles. Progress is slower than expected, as the bug with zombie processes on Windows showed up again, and I spent some time investigating it. Next Day: Next day I will be working on the #5057 task. Finish importing bundles, start cleanup and testing on Windows / fixing some edge cases. |
@mwu-tow ping me when you will have packages ready to be tested on MacOS - happy to do it |
Michał Urbańczyk reports a new STANDUP for yesterday (2023-03-22): Progress: Importing project bundles. Possibly fixed the issue with dead-zombie process on Windows. Supporting more cases. It should be finished by 2023-03-23. Next Day: Next day I will be working on the #5057 task. Cleanups, macOS support. |
Michał Urbańczyk reports a new STANDUP for today (2023-03-23): Progress: Cleaned the code to a degree, added missing (known) edge case support. Next Day: Next day I will be working on the #5057 task. Fix remaining issues on macOS and do some tests. Clean the code and PR. |
Michał Urbańczyk reports a new 🔴 DELAY for today (2023-03-23): Summary: There is 2 day delay in implementation of the Adding easy way to share projects with a single file (#5057) task. Delay Cause: macOS is more different from Windows than I expected. Also, the zombie process bug caused me trouble, so I attempted a fix. |
@sylwiabr You can give this a try: https://github.com/enso-org/enso/actions/runs/4521196938?pr=6077 See the PR description for details.
|
This task is automatically imported from the old Task Issue Board and it was originally created by Greg Ociepka.
Original issue is here.
As a user I want to be able to open Enso projects from a single file that I can easily share with others.
After double-click on the received file it should unpack to the Enso projects folder and open in Enso.
The suggestion is an
ensa
file type. This would just be a zip file containing thesrc
,data
andproject.yaml
.There is no requirement on this ticket for IDE to write these (just consume), this is to allow us to post blogs and demos with sample projects.
The text was updated successfully, but these errors were encountered: