Re: [Spark SQL]: unpredictable errors: java.io.IOException: can not read class org.apache.parquet.format.PageHeader

2022-12-19 Thread Eric Hanchrow
We’ve discovered a workaround for this; it’s described here<https://issues.apache.org/jira/browse/HADOOP-18521>. From: Eric Hanchrow Date: Thursday, December 8, 2022 at 17:03 To: user@spark.apache.org Subject: [Spark SQL]: unpredictable errors: java.io.IOException: can not read

[Spark SQL]: unpredictable errors: java.io.IOException: can not read class org.apache.parquet.format.PageHeader

2022-12-08 Thread Eric Hanchrow
My company runs java code that uses Spark to read from, and write to, Azure Blob storage. This code runs more or less 24x7. Recently we've noticed a few failures that leave stack traces in our logs; what they have in common are exceptions that look variously like Caused by:

[issue15873] datetime: add ability to parse RFC 3339 dates and times

2016-04-24 Thread Eric Hanchrow
Changes by Eric Hanchrow <eric.hanch...@gmail.com>: -- nosy: +Eric.Hanchrow ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15873> ___

Re: [pylons-discuss] fine-tuning a deployment under uwsgi + supervisord

2015-11-07 Thread Eric Hanchrow
On Sat, Nov 7, 2015 at 12:56 PM, Jonathan Vanasco wrote: > > > On Saturday, November 7, 2015 at 12:22:40 AM UTC-5, Mike Orr wrote: >> >> The ideal way would be to have a different INI file for different kinds >> of deployment >> > > I used to believe that... but as

bug#21705: 25.0.50; error while entering trivial Python program

2015-10-18 Thread Eric Hanchrow
C-x C-f /tmp/wat.py RET M-x toggle-debug-on-error RET x = [ RET That leads to this error: Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) python-indent-context() python-indent--calculate-indentation()

bug#21354: make check failure in 0.8.3

