TritonDataCenter / node-asn1

Contains parsers and serializers for ASN.1 (currently BER only)
MIT License
64 stars 35 forks source link

Error at writer.js, line 239 #5

Open jichon opened 11 years ago

jichon commented 11 years ago

https://github.com/mcavage/node-asn1/blob/master/lib/ber/writer.js#L239

This line throws "start is not defined"

stephenwvickers commented 7 years ago

Hi @jichon

I have forked this repo in an attempt to address the outstanding patch requests and issues.

If you are still experiencing this issue please can you open an issue under:

https://github.com/stephenwvickers/node-asn1-ber

Please provide a lot of more detail, specifically a program which fails, and I will be more than happy to look into it.

Steve

stephenwvickers commented 7 years ago

I have seen there is little progress on this project over the past few years. My project, the net-snmp project, depends on this project, so I have cloned it and migrated (i.e. copied) all the outstanding issues and pull requests.

I will be releasing a new version of my version of this project under the asn1-ber namespace on npmjs.org by the end of the week which should address this particular item (I've already pushed the current code to this namespace to reserve it).

I am now tracking all changes under my own copy at asn1-ber. Note that this is not a "fork" but a clone and fresh commit to a new repository. I have of course retained all copyrights and attributed back the original author.

There are quite a few projects dependant on this project, and I want to make sure there is momentum on the issues and feature requests reported.