Sven Van Caekenberghe
Sven Van Caekenberghe
Hmm, the linux CI jobs are not happy while these tests passed for me on macOS 15, GT/Pharo 11, M2. https://github.com/feenkcom/zinc/actions/runs/12654653342/job/35264030074 That must have something to do with certificate validation...
I made the check optional https://github.com/feenkcom/zinc/commit/f1d99a1d3dee1a276697db7890a4658ea21343a2
I will study that tomorrow, thanks.
I experimented with SSL_CERT_DIR in my Ubuntu VM in an interactive development environment and I can confirm that it works as expected. I.e. without it, many websites fail to validate,...
Related to https://github.com/feenkcom/gtoolkit/issues/3962
https://github.com/notify-rs/notify/issues/403
I have expanded the build matrix to include versions 7 to 13, all passing after doing some long overdue fixes.
I am sorry, but this change does not seem correct. Link in this code is an instance of DoubleLink that holds a value as well as backwards and forwards pointers....
Apart from the risk of doing something new, which we should take IMHO, there are two main issues: - (1) it would require git cli to be present where you...