mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #30] Export Makefile doesn't check if folder exists and doesn't report error #14
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#14
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?
Originally created by @mingodad on GitHub (Jan 6, 2021).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/30
While test Ultimatepp I tried to generate/export a Makefile for uppsrc/umk and found that it doesn't check if the output folder exists and or create it, also it fails because of that but doesn't report it (actually it says
OK. (0:02.14)).A partial fix that shows an error message is shown bellow, it would be better to check if the folder doesn't exists and create it.
@mingodad commented on GitHub (Jan 6, 2021):
Also on ubuntu 18.04 while debugging the ide inside the ide I coudn't use the mouse only keyboard was partially working.