ClearScript Library

Results 87 comments of ClearScript Library

Hi @jeypevillarubia, We can't reproduce this, but a search revealed the following potential workaround: 1. Run `git config --global http.sslVerify false`. 2. Run the `V8Update` script as before. 3. Run...

Hi @jeypevillarubia, Hmm, no error message this time – just a traceback – and it's the same traceback as before. That's odd to say the least. Sadly, without the ability...

Hi @jeypevillarubia, Hmm. Here's what `config.log` should look like: ``` Updating depot_tools... Downloading CIPD client for windows-amd64 from https://chrome-infra-packages.appspot.com/client?platform=windows-amd64&version=git_revision:89ada246fcbf10f330011e4991d017332af2365b... WARNING: Your metrics.cfg file was invalid or nonexistent. A new one...

Please reopen this issue if you have additional thoughts, questions, or findings related to this topic. Thank you!

Hello @prodrammer, >the next time I run "ScriptA", it will not import the updated "ScriptB" Please clarify. By what means – and for what purpose – are you re-running Script...

Hi again @prodrammer, Sorry about the terse response above. To provide a helpful recommendation. we need to understand your scenario. ClearScript's default document loader does assume that documents in the...

Hi @prodrammer, >When creating the engine, I check if any of the scripts have been updated. If they have, I create a new instance of the DocumentLoader. Otherwise, I reuse...

[Version 7.3.3](https://github.com/microsoft/ClearScript/releases/tag/7.3.3) added [`DefaultDocumentLoader`](https://microsoft.github.io/ClearScript/Reference/html/T_Microsoft_ClearScript_DefaultDocumentLoader.htm).

Hi @simontom, You're right, constructor optional parameters are indeed broken in 7.3.2. Sorry about that! We'll try to get a fix out ASAP – hopefully sometime next week after V8...

Fixed in [Version 7.3.3](https://github.com/microsoft/ClearScript/releases/tag/7.3.3).