fukamachi / lack

Lack, the core of Clack
MIT License
155 stars 33 forks source link

Fixing cl-isaac related bugs #82

Closed daninus14 closed 9 months ago

daninus14 commented 9 months ago

Adding cl-isaac patch and adding threads lock for seed for random number generation, added dependency on bordeaux threads.

This fixes the problems mentioned in Issue 81 which are two:

Once the cl-isaac repo accepts the PR we can delete the patch code from here. The threads code however, we need to keep.

svetlyak40wt commented 9 months ago

+1

I've stepped into this problem again a few days when updated dependencies of some old project and it started to respond with 500 error :(

fukamachi commented 9 months ago

Thanks!