Dan Field

Results 56 issues of Dan Field

## no_write_only_initialization ## Description A write only field may be tree-shaken away, but if it is not `late` its initialization code will be inlined into the constructor. This can negatively...

P3
lint proposal
status: pending

go to https://api.dart.dev/dev/2.19.0-216.0.dev/index.html Open the console Start typing in the API search box observe JS errors ``` js_helper.dart:1124 Uncaught RangeError (start): Invalid value: Not in inclusive range 0..1: 6 at...

bug
P1
customer flutter
feature: new search

customer: money is interested in experimenting with Impeller on iOS (pending development verification of visual correctness). It would probably be easier for them to run an experiment if they can...

platform-ios
engine
customer: google
customer: money (g3)
P4
impeller

Impeller will be able to do path dashing much more quickly than the concerns we had with Skia. This should be low priority, but the current methods of dashing a...

new feature
engine
P5
impeller

```cpp TEST_F(EntityTest, BezierCircleScaled) { Entity entity; auto path = PathBuilder{} .MoveTo({97.325, 34.818}) .CubicCurveTo({98.50862885295136, 34.81812293973836}, {99.46822048142015, 33.85863261475589}, {99.46822048142015, 32.67499810206613}) .CubicCurveTo({99.46822048142015, 31.491363589376355}, {98.50862885295136, 30.53187326439389}, {97.32499434685802, 30.531998226542708}) .CubicCurveTo({96.14153655073771, 30.532123170035373}, {95.18222070648729, 31.491540299350355}, {95.18222070648729, 32.67499810206613})...

engine
severe: rendering
P4
impeller

I'm working up updating/fixing the sample.comp shader. This line isn't currently safe: https://github.com/flutter/engine/blob/3c4af1da0c3e76b2957db4efdd44604b0342d1ab/impeller/fixtures/sample.comp#L19 Because with too little data or too many threads, it will do OOB accesses. I'd like to...

engine
P4
impeller

I found this while tweaking //impeller/compiler/compiler.cc to test something using a higher SPIRV version than 1.0. In this case, I had misconfigured the Vulkan version for the SPIRV version I...

engine
P5
impeller

The tool already does transformation of icon fonts at build time. It would be good to make an interface like that open and pluggable, so that packages external to the...

c: new feature
tool
a: assets
P2
team-tool
triaged-tool

Error looks like this: ``` E/flutter (21891): [ERROR:flutter/impeller/base/validation.cc(49)] Break on 'ImpellerValidationBreak' to inspect point of failure: E/flutter (21891): --- Vulkan Debug Report ---------------------------------------- E/flutter (21891): | Severity: Error E/flutter (21891):...

platform-android
engine
e: impeller

Refactors `ShaderTarget` to make it opaque as to whether it's using Impeller or SkSL and instead has it focus on the target platform it's generating for. ImpellerC includes SkSL right...

tool