Thank you. But this addon is still being used in pre j901 where those primitives still alive.
On Sat, Apr 18, 2020, 8:31 PM 'Sergey Kamenev' via Beta <[email protected]> wrote: > Hi, Henry! > > I make patch for removing all unused construction from primitive add-on. > > --- primitives.ijs_new 2020-04-18 15:26:34.000000000 +0300 > +++ primitives.ijs 2020-04-18 15:29:05.000000000 +0300 > @@ -134,9 +134,7 @@ > | Residue Magnitude > |. Rotate Reverse Shift > |: Transpose Transpose > -.. DotProduct Determinant > -.. Even > -.: Odd > +. DotProduct Determinant > : MonadDyad ExplicitDefinition Explicit > :. Obverse > :: Adverse > @@ -187,9 +185,6 @@ > A. Anagram AnagramIndex > b. Basic Boolean > C. Permute Direct Cycle > -d. Derivative0 > -D. Derivative > -D: SecantSlope > e. In MemberIn RazeIn > E. MemberOfInterval > f. Fix > @@ -209,9 +204,6 @@ > r. Polar Angle > s: Symbol > S: Spread > -t. TaylorCoefficient > -t: WeightedTaylor > -T. TaylorApproximation > u: Unicode > x: NumDenom ExtendedPrecision > ) > > > > 17.04.2020 21:36, Henry Rich пишет: > > Maybe they have an old version. > > > > Henry Rich > > > > On 4/17/2020 2:24 PM, Raul Miller wrote: > >> But the error happens inside a try/catch. > >> > >> So, on my system, the name dotproduct throws a value error. And, that > >> should be fixed. > >> > >> But this doesn't explain why people aren't able to load the addon, does > it? > >> > >> Thanks, > >> > > > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
