jlouis/fuse

Add release 16 and 17 support

Closed this issue · 2 comments

In order to support R16 and R17, we need to update fuse_rand to be backwards compatible. The fuse_time module already has compatibility support in there. The fix is twofold:

  • You need to call random not rand.
  • You need to call random:seed/1 correctly and inject this into the system.

Once this is done, the system will support the gradual fuse types without any trouble.

Yes I know. This is a quite old Issue.

Since we are now at OTP 24, I've decided this lives in the past land of zombies and whatnot. Hence, there is no need to have compatibility layers in here for R16 and below. In 3328701 I removed the final compatibility parts, which means this issue can be closed.