Daniel Que

Results 17 issues of Daniel Que

Great tool! Doesn't seem to have support for imports though. This would be very helpful.

What's the minimum version of node? Works fine with v6.2.1, but with v0.10.32 I get: ``` /Users/danielq/.nvm/v0.10.32/lib/node_modules/es-ctags/src/command-line.js:3 const path = require('path') ^^^^^ SyntaxError: Use of const in strict mode. at...

Warnings are outputted twice, so a way to ignore one of them is required. Example `truffle compile` output: ``` Compiling ./contracts/ETFToken.sol... Compiling zeppelin-solidity/contracts/math/SafeMath.sol... Compiling zeppelin-solidity/contracts/ownership/Ownable.sol... Compiling zeppelin-solidity/contracts/token/ERC20/BasicToken.sol... Compiling zeppelin-solidity/contracts/token/ERC20/ERC20.sol... Compiling...

When stepping through code line by line, sometimes the instructor pointer ends up pointing to some seemingly arbitrary Solidity code. (It's arbitrary because it's code that has nothing to do...

When debugging a transaction that occurred from a test, the following warning is given: Warning: The source code for one or more contracts could not be found. Is it possible...

Fixes the bug where jumping to an error in the location list doesn't jump to the correct file, if the file being edited lives beyond `./`. This happens because lint-trap...

I'm trying to set this up, using the AST generated from solparse with [this file](https://github.com/cryptofinlabs/cryptofin-solidity/blob/master/contracts/array-utils/AddressArrayUtils.sol), but I get the following error: ``` /Users/danielque/git/cryptofin-solidity/node_modules/soltar/index.js:342 GENERATOR_OBJECT [item.type] (item), ^ TypeError: GENERATOR_OBJECT[item.type] is...