So, I’ve finally managed to take a closer look at Bazel and I really like its responsiveness.
Will probably need to spend a bit more time with it for it to feel really familiar. I’ve managed to build and run jflex and the example through bazel, but I haven’t figured out yet for instance how to get a list of all available test targets (or how to run them all).
In any case, it’s looking pretty good.
Cheers,
Gerwin
> On 27 Nov 2019, at 09:42, Régis Décamps <re...@de...> wrote:
>
> Hey!
>
> I think Bazel really works well for JFlex.
>
> The build on Cirrus usually takes less than a minute.
>
> And the manual can be produced with the only dep of having python installed (and that's a bug in the rule, I'd say).
>
> The first time will be slow, though (well, Maven was also slow when it was fetching all deps)
>
> I tried to document things on the home page README and other directories. Let me know if you need help.
>
> Cheers,
>
> --
> Régis Décamps
>
> http://regis.decamps.info/ <http://regis.decamps.info/>
|