Jenner compatibility tests for 3 script(s)#2
Open
lwsinclair wants to merge 1 commit into
Open
Conversation
Adds a jenner-check/ folder with three self-contained SAS bundles built from this repo's own code, each verified against the Jenner API (status=ok, exit_code=0): t001_mf_mval - mf_mval resolving app-config macro variables t002_log_extract - mp_abort's two-pass WARNING/ERROR log scan t003_log_severity_freq - severity classification of a sample Viya log via PROC FREQ Includes the run_jenner runner (sh/bat/sas) and a README. The two log bundles seed a small sample Viya log inline, so no external data is required. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
|
no-more-prs |
Author
|
Understood — apologies for the unwanted PR. I've opted your organization out and won't open any further automated PRs on your repositories. Thank you for letting me know. |
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 log-handling SAS in this repository runs on it. This PR adds a small
jenner-check/folder with three self-contained compatibility bundles built from your own code, so you can see your SAS execute on Jenner directly.To run them, from inside
jenner-check/:Each bundle posts to the Jenner API and prints the result; you can also open the same code in the hosted workspace at jenneranalytics.com. The two log bundles seed a small sample Viya log inline, so they need no external files.
The
=:prefix-matching idiom inmp_abortfor spotting the firstWARNING/ERRORline is a clean, dependency-free way to surface what matters in a log — it reads well and ports without changes. It's a nice touch that the whole app deploys as a single streaming script.No response needed — merge, close, or ignore as you like. To opt out of any future PRs like this, just reply with
no-more-prsor open an issue titledjenner-check: opt out.Lawrence W. Sinclair
CEO / Jenner Analytics Ltd
jenneranalytics.com
linkedin.com/in/lwsinclair/