didactic-drunk

Results 27 comments of didactic-drunk
trafficstars

I have to agree with no default or a standard extension default. The current default wasted a bunch of time debugging an issue with sub seconds. The current default doesn't...

> A `Time` can be transferred either as ISO 8601 string or epoch seconds or even epoch milliseconds. There should not be a default constructor for `Time` IMO. I've also...

I was surprised when my fractional seconds disappeared using the default packing method. I'm not sure if that's a bug or missing documentation but seems to violate the POLS, especially...

What about non-github repos? Or malware repos that don't willingly report? Or repos that depend on malware repos that the author no longer maintains?

I have one also. ``` Fetching https://github.com/crystal-lang/crystal-sqlite3.git git fetch --all --quiet git tag --list --column=never versions: 0.9.0, 0.8.3, 0.8.2, 0.8.1, 0.8.0, 0.7.0, 0.6.0, 0.5.0, 0.4.0, 0.3.0, 0.2.0, 0.16.0, 0.15.0, 0.14.0,...

Shouldn't `GC.malloc` be `GC.malloc_atomic`?

Knowing how often a statement is reused could be helpful. Perhaps keep statistics on reuse and optionally log prepared statement usage when the connection is closed.

I don't think incremental compilation needs to be perfect. If half a program is suitable for incremental compilation how much time is saved? Maybe some classes or methods won't qualify...

One minor optimization that's probably obvious to the core team but possibly not to others attempting to do incremental compilation: throw all uncachable code in it's own cached unit. If...

Partial automatically generated documentation may still be useful depending on it's completeness. How much is missing?