Nick Johnson
Nick Johnson
Have you imported it and done `using strings for *` as in the first example? Can you include a complete failing example, please?
That should work fine - and it works fine in Browser Solidity. If it's not working in your local solc, and it's up to date, I don't know what else...
Again, there's nothing more I can do: This exact code works for me in Browser Solidity, and on the command line (in the unittests) with the latest version of solc....
> Actually, I don't even see how the functions could be visible outside of the library since they are marked as "internal" and the Solidity doc says "Those functions and...
Can you give a complete example that fails in browser solidity, along with the error message you get?
> On the line containing parts[i] = s.split(delim).toString(); there is an error in browser solidity which says Type string memory not implicitly convertible to expected type struct slice memory. That's...
Seems like a fine idea to me. Only thing I'd suggest is that `Disassemble` should either return a slice of strings, one per line (which is more efficient), or even...
It sounds like you're including the library more than once, via a relative path and an absolute path. What do your import statements look like?
Hi, Good point about interacting with distro communities. Unfortunately, I really haven't had much time to work on netboot.me lately, and that may not change in the near future.
I don't have a local agency. netboot.me is an open source project and a part-time creation of mine; my day job is at Google.