usethesource / usethesource.github.io

Organization website for UseTheSource
1 stars 2 forks source link

`Tree@\loc` to `Tree.src` #20

Open jurgenvinju opened 2 years ago

jurgenvinju commented 2 years ago
DavyLandman commented 2 years ago

I agree.

jurgenvinju commented 2 years ago

we also have to migrate the is defined check to an is pres ent check

that has already been done. the only matter left is to decide to remove the has operator. The ? operator on keyword fields checks whether or not the field has been set explicitly, or that a default will be returned when the field is projected.

Is this the right repo?

this is the right repo for all crosscutting concerns where almost all usethesource projects have to synchronize on a non-backward compatible change. an copy issue per repo is useful in case it takes long.

DavyLandman commented 2 years ago

this is the right repo for all crosscutting concerns where almost all usethesource projects have to synchronize on a non-backward compatible change. an copy issue per repo is useful in case it takes long.

true, but keeping this in the rascal repo would also be fine, as it's fallout from a change in that repo.

jurgenvinju commented 2 years ago

See https://usethesource.io/about/processes.html#:~:text=Architectural%20Change%20Process,issue%20is%20closed.