2015-08-26 Thread Eric Hanchrow
I created a Vagrant virtual machine using their ubuntu/trusty64 box ( https://atlas.hashicorp.com/ubuntu/boxes/trusty64). I connected to it via vagrant ssh; that gave me a shell prompt. I can't remember whether that gave me a root prompt or not; if it didn't, then I'd have typed sudo -s. I ran

Re: [pylons-discuss] tutorial with bad directory name (json)

2015-08-22 Thread Eric Hanchrow
I think Mariusz is trying to say: using a directory named json fools Python into trying to load _that_ directory, rather than the stdlib json module. This is more or less the same problem that I described here:

Re: [pylons-discuss] Restless api

2015-01-03 Thread Eric Hanchrow
I use pyramid as a REST server, although I'm probably doing it rather sloppily. It works well enough. I don't use an ORM; in fact I don't talk to a database for much. On Wed, Dec 31, 2014 at 4:30 AM, Luis Aguirre aguir...@xuar.com.ar wrote: mmm.. wait a minute. If nobody is interested in

Re: [racket] eval working in REPL but not in source file

2014-04-26 Thread Eric Hanchrow
I suspect this falls under the rather large umbrella of the top level is hopeless. See e.g. the first Google hit for that phrase: https://gist.github.com/samth/3083053 On Sat, Apr 26, 2014 at 8:50 AM, Philipp Dikmann phil...@dikmann.de wrote: When I had a similar problem regarding eval and the

Re: [pylons-discuss] Starting pyramid with a script and terminate

2014-03-20 Thread Eric Hanchrow
I am not quite sure what you're looking for, but maybe prequest is it: it runs your code to handle a single request (which you specify at the command line). On Tue, Mar 18, 2014 at 6:45 AM, Gerhard Schmidt esta...@augusta.de wrote: Hi i'm used to develeop with zope. With zope you can use

[issue19063] Python 3.3.3 encodes emails containing non-ascii data as 7bit

2013-10-31 Thread Eric Hanchrow
Changes by Eric Hanchrow eric.hanch...@gmail.com: -- nosy: -Eric.Hanchrow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19063 ___ ___ Python-bugs

[issue19455] LoggerAdapter class lacks documented setLevel method

2013-10-30 Thread Eric Hanchrow
Changes by Eric Hanchrow eric.hanch...@gmail.com: -- components: Library (Lib) nosy: Eric.Hanchrow priority: normal severity: normal status: open title: LoggerAdapter class lacks documented setLevel method type: behavior versions: Python 2.7

[issue19063] Python 3.3.3 encodes emails containing non-ascii data as 7bit

2013-10-30 Thread Eric Hanchrow
Eric Hanchrow added the comment: Put the following into a file named repro.py, then type python repro.py at your shell. You'll see ``AttributeError: 'CustomAdapter' object has no attribute 'setLevel'`` import logging logging.basicConfig () class CustomAdapter(logging.LoggerAdapter): def

[issue19063] Python 3.3.3 encodes emails containing non-ascii data as 7bit

2013-10-30 Thread Eric Hanchrow
Eric Hanchrow added the comment: Gaah, please ignore that last message; I accidentally pasted it into the wrong page :-( -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19063

[issue19455] LoggerAdapter class lacks documented setLevel method

2013-10-30 Thread Eric Hanchrow
New submission from Eric Hanchrow: Put the following into a file named repro.py, then type python repro.py at your shell. You'll see ``AttributeError: 'CustomAdapter' object has no attribute 'setLevel'`` import logging logging.basicConfig () class CustomAdapter(logging.LoggerAdapter

[issue19455] LoggerAdapter class lacks documented setLevel method

2013-10-30 Thread Eric Hanchrow
Eric Hanchrow added the comment: I should have been clearer: the problem is that the docs (http://docs.python.org/2/library/logging.html#logging.LoggerAdapter) say In addition to the above, LoggerAdapter supports the following methods of Logger, i.e. debug(), info(), warning(), error

[issue19455] LoggerAdapter class lacks documented setLevel method

2013-10-30 Thread Eric Hanchrow
Eric Hanchrow added the comment: Thanks! On Wed, Oct 30, 2013 at 5:36 PM, Vinay Sajip rep...@bugs.python.org wrote: Vinay Sajip added the comment: Okay, I see. I can't add the methods to the code (as feature additions aren't allowed in micro releases, and 2.7 is the last 2.x release). So

Re: [racket-dev] [racket] [ANN] RacketCon 2013: 29 September

2013-09-22 Thread Eric Hanchrow
My wife and I will be in Boston a day early (Friday). Does anyone have a must-see touristy suggestion for us? On Wed, May 8, 2013 at 8:49 AM, Asumu Takikawa as...@ccs.neu.edu wrote: RacketCon 2013 -- We are pleased to announce that (third RacketCon) will take place on September

Re: [SEAPY] App Deployment -- Joint Users Meeting SeaPig + DjangoSeattle -- Weds, July 11th -- 6:30PM

2013-09-20 Thread Eric Hanchrow
Did anyone write up a summary of this meeting, or are there slides or something somewhere? I'm investigating deployment options and curious to see what people are using. On Fri, Jul 6, 2012 at 9:37 AM, Kevin LaTona li...@studiosola.com wrote: Are you looking to automate your Python app

docs for --execdir confusing

2013-09-02 Thread Eric Hanchrow
In Version: 4.4.2-4ubuntu1, the info doc for --execdir says ``The command is executed in the directory in which `find' was run.'' However, the doc for --exec says essentially the same thing: ``The main difference is that the command is executed in the directory from which `find' was invoked ...''

Re: [SEAPY] May meeting

2013-05-03 Thread Eric Hanchrow
I haven't attended a Seattle Python meeting in ages. Where and when are the meetings? Does the group have a home page? Is there a calendar of meetings? Thanks. On Wed, May 1, 2013 at 9:45 PM, Mike Orr sluggos...@gmail.com wrote: We've got a lot of topics for the May meeting, so let's get

Re: [Fest-list] 2013 Schedule Released

2013-04-20 Thread Eric Hanchrow
I went to the site, logged in, found a couple of interesting talks, and clicked Add to my schedule. Now that I've added a few things to my schedule, how can I _see_ my schedule? And once I see it, how can I get an iCal feed from it that I can add to my Google Calendar? On Sat, Apr 20, 2013 at

[racket] Cannot log in to the racket bug tracker

2013-04-06 Thread Eric Hanchrow
I recently submitted a bug report, and got the usual email from the bug tracker, with a link to the new report. When I clicked the link, I saw a page that said default User: offby1 Access: listdb *Racket Bugs*http://bugs.racket-lang.org/query/?database=defaultLoginYou do not have access to

Re: SPUG: SPUG, today?

2013-01-15 Thread Eric Hanchrow
Got a table within view of the stairs. On Jan 15, 2013 4:25 PM, C.J. Adams-Collier c...@colliertech.org wrote: Thems gotsa be sad thoughts these days :-) On Jan 15, 2013 3:01 PM, Eric Hanchrow eric.hanch...@gmail.com wrote: I might. Drinking beer, and not thinking about Rails, sound pretty

[racket-dev] Tiny tweak to docs

2012-04-30 Thread Eric Hanchrow
diff --git a/collects/scribblings/reference/sets.scrbl b/collects/scribblings/reference/sets.scrbl index d9ea0c6..44cc41d 100644 --- a/collects/scribblings/reference/sets.scrbl +++ b/collects/scribblings/reference/sets.scrbl @@ -27,8 +27,8 @@ unpredictable when keys are mutated. @defproc[(seteq

Re: [racket] Sandbox needs to access preferences? Why?

2012-03-13 Thread Eric Hanchrow
I've seen this occasionally too from rudybot; I'll see if I can get a stacktrace next time it happens (doubtful but you never know). On Tue, Mar 13, 2012 at 1:48 PM, Robby Findler ro...@eecs.northwestern.edu wrote: Do you get a stacktrace with the error? Robby On Tue, Mar 13, 2012 at 3:06

bug#10988: stable-2.0 failed to build on a Mac

2012-03-11 Thread Eric Hanchrow
This is a MacBook Air running OS X 10.7.3. I have macports (http://www.macports.org) installed. Here's what I did: $ sudo port install libunistring pkgconfig boehmgc gmp $ git clone git://git.sv.gnu.org/guile.git $ cd guile/ $ git checkout stable-2.0 $ ./configure -C

Re: [racket] racket in the cloud

2012-02-07 Thread Eric Hanchrow
 https://github.com/offby1/doodles/tree/master/plt-scheme/web/amazon (currently 404 -- does anyone know the new location?) It should now be visible at that URL; I'd made that repo private for no particularly good reason, and have now re-published it. Racket Users list:

[racket] Why reference to an identifier before its definition in this program?

2011-12-25 Thread Eric Hanchrow
This is racket v5.2. #lang racket (define/contract (x input) (y . - . any/c) 3) ;; (define (x input) ;; (y) ;; 3) (define (y) #t) When I run this, I get racket ./hmm.rkt reference to an identifier before its definition: y in module: ... However, if I comment out the first

[racket-dev] [PATCH 1/3] add missing word

2011-10-22 Thread Eric Hanchrow
--- collects/scribblings/guide/unit.scrbl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/collects/scribblings/guide/unit.scrbl b/collects/scribblings/guide/unit.scrbl index d464aa6..7f7ce01 100644 --- a/collects/scribblings/guide/unit.scrbl +++

[racket-dev] [PATCH 2/3] add an s

2011-10-22 Thread Eric Hanchrow
--- collects/web-server/scribblings/web-server.scrbl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/collects/web-server/scribblings/web-server.scrbl b/collects/web-server/scribblings/web-server.scrbl index 3bd1910..11c610c 100644 ---

[racket-dev] [PATCH 3/3] Add missing word

2011-10-22 Thread Eric Hanchrow
--- collects/scribblings/foreign/intro.scrbl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/collects/scribblings/foreign/intro.scrbl b/collects/scribblings/foreign/intro.scrbl index ba7912a..963c656 100644 --- a/collects/scribblings/foreign/intro.scrbl +++

How do I apply a downloaded diff to my git repository?

2011-08-12 Thread Eric Hanchrow
I'm looking at a review from a co-worker, and I'd really like to have her code on my development machine, so that I can run the unit tests and mess around generally. I figured that I'd be able to download the diff from the review (http://our-reviewboard.server/r/123/diff/raw/) and apply that

Re: [racket] another mini-tutorial: a racket slice: munging IRC logs

2011-08-06 Thread Eric Hanchrow
I would like to put in a plug for my dear friend Rudybot, written partly by Eli but mostly by me, now playing on #racket and #scheme on Freenode: https://github.com/offby1/rudybot On Sat, Aug 6, 2011 at 2:36 AM, Neil Van Dyke n...@neilvandyke.org wrote: Danny Yoo wrote at 08/06/2011 02:08 AM:

Re: [racket-dev] net/url and https

2011-06-19 Thread Eric Hanchrow
On Sun, Jun 19, 2011 at 3:47 PM, Eli Barzilay e...@barzilay.org wrote: Two minutes ago, Neil Van Dyke wrote: I also think that Eli's option #1 could be done without breaking backward-compatibility, but I'm not sure it's worth the effort in code and documentation, and I don't want to

Re: [racket] retrieving an https url

2011-06-18 Thread Eric Hanchrow
I've wrapped the thing into a PLaneT package at http://planet.racket-lang.org/display.ss?package=ssl-url.pltowner=offby1. The documentation is mostly a placeholder; I'd appreciate suggestions for improvements. _ For list-related administrative

Re: [SEAPY] June meeting

2011-05-31 Thread Eric Hanchrow
That would be Bigdoor Media Inc 14003 Southeast 43rd Street, Bellevue, WA 98006-2200 ? On Tue, May 31, 2011 at 9:10 PM, Mike Orr sluggos...@gmail.com wrote: On Tue, May 31, 2011 at 7:04 PM, Eric Hanchrow eric.hanch...@gmail.com wrote: On Tue, May 31, 2011 at 4:53 PM, Mike Orr sluggos

Re: [SEAPY] Ever had the needed to write Ruby code from Python

2011-05-28 Thread Eric Hanchrow
On Sat, May 28, 2011 at 5:11 PM, Kevin LaTona li...@studiosola.com wrote: If you were in a room for an evening with 100 other Seattle Python, Perl and Ruby users. Any thoughts on the idea here my follow SeaPig members? It might be interesting to ask what's one library that doesn't exist for

Re: [SEAPY] Ever had the needed to write Ruby code from Python

2011-05-24 Thread Eric Hanchrow
Just a link to http://goo.gl/zPOD ... ? On Tue, May 24, 2011 at 8:12 PM, Brendan Miller catph...@catphive.net wrote: Uh, look at the one file in the src directory. On Tue, May 24, 2011 at 6:47 PM, Kevin LaTona li...@studiosola.com wrote: I came upon this today. PyRuby - Some Ruby for your

Re: [racket] rackunit positive feedback

2011-05-17 Thread Eric Hanchrow
On Tue, May 17, 2011 at 6:06 AM, Matthew Flatt mfl...@cs.utah.edu wrote: I think we would want to implement it as a `#lang' mix-in  #lang testable racket That sounds _great_. _ For list-related administrative tasks:

Re: [racket-dev] overwrite

2011-02-27 Thread Eric Hanchrow
Looking at this code, I'm betting on Neil's suggestion of NTP, though I realize that the mechanism isn't obvious... perhaps the OS adjusts the save times of recently-saved files? I haven't followed this discussion closely, nor looked at the relevant code. However :) From what I know about

[racket-dev] [PATCH 2/2] Add missing asterisk in example

2011-01-25 Thread Eric Hanchrow
collects/scribblings/reference/regexps.scrbl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/collects/scribblings/reference/regexps.scrbl b/collects/scribblings/reference/regexps.scrbl index aa374e3..db7cf96 100644 --- a/collects/scribblings/reference/regexps.scrbl +++

[racket-dev] How about adding this simple list-shuffling procedure to racket?

2010-11-11 Thread Eric Hanchrow
I find myself using this all the time; it seems it'd be handy to have built in. (define (shuffled list) (sort list #:key (lambda (_) (random)) #:cache-keys? #t)) Thanks. _ For list-related administrative tasks:

[racket-dev] BUG: compile: access from an uncertified context to unexported variable from module: /usr/local/src/racket/collects/racket/contract/private/base.rkt in: apply-contract

2010-11-07 Thread Eric Hanchrow
(Sorry for any duplicaiton; I tried submitting this through DrRacket but never got a confirmation email) On Racket v5.0.1.900., Ubuntu 10.10 x86: Create stuff.rkt with this content: #! /bin/sh #| Hey Emacs, this is -*-scheme-*- code! #$Id$ exec racket -l errortrace --require $0

Re: [racket] Emacs-style keybindings in Windows

2010-10-20 Thread Eric Hanchrow
On Wed, Oct 20, 2010 at 10:54 AM, Shriram Krishnamurthi s...@cs.brown.edu wrote: I turn off menu key bindings: Edit | Preferences... | Editing | General | Enable keybindings in menus Aha! I think I used to know that ... ... while we're on the subject, I see that M-( does in DrRacket what it

Re: [SEAPY] Android

2010-10-01 Thread Eric Hanchrow
I'd definitely avoid the HTC G1 -- I had one and it was terribly slow.

Re: [racket] Is there a name for: (lambda (x) (x)) ?

2010-09-26 Thread Eric Hanchrow
(map (curryr apply '()) (list (lambda () 1) (lambda () 2) (lambda () 3))) On Thu, Sep 23, 2010 at 1:36 PM, Jos Koot jos.k...@telefonica.net wrote: Sorry, I was too hasty. Thanks for the correctrion. Jos -Original Message- From:

[plt-dev] [PATCH] Fix some typos

2010-05-30 Thread Eric Hanchrow
From 04bf9ef961ff83a15a72935f74554899a0d5d54c Mon Sep 17 00:00:00 2001 From: Eric Hanchrow eric.hanch...@gmail.com Date: Sun, 30 May 2010 00:57:02 -0700 Subject: [PATCH] Fix some typos --- collects/scribblings/guide/namespaces.scrbl|4 ++-- collects/scribblings/guide/simple-syntax.scrbl

Re: [SEAPY] September meeting

2009-09-04 Thread Eric Hanchrow
On Fri, Sep 4, 2009 at 1:18 PM, Justin Capposjust...@cs.washington.edu wrote: By the way, the SEAPIG meeting next week will be in room 303.   It's on the third floor and there will be signs pointing the way. What time does the meeting start?

Re: [plt-dev] documentation slowing down installs and builds dramatically

2009-05-29 Thread Eric Hanchrow
On Fri, May 29, 2009 at 6:44 PM, Neil Van Dyke n...@neilvandyke.org wrote: For me, optimizing these documentation updates is the improvement I'd most like to see in PLT Scheme next. Hear, hear. _ For list-related administrative tasks:

Bug#507536: libxul-dev did it for me ...

2008-12-12 Thread Eric Hanchrow
... on Ubuntu Intrepid. ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Bug#507536: libxul-dev did it for me ...

2008-12-12 Thread Eric Hanchrow
... on Ubuntu Intrepid. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Surprising difference in behavior between import blah and from blah import thing

2008-05-08 Thread Eric Hanchrow
(This is with Python 2.5.2, on Ubuntu Hardy, if it matters.) This seems so basic that I'm surprised that I didn't find anything about it in the FAQ. (Yes, I am fairly new to Python.) Here are three tiny files: mut.py import system from system import thing def doit():

Re: [tutorial] pct tutorial language: Squaak implementation

2008-03-25 Thread Eric Hanchrow
Mark == Mark J Reed [EMAIL PROTECTED] writes: Mark ... confusion with Squeak, which is how I read this subject Mark at first. (Smalltalk on Parrot?! Whoa!). But maybe Mark that's just me. :) I read it that way too (and had the same reaction :-) -- [T]he main reason Viaweb

Re: [tutorial] pct tutorial language: Squaak implementation

2008-03-25 Thread Eric Hanchrow
Mark == Mark J Reed [EMAIL PROTECTED] writes: Mark ... confusion with Squeak, which is how I read this subject Mark at first. (Smalltalk on Parrot?! Whoa!). But maybe Mark that's just me. :) I read it that way too (and had the same reaction :-) -- [T]he main reason Viaweb

[Python-3000] Failure building docs of py3k r30a2

2008-01-13 Thread Eric Hanchrow
On Ubuntu 7.10 Gutsy Gibbon: Unfortunately I don't really know python, so am unable to debug this. I checked out by doing svn co http://svn.python.org/projects/python/tags/r30a2 py3k Then I built python itself with no apparent trouble. But building the docs fails: make -k html

docs for Windows HOME fail to mention registry

2007-07-16 Thread Eric Hanchrow
(info (emacs)MS-Windows Registry) describes how Emacs consults the Windows registry to find various information that, on *nix, would have been gotten from the environment. Examples are the user's HOME directory, the EMACSDATA directory, and others. The problem is that (info (emacs)Windows HOME)

Re: double free or corruption

2007-06-28 Thread Eric Hanchrow
I'm 98% sure they're working on that, but I can't find the article right now to cite. -- Two degrees in be-bop, a Ph.D. in swing -- Lowell George, Fred Martin ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: double free or corruption

2007-06-28 Thread Eric Hanchrow
http://permalink.gmane.org/gmane.emacs.devel/73999 -- Two degrees in be-bop, a Ph.D. in swing -- Lowell George, Fred Martin ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

tramp dies with value as variable is void

2007-06-28 Thread Eric Hanchrow
I started emacs with 'emacs -Q -nw' I typed C-x C-f / e r i c h @ 1 9 2 . 1 6 8 . 0 . 1 2 6 : RET I saw tramp-find-foreign-file-name-handler: Symbol's value as variable is void: cl-struct-tramp-file-name-tags Here's a stack trace: Debugger entered--Lisp error: (void-variable

Re: What should I work on at the hackathon tomorrow and Friday?

2007-06-27 Thread Eric Hanchrow
That's a generous offer. How about activating the TODO test described in http://rt.perl.org/rt3/Ticket/Display.html?id=42996, and making it pass? -- A DRE voting system is one of the simplest computer applications you could imagine. It just adds by one. -- Brit Williams, emeritus

Re: What should I work on at the hackathon tomorrow and Friday?

2007-06-27 Thread Eric Hanchrow
That's a generous offer. How about activating the TODO test described in http://rt.perl.org/rt3/Ticket/Display.html?id=42996, and making it pass? -- A DRE voting system is one of the simplest computer applications you could imagine. It just adds by one. -- Brit Williams, emeritus

doc string discrepancy in ibuffer-mark-old-buffers

2007-06-26 Thread Eric Hanchrow
Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of

M-%, in query-replace, offers less-than-ideal default replacement text

2007-06-18 Thread Eric Hanchrow
Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of

Re: [perl #39426] [BUG] Can't build with cygwin.

2007-06-16 Thread Eric Hanchrow
Paul == Paul Cochrane [EMAIL PROTECTED] writes: Paul Cygwin is building for me without the PATH setting as of Paul r19022. Not for me, alas: $ svn up -r19022 $ perl Makefile.PL $ make all ... Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross

Re: [perl #39426] [BUG] Can't build with cygwin.

2007-06-16 Thread Eric Hanchrow
Paul == Paul Cochrane [EMAIL PROTECTED] writes: Paul Cygwin is building for me without the PATH setting as of Paul r19022. Not for me, alas: $ svn up -r19022 $ perl Makefile.PL $ make all ... Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross

Re: [HCoop-Discuss] pub-key ssh authentication

2007-06-02 Thread Eric Hanchrow
Adam == Adam Megacz [EMAIL PROTECTED] writes: Adam http://wiki.hcoop.net/wiki/RealSecurity Ah, I read that and installed some kerberos stuff for my home machine (namely kerberos4kth-clients (1.2.2-11.3ubuntu4)), made sure the dns_ things weren't in my /etc/krb5.cnf, and then: $ kinit

Re: [HCoop-Discuss] Test Message #1

2007-05-16 Thread Eric Hanchrow
Aaron == Aaron Hsu [EMAIL PROTECTED] writes: Aaron This is a test message. And it was well received. -- Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- John F. Woods

Re: [HCoop-Discuss] Membership freeze?

2007-05-12 Thread Eric Hanchrow
Without having closely read all the arguments on each side, my gut tells me that freezing membership applications, in order to make the admin's lives easier, is the right thing. -- One of the fundamental philosophical questions of our time is why Goofy is a person and Pluto is a dog. --

Re: delete-trailing-whitespace misbehaves in scheme-mode

2007-04-11 Thread Eric Hanchrow
Jose == Jose A Ortega [EMAIL PROTECTED] writes: Jose In a buffer with scheme-mode active, Jose delete-trailing-whitespace treats a traling vertical bar Jose character (|) as trailing whitespace (that is, the character Jose is deleted when invoking delete-trailing-whitespace,

Re: Ugly W32 display bug - fontified letters chopped on right

2007-04-11 Thread Eric Hanchrow
Richard == Richard Matthew Stallman [EMAIL PROTECTED] writes: Richard Should Emacs users always turn off use of ClearType? If Richard so, can Emacs do it automatically? Ugh. ClearType is a pretty nice feature, and it'd be very frustrating if using Emacs caused it to be turned off.

Re: Ugly W32 display bug - fontified letters chopped on right

2007-04-09 Thread Eric Hanchrow
Eli == Eli Zaretskii [EMAIL PROTECTED] writes: I'm clearly seeing it myself, for what that's worth, using Bitstream Vera Sans Mono at 12 pixels. Eli Do you have ClearType turned on? I did. Eli If so, does the problem go away if

Re: Ugly W32 display bug - fontified letters chopped on right

2007-04-08 Thread Eric Hanchrow
I'm clearly seeing it myself, for what that's worth, using Bitstream Vera Sans Mono at 12 pixels. If I enlarge the font a lot, to like 24 pixels, I don't see it. -- That sounds like a bunch of baloney, [Feynman] said. Give me something real to do. So we sent him out to buy some office supplies.

Re: Current State of Building Parrot on Cygwin

2007-04-01 Thread Eric Hanchrow
Ron == Ron Blaschke [EMAIL PROTECTED] writes: Ron If you see this error ... Ron the file has Windows line endings Dare I suggest that parrot not be so fussy about line endings? -- If you're trying to choose between two theories and one gives you an excuse for being lazy, the other one

Re: Current State of Building Parrot on Cygwin

2007-04-01 Thread Eric Hanchrow
Ron == Ron Blaschke [EMAIL PROTECTED] writes: Ron If you see this error ... Ron the file has Windows line endings Dare I suggest that parrot not be so fussy about line endings? -- If you're trying to choose between two theories and one gives you an excuse for being lazy, the other one

Re: [perl #37997] r10604 build failure on Cygwin

2007-03-31 Thread Eric Hanchrow
Ron == Ron Blaschke [EMAIL PROTECTED] writes: Ron Sorry, I guess there was some mental PATH overloading going Ron on. Try adding the absolute path to Fblib/lib to PATH. Ron export PATH=/path/to/parrot/blib/lib:$PATH Ron And then make. OK, that gets me past that failure,

Re: [perl #37997] r10604 build failure on Cygwin

2007-03-31 Thread Eric Hanchrow
Ron == Ron Blaschke [EMAIL PROTECTED] writes: Ron Sorry, I guess there was some mental PATH overloading going Ron on. Try adding the absolute path to Fblib/lib to PATH. Ron export PATH=/path/to/parrot/blib/lib:$PATH Ron And then make. OK, that gets me past that failure,

Re: [perl #42170] [PATCH] Report line numbers on trailing_space.t

2007-03-30 Thread Eric Hanchrow
jerry == jerry gay [EMAIL PROTECTED] writes: jerry i've never run emacs, so i don't know the lispy analog. jerry i'm sure somebody will chime in with it. This does what you think it does: (setq-default show-trailing-whitespace t) Emacs 22 users can highlight tabs like this:

Re: [perl #42170] [PATCH] Report line numbers on trailing_space.t

2007-03-30 Thread Eric Hanchrow
jerry == jerry gay [EMAIL PROTECTED] writes: jerry i've never run emacs, so i don't know the lispy analog. jerry i'm sure somebody will chime in with it. This does what you think it does: (setq-default show-trailing-whitespace t) Emacs 22 users can highlight tabs like this:

Re: IRC discussion of smoking and branching

2007-03-29 Thread Eric Hanchrow
chromatic == chromatic [EMAIL PROTECTED] writes: chromatic The line-ending coding standards tests can be a problem chromatic in some cases, where Windows developers add new files chromatic with their native format and forget to set the chromatic svn:eol-style=native property on

Re: IRC discussion of smoking and branching

2007-03-29 Thread Eric Hanchrow
chromatic == chromatic [EMAIL PROTECTED] writes: chromatic The line-ending coding standards tests can be a problem chromatic in some cases, where Windows developers add new files chromatic with their native format and forget to set the chromatic svn:eol-style=native property on

Re: [perl #37997] r10604 build failure on Cygwin

2007-03-28 Thread Eric Hanchrow
I use Cygwin and am willing to occasionally test the build on it. Alas I have no clue how to actually -develop- for Cygwin, so I doubt I'd be much help fixing any problems that I find. But I'd be happy to svn up; perl Configure.pl make all test and summarize or post the results. -- I'd like to

Re: [perl #37997] r10604 build failure on Cygwin

2007-03-28 Thread Eric Hanchrow
Joshua == Joshua Gatcomb [EMAIL PROTECTED] writes: Joshua Really? No one on #parrot has been able to get parrot to Joshua work on Cygwin for months. The reason has changed since Joshua this specific ticket but if you have a working cygwin Joshua build can you please share more

Re: [perl #37997] r10604 build failure on Cygwin

2007-03-28 Thread Eric Hanchrow
I use Cygwin and am willing to occasionally test the build on it. Alas I have no clue how to actually -develop- for Cygwin, so I doubt I'd be much help fixing any problems that I find. But I'd be happy to svn up; perl Configure.pl make all test and summarize or post the results. -- I'd like to

Re: [perl #37997] r10604 build failure on Cygwin

2007-03-28 Thread Eric Hanchrow
Joshua == Joshua Gatcomb [EMAIL PROTECTED] writes: Joshua Really? No one on #parrot has been able to get parrot to Joshua work on Cygwin for months. The reason has changed since Joshua this specific ticket but if you have a working cygwin Joshua build can you please share more

Re: [perl #42106] t/pmc/iterator.t t/src/io.t failed on Linux

2007-03-26 Thread Eric Hanchrow
I think that's my code; I'm looking into it. -- I'd like to see Rush Limbaugh tell Omar he can't get married. --Alex Kotlowitz. You hadda be there

Re: [perl #42106] t/pmc/iterator.t t/src/io.t failed on Linux

2007-03-26 Thread Eric Hanchrow
I think that's my code; I'm looking into it. -- I'd like to see Rush Limbaugh tell Omar he can't get married. --Alex Kotlowitz. You hadda be there

Re: [perl #41617] make test-pir fails on x86 linux, r14402

2007-02-28 Thread Eric Hanchrow
Audrey == Audrey Tang [EMAIL PROTECTED] writes: Audrey Thanks, please svn up the pugs tree and try again. Same problem with r15386. -- Raffarin said he wants to see secure Internet voting in France by 2009, and he said if he had a homosexual son, he would love him ... -- from the

Re: [perl #41617] make test-pir fails on x86 linux, r14402

2007-02-28 Thread Eric Hanchrow
Audrey == Audrey Tang [EMAIL PROTECTED] writes: Audrey Thanks, please svn up the pugs tree and try again. Same problem with r15386. -- Raffarin said he wants to see secure Internet voting in France by 2009, and he said if he had a homosexual son, he would love him ... -- from the

in PIR, a BigInt is turning into a string against my will -- what am I doing wrong?

2007-02-17 Thread Eric Hanchrow
(This is with parrot built from the subversion trunk, revision 16999) Here's a bit of PIR that demonstrates my problem: .sub 'main' :main load_bytecode 'dumper.pir' .local ResizablePMCArray fields split fields, ,, hey,you _dumper (fields)

in PIR, a BigInt is turning into a string against my will -- what am I doing wrong?

2007-02-17 Thread Eric Hanchrow
(This is with parrot built from the subversion trunk, revision 16999) Here's a bit of PIR that demonstrates my problem: .sub 'main' :main load_bytecode 'dumper.pir' .local ResizablePMCArray fields split fields, ,, hey,you _dumper (fields)

Bug#160841: xserver-xfree86: [tdfx] exhausts virtual memory and arouses Linux OOM killer when changing video modes on Voodoo5 rev 1

2007-02-12 Thread Eric Hanchrow
Brice == Brice Goglin [EMAIL PROTECTED] writes: Brice Hi Eric, Did you have a chance to try to reproduce this Brice bug? No; I no longer use that particular video card. -- I ... don't want programming to be really interesting any more than I want my toaster to be really interesting.

Re: No X even though DISPLAY is working

2007-02-08 Thread Eric Hanchrow
Per == Per Starbäck [EMAIL PROTECTED] writes: Per In GNU Emacs 22.0.93.1 (i686-pc-linux-gnu) of 2007-02-08 Per configured using `configure Per '--prefix=/home/per/emacs/pretest'' If you still have the config.log file, take a look and see if it contains #define

Bug#229628: xserver-xfree86-dbg: 82845G/GL: Frequent crashes: `Fatal server error: lockup'

2007-01-30 Thread Eric Hanchrow
I haven't repro'd this recently, but I'm 85% sure that if I tried, it would repro. It's pretty catastrophic (it forces me to reboot, iirc) that I don't want to do so unless you really think it'd be helpful. -- Asking the Iraqi people to assume Saddam's debts is rather like telling a man who has

Bug#229628: xserver-xfree86-dbg: 82845G/GL: Frequent crashes: `Fatal server error: lockup'

2007-01-30 Thread Eric Hanchrow
I haven't repro'd this recently, but I'm 85% sure that if I tried, it would repro. It's pretty catastrophic (it forces me to reboot, iirc) that I don't want to do so unless you really think it'd be helpful. -- Asking the Iraqi people to assume Saddam's debts is rather like telling a man who has

Bug#229072: xserver-xfree86: 82845G/GL: No devices detected

2007-01-14 Thread Eric Hanchrow
Brice == Brice Goglin [EMAIL PROTECTED] writes: Brice Hi, About 3 years ago, you reported a bug to the Debian BTS Brice regarding a Intel 82845G/GL not being supported by the X Brice server. Did you reproduce this problem recently? I don't know. I can't think of a non-intrusive

Bug#229072: xserver-xfree86: 82845G/GL: No devices detected

2007-01-14 Thread Eric Hanchrow
Brice == Brice Goglin [EMAIL PROTECTED] writes: Brice Hi, About 3 years ago, you reported a bug to the Debian BTS Brice regarding a Intel 82845G/GL not being supported by the X Brice server. Did you reproduce this problem recently? I don't know. I can't think of a non-intrusive

Bug#160841: xserver-xfree86: [tdfx] exhausts virtual memory and arouses Linux OOM killer when changing video modes on Voodoo5 rev 1

2007-01-05 Thread Eric Hanchrow
Brice == Brice Goglin [EMAIL PROTECTED] writes: Brice Hi Eric, 4 years ago, you reported a bug to the Debian BTS, Brice regarding the system oom killing your session when hitting Brice ctrl-alt-plus to zoom in. You didn't know how exactly to Brice reproduce the problem, but it

Bug#160841: xserver-xfree86: [tdfx] exhausts virtual memory and arouses Linux OOM killer when changing video modes on Voodoo5 rev 1

2007-01-05 Thread Eric Hanchrow
Brice == Brice Goglin [EMAIL PROTECTED] writes: Brice Hi Eric, 4 years ago, you reported a bug to the Debian BTS, Brice regarding the system oom killing your session when hitting Brice ctrl-alt-plus to zoom in. You didn't know how exactly to Brice reproduce the problem, but it

calendar gets wrong end for Daylight Savings Time

2006-11-05 Thread Eric Hanchrow
Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of

  1   2   3   >