Your message dated Thu, 29 Jul 2010 22:04:26 +0000
with message-id <[email protected]>
and subject line Bug#586613: fixed in libhaml-ruby 3.0.15-1
has caused the Debian Bug report #586613,
regarding libhaml-ruby: sass --watch gives NoMethodError
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
586613: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586613
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libhaml-ruby1.8
Version: 3.0.9-1
Severity: normal
File: /usr/bin/sass

Invoking sass normally works okay:

  lakeview ok % sass default.scss default.css

But when using --watch, a NoMethodError occurs:

        lakeview ok % sass --trace --watch default.scss:default.css
        >>> Sass is watching for changes. Press Ctrl-C to stop.
          overwrite default.css
        /usr/lib/ruby/1.8/sass/plugin.rb:146:in `watch': undefined method 
`scope' for Sass::Plugin:Module (NoMethodError)
                from /usr/lib/ruby/1.8/haml/exec.rb:435:in `watch_or_update'
                from /usr/lib/ruby/1.8/haml/exec.rb:347:in `process_result'
                from /usr/lib/ruby/1.8/haml/exec.rb:42:in `parse'
                from /usr/lib/ruby/1.8/haml/exec.rb:22:in `parse!'
                from /usr/bin/sass:8

Obviously, it would be nice if it didn't do that and instead worked
correctly.  I don't think it makes any difference, but I've included the
.scss file I've been working on in case it helps you trigger the bug
better.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libhaml-ruby1.8 depends on:
ii  ruby1.8                      1.8.7.249-3 Interpreter of object-oriented scr

libhaml-ruby1.8 recommends no packages.

Versions of packages libhaml-ruby1.8 suggests:
pn  libhpricot-ruby1.8            <none>     (no description available)
pn  rails                         <none>     (no description available)

-- no debconf information

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
$logo-width: 100px;
$logo-height: 120px;
$color-bg: #aaaaaa;
$color-fg: black;
// This is the color of the two blue filled areas; that is, the chips.
$color-chips: #3a6ca6;
// Most of the main strokes in the logo are this color.
$color-stroke: #aeaeb5;
$color-border: black;
$frame-width: 600px;

@mixin colors($bg: $color-bg, $fg: $color-fg) {
        background-color: $bg;
        color: $fg;
}
@mixin std-padding {
        padding-left: 1%;
        padding-right: 1%;
}

body {
        font-family: sans-serif;
        margin: 0;
        @include colors;
}

#header {
        @include colors;
        padding: 0.5em;
        border-bottom: black 1px solid;

        img {
                display: inline;
                float: left;
        }

        .title {
                text-align: center;
                margin: 0;
        }
}

#main {
        @include std-padding;
        @include colors(white, black);
        p:first-of-type {
                margin-top: 0;
        }
        p:last-of-type {
                margin-bottom: 0;
        }
}

#footer {
        hr {
                display: none;
        }
        @include std-padding;
        border-top: black 1px solid;
        margin: 0;
        font-size: 8pt;
}

/* vim: set ft=css: */

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: libhaml-ruby
Source-Version: 3.0.15-1

We believe that the bug you reported is fixed in the latest version of
libhaml-ruby, which is due to be installed in the Debian FTP archive:

haml-elisp_3.0.15-1_all.deb
  to main/libh/libhaml-ruby/haml-elisp_3.0.15-1_all.deb
libhaml-ruby-doc_3.0.15-1_all.deb
  to main/libh/libhaml-ruby/libhaml-ruby-doc_3.0.15-1_all.deb
libhaml-ruby1.8_3.0.15-1_all.deb
  to main/libh/libhaml-ruby/libhaml-ruby1.8_3.0.15-1_all.deb
libhaml-ruby_3.0.15-1.debian.tar.gz
  to main/libh/libhaml-ruby/libhaml-ruby_3.0.15-1.debian.tar.gz
libhaml-ruby_3.0.15-1.dsc
  to main/libh/libhaml-ruby/libhaml-ruby_3.0.15-1.dsc
libhaml-ruby_3.0.15-1_all.deb
  to main/libh/libhaml-ruby/libhaml-ruby_3.0.15-1_all.deb
