Divy Srivastava

Results 191 comments of Divy Srivastava

The `Builtins_LoadIC` is concerning. I think its related to webidl?

@billywhizz you need to use `deno_ops` and `deno_core` from my PR branch. The `GetBackingStore` changes are unreleased.

Which server are we talkiing about here? Is WebStorm using the unstable `Deno.serve` API or `std/http/server.ts`? The `Content-Length` issue was fixed in `Deno.serve` in 1.25.2

@j-mendez Thank you for the benchmarks. Although none of them are doing anything asynchrnous so it's unlikely that we are measuring `spawn` / `spawn_blocking` performance here. A better benchmark would...

@j-mendez Try this one `deno run -A --unstable cli/bench/write_file.js`. It tries to write small chunks to `/dev/null` as fast as possible.

@Uzlopak Are there any particular performance issues you'd like us to look into?

There is a contributing section in the manual https://deno.land/[email protected]/contributing (linked in the README: https://github.com/denoland/deno#contributing)

Currently failing conformance tests: ``` conformance::classes::classDeclarations::classHeritageSpecification::classAppearsToHaveMembersOfObject.ts conformance::classes::members::classTypes::indexersInClassType.ts conformance::classes::members::privateNames::privateNameSetterExprReturnValue.ts conformance::classes::mixinAbstractClassesReturnTypeInference.ts conformance::classes::propertyMemberDeclarations::definePropertyOutputES3.ts conformance::classes::propertyMemberDeclarations::memberFunctionDeclarations::staticFactory1.ts conformance::es2020::numberFormatCurrencySign.ts conformance::es2020::numberFormatCurrencySignResolved.ts conformance::es6::Symbols::symbolProperty40.ts conformance::es6::computedProperties::computedPropertyNames21_ES5.ts conformance::es6::computedProperties::computedPropertyNames21_ES6.ts conformance::es6::computedProperties::computedPropertyNames23_ES5.ts conformance::es6::computedProperties::computedPropertyNames23_ES6.ts conformance::es6::destructuring::restPropertyWithBindingPattern.ts conformance::expressions::functions::arrowFunctionExpressions.ts conformance::expressions::typeGuards::typeGuardsInConditionalExpression.ts conformance::expressions::typeGuards::typeGuardsInFunctionAndModuleBlock.ts conformance::expressions::typeGuards::typeGuardsInRightOperandOfAndAndOperator.ts conformance::expressions::typeGuards::typeGuardsInRightOperandOfOrOrOperator.ts conformance::expressions::typeSatisfaction::typeSatisfaction_optionalMemberConformance.ts conformance::parser::ecmascript5::SuperExpressions::parserSuperExpression4.ts conformance::statements::forStatements::forStatements.ts conformance::statements::ifDoWhileStatements::ifDoWhileStatements.ts conformance::statements::returnStatements::returnStatements.ts conformance::types::intersection::intersectionTypeInference3.ts...

Done in #245