Anton Lyxell

Results 15 comments of Anton Lyxell

> Would you like to change the synthesiser accordingly? Let me know whether you need help. Sure! I'll take a look at this.

Hi Quentin, Even though the datastructure is designed to be paired with `ConcurrentFlyweight` I still think there could be worth in improving the interface to ensure that the implementation does...

Is regexes ever precompiled or are they always compiled at runtime in Souffle? I guess this should also play a role in which regex engine would be suitable. If I...

> If only we were so lucky -- Hana Dusíková [has a proposal](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1433r0.pdf) for compile-time evaluation for `std::regex`, but it's not slated until C++23 at the earliest. The language of...

Unrelated, but since this issue is still open; is the cred to segmentio in license file for this repo correct?

Maybe you already have small reproducible examples and I am not sure if this is even related but running `java -jar sorald-0.2.0-jar-with-dependencies.jar repair --source=Test.java --rule-key=1854` (Unused assignments should be removed)...

@lyxell https://github.com/SpoonLabs/sorald/pull/569#issuecomment-861347385 > Does it really fix the problem though? Couldn't it be the case that this approach actually just supresses a potentially important warning for a bug? > >...

> During a meeting today, we agreed that we do not attempt to repair these warnings if we can determine that doing so will cause a compile error. This amounts...

Comby also has another nice feature when displaying diffs. For a diff like: ```diff - int[] arr = {1, 2, 3, 4}; + int[] arr; ``` It uses highlighting to...

After trying out a few different options, this is probably the way to go: ![2021-07-06-212143_1232x672_scrot](https://user-images.githubusercontent.com/4975941/124655583-53faa180-dea0-11eb-9c57-f129943fafc3.png)