pac2ex_contents / ex2pac_set_slash run unmodified on Jenner#1
Open
jenner-analytics wants to merge 1 commit into
Open
pac2ex_contents / ex2pac_set_slash run unmodified on Jenner#1jenner-analytics wants to merge 1 commit into
jenner-analytics wants to merge 1 commit into
Conversation
Adds jenner-check/, a self-contained set of compatibility bundles built from SASPACer's own macros and package content, plus the bash runner: - t001_pac2ex_contents: %pac2ex_contents() run against addcnt/f2.sas - t002_pac2ex_description_license: the DESCRIPTION/LICENSE parsing block from %pac2ex() run against SASPACer's own description.sas/license.txt - t003_ex2pac_set_slash: %ex2pac_set_slash() run standalone - t004_mylibb_smalldatasetb: addcnt/mylibb.sas + addcnt/smalldatasetb.sas + the fmtNum format from template_package.xlsx - t005_simple_example_macros: the myhello/myhello2/hellofun macros from addcnt/simple_example.xlsx Each bundle carries a captured passing run (expected.json + expected/ log.txt + output.txt) and was verified end-to-end via run_jenner.sh --all before commit.
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 AI assistants in a collaborative workspace. It's available for Mac on the Apple App Store, and by license for Windows and Linux.
We support the larger community by
(1) increasing access to SAS-compatible systems,
(2) by providing test coverage and a test coverage framework to public SAS repos in order to encourage the use of best practices in software engineering.
Your macro/pac2ex_contents.sas runs on Jenner unmodified — this PR adds a small compatibility bundle so you can see for yourself. It's the test we wrote for your package, shared in case it's useful, and was assembled with AI assistance as is most code in modern businesses today. Nothing outside
jenner-check/is touched, nothing executes on merge, and there are no workflow files or hooks.%pac2ex()and%ex2pac()being exact functional inverses — excel-to-package and package-to-excel round-tripping the same DESCRIPTION/LICENSE/contents shape — is a clean piece of design, and%pac2ex_contents()'s two-flagretainstate machine (flag/afterflag) for splitting a package member's raw lines intohelpandbodyoff nothing but the/*** HELP START/END ***/sentinel comments is a neat, self-contained bit of text parsing that reads clearly on its own.jenner-check/holds five bundles built from your own macros and package content:%pac2ex_contents()run against youraddcnt/f2.sas, the DESCRIPTION/LICENSE parsing block from%pac2ex()run against your owndescription.sasandlicense.txt,%ex2pac_set_slash()run standalone,addcnt/mylibb.sas+addcnt/smalldatasetb.sas+ thefmtNumformat from your template excel, and themyhello/myhello2/hellofunmacros fromaddcnt/simple_example.xlsx— the file your README points newcomers to first:Check out this PR's branch and run one bundle straight from the repo root:
cd jenner-check && ./run_jenner.sh --allre-runs all five and checks each result against its pinnedexpected.json. The hosted API is free to try, no signup — full API reference: the docs.Only the SAS source of the script being run (plus a two-line autoexec) is uploaded to api.jenneranalytics.com, which runs it and returns the log and listing — no data files are read or sent, so anything sitting next to a script stays on your machine, and nothing is transmitted unless you run a command yourself.
Merge, close, or ignore this as you like — no response expected, and we won't open further PRs in this repo. To opt out for good, leave
no-more-prsin any comment or open an issue titledjenner-check: opt out.Lawrence W. Sinclair
CEO / Jenner Analytics Ltd
linkedin.com/in/lwsinclair/