justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

towards #520; refactored to compartmentalize vue frontend engine #545

Closed sandeep-gh closed 2 years ago

sandeep-gh commented 2 years ago

Not able to run tests on my local machine. Several systems issues (I am on OpenBSD). Lets see how the tests go.

WolfgangFahl commented 2 years ago

OpenBSD ... good to test the python platform independence. Just a bit off the standard tracks ..

sandeep-gh commented 2 years ago

I will try. Sometimes the rabbit hole is just too deep -- some dependencies just don't compile on OpenBSD.

sandeep-gh commented 2 years ago

The Build/test fail error doesn't seem like it is due to the commit (at least not in any direct manner):

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.7.13/x64/bin/green", line 8, in <module>
    sys.exit(main())
  File "/opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/site-packages/green/cmdline.py", line 91, in main
    tempfile.tempdir = None
  File "/opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/tempfile.py", line 807, in __exit__
    self.cleanup()
  File "/opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/tempfile.py", line 811, in cleanup
    _shutil.rmtree(self.name)
  File "/opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/shutil.py", line 498, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "/opt/hostedtoolcache/Python/3.7.13/x64/lib/python3.7/shutil.py", line 496, in rmtree
    os.rmdir(path)
OSError: [Errno 39] Directory not empty: '/tmp/tmpym30imcb'
WolfgangFahl commented 2 years ago

Let's give it a try and roll back if it's a problem. A merge directly after a release shouldn't be much of a problem.

sandeep-gh commented 2 years ago

Cool. Sounds good to me.