Jenner compatibility tests for 1 script#4
Open
lwsinclair wants to merge 1 commit into
Open
Conversation
Adds jenner-check/ with one self-checking bundle derived from sasjs/services/common/appinit.sas: t001_appinit_areas — the appinit service's PROC SQL distinct-area query, run standalone. sashelp.springs is supplied locally as a work.springs table of the same shape so the 'select distinct area' step runs with no external setup. Verified status=ok exit_code=0 against api.jenneranalytics.com (4 distinct areas). Plus the SAS/bash/Windows runner and an owner-facing README. Nothing in the seed app itself is modified.
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.
Jenneranalytics.com provides an API that runs SAS code, with support for more than 200 SAS procedures. You can also use it with Anthropic Claude Code AI in a collaborative workspace. It's available for Mac on the Apple App Store, and by license for Windows and Linux. The distinct-area query that drives your
appinitservice runs on it unmodified — this PR adds it as a self-checking bundle.Everything lands under a new
jenner-check/folder, so the seed app itself is untouched:Run
./jenner-check/run_jenner.sh --allto replay it against the API, or paste the script into the hosted workspace at jenneranalytics.com. Sinceappinitreadssashelp.springs, the bundle ships a small localspringstable of the same shape, so theselect distinct areastep runs with no setup.For a seed app,
appinit.sasis a nice first service to hand a new developer: the Doxygen-style@file/@briefheader documents it at a glance, and building the area picker straight from a built-in dataset means a clone works with zero data wrangling — which is exactly what made it clean to capture.Merge, close, or ignore — whatever's useful; no response expected. To opt out of future PRs like this, comment
no-more-prsor open an issue titledjenner-check: opt out.Lawrence W. Sinclair
CEO / Jenner Analytics Ltd
jenneranalytics.com
linkedin.com/in/lwsinclair/