File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,9 @@ public boolean hasReduceRetracingParam() {
242242 }
243243
244244 /**
245- * True iff this {@link Function}'s {@link decoratorsType} has parameter experimental_compile.
245+ * True iff this {@link Function}'s {@link decoratorsType} has parameter experimental_compile. In our accepted interval versions of
246+ * the API, it allows parameter names jit_compile and deprecated name experimental_compile. If a client is using this, they might
247+ * not know about what is deprecated or not, therefore we need to include all the deprecated arguments to be complete.
246248 *
247249 * @return True iff this {@link Function} has parameter experimental_compile.
248250 */
@@ -251,7 +253,10 @@ public boolean hasExperimentalCompileParam() {
251253 }
252254
253255 /**
254- * True iff this {@link Function}'s {@link decoratorsType} has parameter experimental_relax_shapes.
256+ * True iff this {@link Function}'s {@link decoratorsType} has parameter experimental_relax_shapes. In our accepted interval
257+ * versions of the API, it allows parameter names reduce_retracing and deprecated name experimental_relax_shapes. If a client is
258+ * using this, they might not know about what is deprecated or not, therefore we need to include all the deprecated arguments to be
259+ * complete.
255260 *
256261 * @return True iff this {@link Function} has parameter experimental_relax_shapes.
257262 */
You can’t perform that action at this time.
0 commit comments