Hans Larsen

Results 59 issues of Hans Larsen

These should have been there from the start.

Internal

I assume this will have a fair bit of bikeshedding on the interface. This only supports text errors since it only adds the message (which is text only). Supports syntax...

enhancement
discussion
API

This will be the foundation for having a combinatoric module loader system.

enhancement
API

Splitting this into its own PR as the other PR was getting too large and opinionated. This should be fairly straightforward.

performance
API

This is a PR showing a new test that breaks Latin1. The first `assert!` will pass, but the `assert_eq!` will fail. The right optimization would be to use `u8::MAX >>...

This saves time for people implementing their own runtime that aren't using the serve.py script to load the tests.

infra

To run the tests, you require adding the `wpt-tests` feature and setting the `WPT_ROOT` environment variable on the command line. Example: ```bash WPT_ROOT=$HOME/Sources/hansl/wpt cargo test -p boa_runtime --features "wpt-tests" ```...

enhancement

This should reduce the amount of rename on each fields.

This is as close to JSON as we can get. This should make `impl Into for SomeRustStruct {}` really easy to make. This macro can be used like so: ```rust...