blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
402 stars 83 forks source link

Examples #184

Open gleb-kun opened 4 months ago

gleb-kun commented 4 months ago

After the question (#183), I studied the examples. I could update them according to the current state of the library. However, I saw the latest commit by @citibeth with IMPORTANT NOTICE. Does it make sense to prepare a PR?

slayoo commented 4 months ago

Thank you @gleb-kun! The notice is very true and valid (thanks @citibeth!), yet I'd say that it is still worth to improve the repo contents in such cases. PR would be very welcome.

One caveat is that we have lost any CI capabilities after Travis CI was discontinued, and we have not been able yet to create a GitHub Actions equivalent yet - help welcome! (this should include compiling the examples, so that the problem you discovered would be caught) Thanks!