-
Currently, there's this check:
https://github.com/Raku/whateverable/blob/cf9bcd03b154bcc570aca8a2628099a408cde460/xbin/Bisectable.p6#L266-L268
However, @lizmat++ and @Altai-man++ came up with an i…
-
Bugmon routinely checks testcases to ensure that they still reproduce. In the event that the testcase no longer reproduces, bugmon will attempt to perform a fix bisection (see [1649479](https://bugzi…
pyoor updated
2 years ago
-
Currently I encounter an interesting problem which is partially solved, right now it's possible to get the LMI size once the algorithm finishes but it would be interesting to get it without actually r…
-
Reported by @Vixea. Needs bisection.
zmerp updated
5 months ago
-
On latest master (52fc79696e0b08fe1793a001daaefd1d91d59f0c) the number of methods for a function for which we redefine the same method multiple times increases steadily:
```julia
julia> f() = nothin…
-
It would be lovely to trigger nanosoldier to bisect a MWE. For example
@nanosoldier bisect
```julia
using Test
a = 0:1/24:365 - 1/48 - 0.001
b = 0:1/24:365 - 1/48
typeof(a) # StepRangeLen{Fl…
-
This ticket implements a bisection algorithm used with interval field elements.
CC: @cheuberg
Component: **numerical**
Author: **Daniel Krenn**
Branch/Commit: **[u/dkrenn/rif/bisect](https://gi…
-
# Lines of code
https://github.com/code-423n4/2024-07-optimism/blob/70556044e5e080930f686c4e5acde420104bb2c4/packages/contracts-bedrock/src/dispute/FaultDisputeGame.sol#L883-L895
https://github.com/c…
-
Thanks for the great work!
Not sure if I should submit the issue here, but let me just do it anyway.
In the [paper](http://proceedings.mlr.press/v89/wang19b.html), it is suggested that one should …
-
It seems that c52ae78e1d73105dfc432611e2c790bbf3c12645 introduced a regression where, given an `either` schema containing an `auto` schema, passing auto actually fails with an incorrect message saying…