Re: [sage-devel] Bug in integer factorization (or primality test)

2014-06-21 Thread Nils Bruin
On Saturday, June 21, 2014 9:06:39 PM UTC-7, 张秦川 wrote: > > I use Sage 6.1.1 which I build from source code on my x86 Ubuntu14.04 > The x86 is the key here. The flint announcement mentions that this bug only affects 64 bit platforms. -- You received this message because you are subscribed to

Re: [sage-devel] Bug in integer factorization (or primality test)

2014-06-21 Thread gofortu...@gmail.com
I use Sage 6.1.1 which I build from source code on my x86 Ubuntu14.04 William Stein 提到: > >On Jun 21, 2014 7:17 PM, "gofortu...@gmail.com" wrote: >> >> I didn't get such answer as you got,my Sage factor 2007193456621 correctly. >> N.factor() returns 1001797*2003593. >> Did you use an old version

Re: [sage-devel] Bug in integer factorization (or primality test)

2014-06-21 Thread William Stein
On Jun 21, 2014 7:17 PM, "gofortu...@gmail.com" wrote: > > I didn't get such answer as you got,my Sage factor 2007193456621 correctly. > N.factor() returns 1001797*2003593. > Did you use an old version of Sage? > What version are *you* using? > > > 發自我的小米手機 > > John Cremona 提到: > > >I noticed an

Re: [sage-devel] Bug in integer factorization (or primality test)

2014-06-21 Thread gofortu...@gmail.com
I didn't get such answer as you got,my Sage factor 2007193456621 correctly. N.factor() returns 1001797*2003593. Did you use an old version of Sage? 發自我的小米手機 John Cremona 提到: >I noticed an announcement on the flint-dev list which led me to try >this, and indeed we have the bug: > >sage: n=20071

Re: [sage-devel] Re: RFC: New Build/Packaging System

2014-06-21 Thread Aron Ahmadia
Also, I just merged Volker's pull request in to <#> master. You shouldn't need to use his hashdist branch. A On Sat, Jun 21, 2014 at 7:47 PM, Aron Ahmadia wrote: > Wow, this is really impressive work! > > A > > > On Sat, Jun 21, 2014 at 7:42 PM, Volker Braun > wrote: > >> PS: I just remember

Re: [sage-devel] Re: RFC: New Build/Packaging System

2014-06-21 Thread Aron Ahmadia
Wow, this is really impressive work! A On Sat, Jun 21, 2014 at 7:42 PM, Volker Braun wrote: > PS: I just remembered that this is using file globs, so you need hashdist > from this branch: https://github.com/vbraun/hashdist/tree/files_glob. > Though it should be merged upstream soon. > > > > On

[sage-devel] Re: RFC: New Build/Packaging System

2014-06-21 Thread Volker Braun
PS: I just remembered that this is using file globs, so you need hashdist from this branch: https://github.com/vbraun/hashdist/tree/files_glob. Though it should be merged upstream soon. On Saturday, June 21, 2014 11:22:26 PM UTC+1, Volker Braun wrote: > > I've made a proof-of-concept conversion

Re: [sage-devel] Re: [sage-cloud] network access from projects

2014-06-21 Thread William Stein
On Thu, Jun 19, 2014 at 6:02 PM, R. Andrew Ohana wrote: > Some observations from this change: > > 1) The "From Internet" button in the +New tab is right now a complete lie, > and gives un-user friendly error messages. Either you should remove this > button (for now), or somehow make it bypass the

[sage-devel] Re: RFC: New Build/Packaging System

2014-06-21 Thread Volker Braun
I've made a proof-of-concept conversion of the Sage packaging system to hashdist: https://github.com/vbraun/sagestack Obviously its not working, but you can build third-party packages and maybe play around with hashdist. -- You received this message because you are subscribed to the Google Gr

Re: [sage-devel] Re: Patchbot

2014-06-21 Thread Ralf Stephan
Thanks. Eventually I'll have to make a visualization of the system. On Sat, Jun 21, 2014 at 12:43 PM, Volker Braun wrote: > plugins.startup_modules checks that no new modules are being imported at > startup. > > As with most plugins, this requires some human judgement. We don't want to > make t

[sage-devel] Re: Patchbot

2014-06-21 Thread Volker Braun
plugins.startup_modules checks that no new modules are being imported at startup. As with most plugins, this requires some human judgement. We don't want to make the startup time any worse than what it already is. On the other hand, if your module is required by something that is already import

[sage-devel] Re: Patchbot

2014-06-21 Thread Ralf Stephan
On Friday, June 20, 2014 8:10:18 AM UTC+2, Robert Bradshaw wrote: > > I just released a new version of the patchbot: > http://sage.math.washington.edu/home/robertwb/patches/patchbot-2.2.spkg > https://github.com/robertwb/sage-patchbot/compare/2.1.1.1...2.2 > Nice. Can you please explain what