You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up till now, the common operations across different package managers are mapped directly to Pacman commands, which is a good solution in the very beginning, but might constraint the scope of this project.
We wish to extract the syntax layer from those operations into a library, so that on day we might be able use a different front-end (eg. an apt-like one).
The text was updated successfully, but these errors were encountered:
I do want to move forward on this, but currently the UI logic is deeply integrated into the subprocess execution logic, thus a frontend/backend separation might be required before this can happen.
Up till now, the common operations across different package managers are mapped directly to Pacman commands, which is a good solution in the very beginning, but might constraint the scope of this project.
We wish to extract the syntax layer from those operations into a library, so that on day we might be able use a different front-end (eg. an
apt
-like one).The text was updated successfully, but these errors were encountered: