Skip to content

Commit fee0cbc

Browse files
author
Tatiana Castro-Vélez
committed
Adding more information
1 parent 52e25b8 commit fee0cbc

File tree

1 file changed

+7
-2
lines changed
  • edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis

1 file changed

+7
-2
lines changed

edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)