You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the pragma in the npm package LinkedList is hard restricted to version 0.4.21 it is not possible to reuse the library in a useful manner.
Problem
The linked library code in this repository has a soft ^0.4.18 version restriction. The code in the npm package however has a hard 0.4.21 restriction. This makes it impossible to simply reuse the library without changes, for example with the current truffle.
Solution
Redeploying the npm package with a soft restriction ^0.4.21 would allow to reuse the code and the on-chain deployed library in current projects without the need for workarounds.
The text was updated successfully, but these errors were encountered:
Got it, thanks for the report. This was a very short lived idea because of differing opinions on how to pin the compiler version. We realized that holding to a strict version was not more secure nor useful. This gives us a reason to fix :). Thanks for taking the time on it!
What is it?
Since the pragma in the npm package LinkedList is hard restricted to version
0.4.21
it is not possible to reuse the library in a useful manner.Problem
The linked library code in this repository has a soft
^0.4.18
version restriction. The code in the npm package however has a hard0.4.21
restriction. This makes it impossible to simply reuse the library without changes, for example with the current truffle.Solution
Redeploying the npm package with a soft restriction
^0.4.21
would allow to reuse the code and the on-chain deployed library in current projects without the need for workarounds.The text was updated successfully, but these errors were encountered: