
pocmatos
2020-7-26 19:34:09
Interesting. I will take a look tomorrow. Thanks.

mflatt
2020-7-27 02:42:38
Can we still make CI work well if the Chez Scheme sources are merged as a subtree into the racket
repo? (Using a subtree solves various other problems, and submodules do not appear to be a good option to solve those other problems.)

pocmatos
2020-7-27 05:20:55
@mflatt Yes - it can still work well. We can ensure that Chez workflows are only triggered when files inside the subtree change. I think this is actually a good idea.

pocmatos
2020-7-27 05:21:08
I will change the CI as soon as you do the merge.

pocmatos
2020-7-27 05:22:50
This actually solve a big CI problem on the racket side which is that racket currently clones Chez to build racket cs, which means that racket can fail a build even if nothing in racket changes.