Declan Naughton

Results 188 comments of Declan Naughton

#37 is providing results views etc for developers in a editor-independent way. This will probably feed #7. Imo VSCode extension should also leverage that and not overlap too much, but...

If scope tree is expanded with functions (or a sep. tree, also delineated by scope as is reasonable), then a nice way to include relationships hopefully without being too obtrusive...

As a precursor to a poss. VSCode feature it would be useful to show the diff output here: https://observablehq.com/@declann/calculang-compilation-examples inside my examples in ObservableHQ. This is just about doing #34...

Alt. only allow _ where as is used? (local != imported)

https://github.com/declann/calculang-miscellaneous-models/commit/51e287b729368f2ba38b1aeeb3ed19cab211b034

What causes this inconsistency (un-related to memo) scope id mismatches more likely with more scopes... compilation and memo depends on consistent scope ids ![image](https://github.com/calculang/calculang/assets/353214/dfa3a2dc-a651-4bca-816f-0d26ba3db092)

No memo for inputs appears to break assumptions in how copacabana model works, perhaps reverse or refactor that model to use a seeded random number generator as in monte carlo...

I don't do this anymore. todo check copacabana model on latest dev version then close

s/ts cul scope id mapping swapped, why? Affects js output, not just introspection-api https://github.com/calculang/calculang/actions/runs/6992823691/job/19024841626