i have to click the "Run Bkup" button twice #20
Labels
No Label
?/support
accepted
bug/defect
design flaw
design note
duplicate
enhancement
fix in dev
help wanted
invalid
needs info
rejected
feedback?
upstream
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ITwrxOrg/EZ-Bkup#20
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
I don't know when this started, but the application seems to ignore the first click of the Run Bkup button. Clicking again makes it run the routine. Perhaps the binary just needs to be rebuilt to match newer system libs. Nim dependencies have also been updated since last build. Bug fixes will be primary purpose of the next release. Hope to get to it soon, but working on web project right now. No Supporters clamoring for fixes yet, so it's back-burnered. :)
This has been fixed in a development branch by simply updating dependencies and recompiling. Will close this issue once a new release has been made/tagged.
actually it seems compiling with
-d:release
causes this. that explains why it popped up after release last time... under investigation.-d:release
uses--opt:speed
which seems to be the actual compile option that causes/reveals this GUI bug.nim c --threads:on -d:useMalloc -d:release --passC:"-fsanitize=address,undefined -fno-omit-frame-pointer" --passL:"-fsanitize=address,undefined -fno-omit-frame-pointer" -d:nosignalhandler ez_bkup.nim
gives (when running the binary):
If i use the same compile command except i add --cc:clang i get: