Package: coffeescript / 2.7.0+dfsg1-2

Metadata

Package Version Patches format
coffeescript 2.7.0+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix node path.patch | (download)

bin/cake | 2 1 + 1 - 0 !
bin/coffee | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix node path
privacy.patch | (download)

docs/v1/index.html | 2 1 + 1 - 0 !
docs/v1/test.html | 2 1 + 1 - 0 !
docs/v2/announcing-coffeescript-2/index.html | 10 1 + 9 - 0 !
docs/v2/index.html | 13 5 + 8 - 0 !
docs/v2/test.html | 10 1 + 9 - 0 !
5 files changed, 9 insertions(+), 28 deletions(-)

 privacy
reproducible build.patch | (download)

Cakefile | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 make the build reproducible
drop __proto__ calls.patch | (download)

test/compilation.coffee | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 drop __proto__ calls in test
fix node 20 prepareStackTrace.patch | (download)

src/register.coffee | 2 1 + 1 - 0 !
test/sourcemap.coffee | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 node 20 has non null error.preparestacktrace
 this fix just checks that its function name is the right one. It is a weak test.