-
Notifications
You must be signed in to change notification settings - Fork 272
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
[Meta issue] List of cpt.py
improvements
#406
Comments
FonsRademakers
pushed a commit
that referenced
this issue
Jun 28, 2022
Added new main block because this was mentioned in the meta issue list (#406 in cling) as one of the rewrite steps. This also allows for the main code to be run as opposed to running the main code plus the function defintions.
This was referenced Jun 28, 2022
Closed
This was referenced Jul 8, 2022
This was referenced Jul 16, 2022
1 task
This was referenced Aug 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if __name__ == "__main__"
block as program execution starting point incpt.py
cpt.py
subprocess
incpt.py
cpt.py
flake8
compliant (with appropriate error/violation codes).deb
packaging (existing effort: Fix deb creation vgvassilev/cling#214) [Clarify why there is no packages #307]--verbose
flag not printing verbose output in CMake build log (usingcmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
instead ofmake VERBOSE=1
might fix this)cpt.py
; comment out relevant partscpt.py
is both a Cling installer and a packager. It should be possible to build Cling without packaging it.--with-llvm-url
if LLVM is being installed from system package manager).--with-llvm-tar
and--with-binary-llvm
; there should be some uniformity)cpt.py
README, both in root directory as well as intools/packaging
[cpt.py disfunctioning #372]--check-requirements
(even if installed by different package manager); also verify list of required dependencies [[cpt.py] --check-requirements doesn't detect Homebrew as a package manager and misdetect libz (zlib) dependecy #404](Please check off closed issues and add new improvements by editing this top post)
The text was updated successfully, but these errors were encountered: