Willem Olding

Results 23 comments of Willem Olding

This is exciting news @MaxGraey. As you may have seen from our holochain HDK we have a pretty simple but functional implementation of stringify, although it does require decorating classes...

As an alternative we could merge #1645 before we do the crates.io release and just pretend the original HDK never happened?

I've just realized this isn't really possible in current Rust. Proc macro crates can only export proc macros so it is impossible to have a single HDK crate. This kinda...

- depends on holochain/js-tests-scaffold#2 - git submodule must be updated to the commit after the above is merged

It is now using the updated js-tests-scaffold. The main problem I see at this stage is the holochain-nodejs won't work for windows users. We better hold off on this PR...

To address this issue I have started a new repo (https://github.com/willemolding/asm-json-parser)

> I could start implementing `JSON.parse` and `JSON.stringify` based on RapidJSON implementation after merged [this PR](https://github.com/AssemblyScript/assemblyscript/pull/275) What is your plan for implementing JSON.parse? I figure since AS can't have an...

Since this relates to AS I opened an issue on the repo https://github.com/AssemblyScript/assemblyscript/issues/292

We require both actually. I guess I expect parse to be a much more challenging problem

How do we like this as an example? It feels pretty good to me but seems kind of awkward that a single typo can create a whole new capability. Another...