Tim Whiting

Results 67 issues of Tim Whiting

Just want to have this issue as a reminder that I should log in the migration tooling when a file fails to parse or fails to migrate, along with a...

enhancement
migration tool

Before ```dart Map // works IMap // does not work ``` Custom toJson / fromJson map types can now have keys serialized to strings. This expects the to/fromJson function to...

The benchmark `bench.kk` file was not running so I've updated it. I've updated double -> float64 @"" -> r"" And added the `rbtree-fbip` to benchmarks along with a new benchmark...

I ran into this syntax error a lot today trying to do the Advent of Code Mostly when adding commenting out the next line

WIP Still some more work I can do, but ultimately blocked on installations.

Feel free to edit as you see fit

Here are the updates for the codegen

The ContextRoot class has a analyzedFiles() method that returns all files that are supposed to be analyzed taking into account the analysis_options.yaml file etc. ``` dart /// Return the absolute,...

Adds support for debugging with the dart debugger with hot-reload of linter and automatic reanalysis of test files when they change. It makes it much easier to develop lints when...

Generate Server Stubs as well. Here are the different servers packages that are commonly used in Dart I think: * http * angel * aquaduct * shelf I see you...