Closed tvrusso closed 8 months ago
In this regard, this issue is mostly a duplicate of #21, but I think #21 has already in fact been addressed by commit 8e946f34
Binaries removed in latest version
The binary for apltest is still in the repo. Only the tek4010 binary was removed.
And only some binaries are in .gitignore.
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
tek4010
previous_version/tek4010
In fact, there have been no commits in the apl directory for 5 years.
Sorry, forgot the push: It should be ok right now.
Am 01.03.2024 um 06:36 schrieb Tom Russo @.***>:
In fact, there have been no commits in the apl directory for 5 years.
— Reply to this email directly, view it on GitHub https://github.com/rricharz/Tek4010/issues/34#issuecomment-1972543375, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMAEK4LRF7QROJK37FMJDLYWAHUFAVCNFSM6AAAAABEALBQLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZSGU2DGMZXGU. You are receiving this because you modified the open/close state.
I build Tek4010 on a non-Raspberry pi, non-Linux system, and test it out using a freshly built apltest. To do this I have to maintain a local branch with some tiny modifications that remove some minor linuxisms, and keep that branch rebased off of master to stay up to date.
The presence of an RPi binary for apltest in the repo makes using git a little difficult, just as the older presence of the tek4010 binary used to.
It would be great if the apltest binary could be removed from the repo and apl/apltest added to .gitignore just as was done recently for the tek4010 binary.