Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade boa engine trevorm #230

Draft
wants to merge 22 commits into
base: 0.6.0-scripting-dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
89fb6ae
Attempt to update boa_engine to 0.18
tkmcmaster Jun 7, 2024
057d836
Found replacement for ParseError
tkmcmaster Jun 7, 2024
b147e04
Replaced Gc<CodeBlock> with Script and script.evaluate
tkmcmaster Jun 10, 2024
2f302ed
Fixed the eval calls and scripting macros
tkmcmaster Jun 10, 2024
4aec3c0
Updated type_errors to use new constructors
tkmcmaster Jun 10, 2024
a175599
Updated use for JsArray to new path
tkmcmaster Jun 10, 2024
8667520
Attempts to fix the last of the error
tkmcmaster Jun 11, 2024
5c400aa
Fixed cargo fmt errors
tkmcmaster Jun 11, 2024
c33acd8
Simplified code
tkmcmaster Jun 11, 2024
1340f3f
Updated the code to handle the errors on repeat register calls
tkmcmaster Jun 12, 2024
0a6922f
cargo update
tkmcmaster Jun 12, 2024
b835b99
Removed unneeded clone calls
tkmcmaster Jul 15, 2024
c6d8b08
Added fix for object conversion
tkmcmaster Jul 15, 2024
d53140d
Updated boa_engine to latest relese
tkmcmaster Jul 15, 2024
1f746e7
Reverted some additional &str changes and added comment to str convert
tkmcmaster Jul 15, 2024
7fc5d8c
Fixed the issue with for_each not overwriting
tkmcmaster Jul 16, 2024
796370a
Fixed match_fn test that was failing
tkmcmaster Jul 17, 2024
f180247
Fixed clippy warnings
tkmcmaster Jul 17, 2024
9eed51d
Merge branch '0.6.0-scripting-dev' into upgrade-boa-engine-trevorm
tkmcmaster Jul 17, 2024
06a986a
Updated lock file
tkmcmaster Jul 17, 2024
7ea56c5
Merge branch '0.6.0-scripting-dev' into upgrade-boa-engine-trevorm
tkmcmaster Aug 1, 2024
82ccf5d
Merge branch '0.6.0-scripting-dev' into upgrade-boa-engine-trevorm
tkmcmaster Aug 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading