I'm working on repackaging the core logic of x-api into a ruby gem to support one of the longer-term refactorings I'm working on.
When I build the gem I get the following warnings:
WARNING: tracks/java/exercises/allergies/src/example/java/Allergen.java is a symlink, which is not supported on all platforms
WARNING: tracks/java/exercises/meetup/src/example/java/MeetupSchedule.java is a symlink, which is not supported on all platforms
WARNING: tracks/java/exercises/triangle/src/example/java/TriangleException.java is a symlink, which is not supported on all platforms
WARNING: tracks/java/exercises/triangle/src/example/java/TriangleKind.java is a symlink, which is not supported on all platforms
WARNING: tracks/kotlin/exercises/allergies/src/example/kotlin/Allergen.kt is a symlink, which is not supported on all platforms
So we have symlinks in some places but not all.
What do the symlinks support?
I'm working on repackaging the core logic of x-api into a ruby gem to support one of the longer-term refactorings I'm working on.
When I build the gem I get the following warnings:
So we have symlinks in some places but not all.
What do the symlinks support?