-
Currently the effort of the code doesn't seem to hinge too heavily on one particular area, but the supercell builder is somewhat expensive.
Explore whether it is possible to further speed it up alo…
-
I've noticed with 0.10 that the reported line/column of compilation errors are not always accurate. I am not sure whether this is a Spectator issue or really a Crystal compiler issue. When compiling a…
-
Greetings. Your program is really fantastic thanks for all your hard work.
Here is the bug:
When I enlarge the C axis using the super cell builder on molecules such as the one attached, the resul…
cryos updated
3 years ago
-
The standard library sometimes uses `GC.malloc` and `GC.malloc_atomic` to allocate raw bytes, when `Slice` isn't appropriate. Some examples are:
https://github.com/crystal-lang/crystal/blob/0e82118…
-
It should be constantly visible, just not the area around it
-
Crystal uses two strategies to run codegen specs. If the snippet requires the prelude, then `::run` injects a `print` call, builds the code to an actual temporary executable, then inspects its output …
-
I think I found a possible infinite loop in the standard library when implementing a new `Int` type, and while trying to minimally reproduce it, triggered a bug in the playground.
Code:
```
struc…
-
This would be sort of a quality of life improvement. When creating an API that uses some sort of builder pattern where you want to chain multiple methods, you will generally return `self` on all of th…
-
It causes periodically when works with cli commands:
```
roquie:test-lucky$ lucky gen.model VatNumberType
Created CreateVatNumberTypes::V20200919094107 in ./db/migrations/20200919094107_create_va…
-
OSX version: `10,11,16`
Crystal version:
```
Crystal 0.27.0 (2018-11-01)
LLVM: 3.9.1
Default target: x86_64-apple-macosx
```
when I download the repo and run `shards install && shards build` I…