libhaml-ruby_3.0.15.orig.tar.gz
  to main/libh/libhaml-ruby/libhaml-ruby_3.0.15.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gunnar Wolf <[email protected]> (supplier of updated libhaml-ruby package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 29 Jul 2010 17:14:47 -0400
Source: libhaml-ruby
Binary: libhaml-ruby1.8 libhaml-ruby libhaml-ruby-doc haml-elisp
Architecture: source all
Version: 3.0.15-1
Distribution: unstable
Urgency: low
Maintainer: Gunnar Wolf <[email protected]>
Changed-By: Gunnar Wolf <[email protected]>
Description: 
 haml-elisp - Haml (and Sass) modes for Emacsen
 libhaml-ruby - Elegant, easy and powerful template engines for HTML and CSS
 libhaml-ruby-doc - Elegant, easy and powerful template engines for HTML and CSS
 libhaml-ruby1.8 - Elegant, easy and powerful template engines for HTML and CSS
Closes: 586613 589119
Changes: 
 libhaml-ruby (3.0.15-1) unstable; urgency=low
 .
   * New upstream release
   * Updated the upstream homepage
   * Added "Recommends: libfssm-ruby1.8" to libhaml-ruby1.8 binary
     package (Closes: #586613)
   * Standards-version: 3.8.4→3.9.1 (no changes needed)
   * Updated man pages to match current options (Closes: #589119)
Checksums-Sha1: 
 ee124397c314d8f2d1cb8813e1999a512aa6092e 2208 libhaml-ruby_3.0.15-1.dsc
 5a53486c07715aca3b15d4bfc6abe619bd997b6a 263939 libhaml-ruby_3.0.15.orig.tar.gz
 4e5cc163a723bee5bc16ad77c68aabdb96942486 8730 
libhaml-ruby_3.0.15-1.debian.tar.gz
 e7ae0a0127dcee9a73f4b146ad7b9031269c1967 147180 
libhaml-ruby1.8_3.0.15-1_all.deb
 5b7392d8b1c39aa8d4de2b943e8955bd8ba48217 4560 libhaml-ruby_3.0.15-1_all.deb
 8101fddf41538b34c5b0a77451621103866226a5 28113188 
libhaml-ruby-doc_3.0.15-1_all.deb
 318e64af106fcf97887607c985663fd24f0ce166 15244 haml-elisp_3.0.15-1_all.deb
Checksums-Sha256: 
 5d6f5105e53f1b948476ca33444075c5013484278b63ced40a8b32ea3a7aa866 2208 
libhaml-ruby_3.0.15-1.dsc
 757a79dde9c660d4c1bdcf1725246fd421048639d571f22bed017f5ab77aa917 263939 
libhaml-ruby_3.0.15.orig.tar.gz
 329cfcc90a9acde89cbe65a7d3e93487bd646f1c425e7a88fb1c0d28c831973c 8730 
libhaml-ruby_3.0.15-1.debian.tar.gz
 352f5900b40c21848b4042b68d3f7b903f36ae9eb32f180181d132b98440e633 147180 
libhaml-ruby1.8_3.0.15-1_all.deb
 3024f7e21661ffaf4c884dfb288bb90b719ea8bee525315ea5fbc80f12747019 4560 
libhaml-ruby_3.0.15-1_all.deb
 1b9a4b36be7775649c5c3cad359444f37d2e1ead1305040c807ea117abd5ba42 28113188 
libhaml-ruby-doc_3.0.15-1_all.deb
 31cc6055c57039c95bf36c08c5b80c0c0ae5b280f928078d109b8d843f3cb0bd 15244 
haml-elisp_3.0.15-1_all.deb
Files: 
 8aace0486d3ecfc071174d5204618275 2208 ruby optional libhaml-ruby_3.0.15-1.dsc
 72498e3c566723b62f7195f1543e1e1c 263939 ruby optional 
libhaml-ruby_3.0.15.orig.tar.gz
 c66b2cca750f94d10e1a54aba7ec5ab9 8730 ruby optional 
libhaml-ruby_3.0.15-1.debian.tar.gz
 c7965d7a8d569c2a26f424dede8612ad 147180 ruby optional 
libhaml-ruby1.8_3.0.15-1_all.deb
 f24f7f7bb236cde470db4577bc9bb698 4560 ruby optional 
libhaml-ruby_3.0.15-1_all.deb
 7d5316507b7f91d101743bb9cf4b2833 28113188 doc optional 
libhaml-ruby-doc_3.0.15-1_all.deb
 b41798e9d2fd64c7b0bd760b0dbf8959 15244 lisp optional 
haml-elisp_3.0.15-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJMUfLBAAoJEGc6A+TB25IftbQP/3jKsULxuNNK408pMdeW2GUG
SfbJhmn6wKlEu3Ce/CU26f2I9KIVoG84iyJYf/jqH9Dum7FbRBlUV+IVYCACo9vQ
Bx/Qs3CE2N8Dc6wKxzZ4fVltiNq02Q0q4M3t7T31skeltvV64bRkI5LgdkwciyKI
RipDPl9XZU17/XauaYk1mQO8YGkXV/k4Yeg9xI/Vd9WlF+SNmYZFPc8JwY38yqmN
KU/4IgPpS1ACBKPaoesRUZ121+eAxLPz5GLvr9wcY55COWeEskYHQBotE9t1zFWR
rvhrsH4jHbsUOH1lVY+mEjIS1VGTmRJxvjjrMJEmVTEsqntTuz2DT6lMEbQy9Hi8
nC03JCM4dUkFW/nRIq/Pa6bGiquGUq9K+uFsnkUqISArWHHLkSfq81ms0gvRvJrC
SPN/Iw6Q2oDXC9JDLum0IexalF1GckXWjsAzgezXMjTSXDcgYVbL8t9muaPubKBn
y7tO/0xyuEGybDzdR4n1j1VMkgp4O2pVZkufjk1RRTHPGJa6zK/MIJekdKzyXs1N
RBuhq4xWOgg44ifIjo6tefbiVY1w0V70RzD1B0qXx0pI3SRtLB0erPyKCjLifJKw
3AIg3ouEIndYhE86FjmjVzXilDd8q+0pTmH+tZWaCS6b/Rg2lDJWDyXeBr/mZvU8
UYSMr7FGzdHQSu5nAFJA
=Jg6Q
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to