Hello, Here is the latest branch and the last commit was by David Lucas. https://git.sagemath.org/sage.git/diff?id=32feb35840fab0ebd5a8957aed78d4c05d7e751c
The errors (there's numerous instances of each of these errors occurring. Please find below one of each type): (1) sage: R.<t> = QQ[] sage: sigma = R.hom([t+1]) sage: S.<x> = R['x', sigma] sage: S.twist_map(-1) *Got - TypeError: bad operand type for unary ~: 'sage.rings.morphism.RingHomomorphism_im_gens'Expected - NotImplementedError* (2) sage: k.<t> = GF(5^3) sage: Frob = k.Frobenius_endomorphism() sage: S.<x> = k.['x', Frob] sage: a = x^3 + (t^2 + 1)*x^2 + (2*t + 3)*x + t^2 + t + 2 *Got - Exception raised:... (traceback) TypeError: Cannot convert int to sage.structure.element.Element* On Thursday, 30 June 2016 14:47:55 UTC+5:30, Dima Pasechnik wrote: > > it's quite not clear from your post how to reproduce this. The log > mentions some git branch; where is this branch? > It might also be easier to parse if you take the failing doctest out and > produce few lines of Sage code that > need to get the error interactively, at Sage prompt (on the git branch in > question) > > > > On Thursday, June 30, 2016 at 7:11:36 AM UTC+1, Arpit Merchant wrote: >> >> Hello, >> >> My GSoC project is to implement Gabidulin codes which require the Skew >> Polynomial ticket #13215. While, a lot of the errors have been eliminated, >> we are stuck with a couple of nasty ones that are hampering the progress on >> the project. I'm attaching a file that has the tracebacks for them. Can >> someone please explain what is going wrong and help arrive at a way to >> resolve these? >> >> Thanks in advance. >> >> Sincerely, >> Arpit. >> >> -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.