Claus Fieker

Results 337 comments of Claus Fieker

On Wed, Mar 15, 2023 at 06:47:53AM -0700, simonbrandhorst wrote: > From the user perspective I prefer the ***@***.***_experimental()` solution. But putting ***@***.***_experimental()` in each function seems annoying. Are there...

On Wed, Mar 15, 2023 at 09:03:53AM -0700, simonbrandhorst wrote: > I would be hesitant to use experimental code to prove a theorem unless I wrote the code myself and...

On Wed, Mar 15, 2023 at 11:37:07PM -0700, Michael Joswig wrote: > What is your goal? Do you want to keep that code secret? What is special about that code?...

On Thu, Mar 16, 2023 at 12:27:57PM -0700, simonbrandhorst wrote: > @micjoswig One of my goals is to put my code somewhere other people can use it [at least the...

On Thu, Mar 16, 2023 at 12:27:57PM -0700, simonbrandhorst wrote: > @micjoswig One of my goals is to put my code somewhere other people can use it [at least the...

On Thu, Mar 16, 2023 at 12:18:32AM -0700, Tommy Hofmann wrote: > If there is no difference between using code from experimental to normal code, there is no point of...

will not change. Experimental is outside semver

So the problem is that people did not Honor the precedent. We can argue if task is/was a good idea, but the problem is people not abiding standards... Task was...

The reason for this is to not duplicate code. All three options have to exist in all cases, for generic. The easiest implementation is in one function with it. On...

I want, depending on the situation all three, that why they exist. On Thu, 30 Nov 2023, 18:57 Claus Fieker, ***@***.***> wrote: > The reason for this is to not...