spec 1.3: the call-depth bound is the implementation's (#71), and a callable is never a value (#69) - #99
Merged
Merged
Conversation
…allable is never a value (#69) F-Eval-CallLocal step 2 named 32 while F-Depth said the bounds are the implementation's to choose; chant folds 5000 deep and reports the engine's overflow as a fallback, the reference stops at 32, and both satisfy F-Depth. Step 2 now names no number and F-Depth says how the recursion may be counted. A fixture recurses 50000 deep and both implementations fall back. F-Import says where the active package set comes from and what an empty one means, which L9.4 already said elsewhere, and F-Eval-Ident step 3 refuses any callable used as a value, the reading F-Val-Callable and both implementations already had. Version 1.3, packages 1.3.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #71. Closes #69.
F-Eval-CallLocalstep 2 no longer says 32;F-Depthowns the value and says how the recursion may be counted (chant: expression-path counter plus the engine stack for cross-file recursion, caught as a fallback). FixtureF-Depth/exhaustion-is-a-fallbackrecurses 50000 deep; both implementations fall back.F-DepthleavesUNCOVERED.md.F-Import: the active set is F-Host-Interface item 5's trust set; empty means the unresolved arm.F-Eval-Identstep 3: a callable of any kind is refused as a value (the reference used to pass a host function through). FixtureF-Val-Callable/host-function-as-value.1.3(a widening and a clarification), packages1.3.0. Tagspec-1.3after merge.