RSS/Atom feed Twitter
Site is read-only, email is disabled

Mysterious GEGL git behaviour; removing gegl-sampler-sharp.[ch] also removes test XML files

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Mysterious GEGL git behaviour; removing gegl-sampler-sharp.[ch] also removes test XML files Adam Turcotte 15 Jan 17:53
  Mysterious GEGL git behaviour; removing gegl-sampler-sharp.[ch] also removes test XML files Martin Nordholts 15 Jan 18:39
917eb79a1001151050p2ff7a361... 07 Oct 20:29
  Mysterious GEGL git behaviour; removing gegl-sampler-sharp.[ch] also removes test XML files Adam Turcotte 15 Jan 19:51
Adam Turcotte
2010-01-15 17:53:11 UTC (about 15 years ago)

Mysterious GEGL git behaviour; removing gegl-sampler-sharp.[ch] also removes test XML files

I am in the process of creating a patch to add various GSoC 2009 samplers.

I also want to remove the deprecated samples YAFR and sharp.

Removing gegl-sampler-yafr.* did not have any side-effect.

However, removing gegl-sampler-sharp.* also resulted in the gallery xml files being removed (all the OpenRaster*.xml files) even though there appears to be no explicit reference to the sharp sampler in the gallery or below.

Can anyone provide an explanation or workaround?

Should I just provide the patch even though it removes the OpenRaster*.xml files?

Adam Turcotte

Martin Nordholts
2010-01-15 18:39:52 UTC (about 15 years ago)

Mysterious GEGL git behaviour; removing gegl-sampler-sharp.[ch] also removes test XML files

Adam Turcotte wrote:

I am in the process of creating a patch to add various GSoC 2009 samplers.

I also want to remove the deprecated samples YAFR and sharp.

Removing gegl-sampler-yafr.* did not have any side-effect.

However, removing gegl-sampler-sharp.* also resulted in the gallery xml files being removed (all the OpenRaster*.xml files) even though there appears to be no explicit reference to the sharp sampler in the gallery or below.

Can anyone provide an explanation or workaround?

Should I just provide the patch even though it removes the OpenRaster*.xml files?

Wow that sounds very weird. Are you sure removing some c files are causing version-controlled files in the docs/gallery directory to be removed? If this is the case I would be interested in debugging this so feel free to provide the patch, for example with git send-email to this list.

BR,
Martin

Adam Turcotte
2010-01-15 19:51:39 UTC (about 15 years ago)

Mysterious GEGL git behaviour; removing gegl-sampler-sharp.[ch] also removes test XML files

Apologies. I was working on the wrong branch. Mystery solved.

Expect the patch very soon.

Adam Turcotte

On Fri, Jan 15, 2010 at 1:50 PM, Nicolas Robidoux < nicolas.robidoux@gmail.com> wrote:

Notwithstanding that this is very strange, a workaround would be to let git take the files out, and then put them back with git.

Nicolas Robidoux