Alex Hansen

Results 123 comments of Alex Hansen

I have not started on any actual implementation of docstrings. That task is still open for the taking. I just went ahead and cleared assignees: #149

With the new approach of overwriting sections of the bytecode, this won't be possible without performing constant evaluation in the SDK and thusly introducing a dependency on the language. Or,...

The memory layout spec of Sway is not the same layout as Rust, so evaluating, e.g. `Option::Some(0x123123123...)` in Rust won't necessarily give you the same bytes as valid Sway would.

I see. I was thinking we wanted to support anything that could be in a `const`, which would be anything constantly evaluatable. The encoder would handle literal cases, but the...

@nfurfaro and I discussed potentially making a `Bytes` type that would contain a packed vector of bytes, like a `Vec`, that could be used here -- it could also replace...

> > @nfurfaro and I discussed potentially making a `Bytes` type that would contain a packed vector of bytes, like a `Vec`, that could be used here -- it could...

Marking as a draft pending discussions w/ SDK team and an RFC.

Is there any progress on the status of body post body extraction? I'm unsure what the currently advised way of extracting post bodies is -- the examples are using `to_async`...

Ah, I just was migrating from `Iron` to this since `iron` went unmaintained. Lol, I didn't know this was not actively maintained either. Perhaps a notice could be put in...

We did chat about this in the Gitter a bit. There are some people who would be interested in helping out where possible, myself included.