- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for backport (0.15 seconds)
-
.github/pull_request_template.md
If the change should also go to maven-4.0.x, request a backport in the PR. - maven-3.10.x — target for 3.x changes (new features + bug fixes). If the change should also go to maven-3.9.x, request a backport in the PR. maven-3.9.x should receive only serious bug fixes, as it is approaching EOL. Backports are typically handled by maintainers; however, after agreement you may open a separate backport PR to the target maintenance branch. -->
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Apr 01 17:30:11 GMT 2026 - 2.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedTest.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 16.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedTest.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 16.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/MoreFilesTest.java
* * @author Colin Decker */ @NullUnmarked public class MoreFilesTest extends TestCase { /* * Note: We don't include suite() in the backport. I've lost track of whether the Android test * runner would run it even if we did, but part of the problem is b/230620681. */ private static final FileSystem FS = FileSystems.getDefault();Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 26.6K bytes - Click Count (0) -
android/guava/src/com/google/common/cache/LocalCache.java
* (The difference was introduced as part of Java-8-specific changes in cl/132882204, but we * could probably make *some* of those changes here in the backport, too.) */ public LoadingValueReference(ValueReference<K, V> oldValue) { this.oldValue = oldValue; } @Override public boolean isLoading() { return true;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 143.5K bytes - Click Count (0) -
RELEASE.md
* `tf.compat.v1.nn.fused_batch_norm` backprop to `offset` when `is_training=False` * `tf.image.adjust_contrast` forward * `tf.nn.depthwise_conv2d` backprop to `filter` when not using cuDNN convolution * `tf.image.resize` with `method=ResizeMethod.NEAREST` backprop * `tf.math.bincount` - TODO: confirm exception addedCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
doc/godebug.md
[`jstmpllitinterp` setting](/pkg/html/template#hdr-Security_Model). This behavior was backported to Go 1.19.8+ and Go 1.20.3+. Go 1.21 introduced a limit on the maximum number of MIME headers and multipart forms, controlled by the [`multipartmaxheaders` and `multipartmaxparts` settings](/pkg/mime/multipart#hdr-Limits) respectively. This behavior was backported to Go 1.19.8+ and Go 1.20.3+.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Mar 20 15:49:10 GMT 2026 - 26K bytes - Click Count (0) -
docs/en/docs/release-notes.md
* It's possible to have arbitrary trees/levels of dependencies with `yield` and exit steps are handled in the correct order automatically. * It works by default in Python 3.7 or above. For Python 3.6, it requires the extra backport dependencies: * `async-exit-stack` * `async-generator` * New docs at [Dependencies with `yield`](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-with-yield/).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0)