-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding contextLeadingZero #4
Merged
Merged
Conversation
This file contains 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
…hen reading the included problem Also fixed a bug in IO::includePGtext which would cause a problem if BEGIN_TEXT was preceeded by a comment. The substitution would erase the return before the BEGIN_TEXT, concatenating TEXT(...) to the comment and causing an error.
Commented out warning messages Conflicts: lib/PGalias.pm
The former is guaranteed to be initialized. The latter is a bit more iffy. The downside(upside) is that one can't modify the template directory within the problem using this method. You have to modify the value contained in $PG.
…ires a leading zero (e.g. 0.15 not .15) Written by Davide Cervone
also includes a streamlining of the way error messages are passed from within PG questions. Bug 2313 was fixed. |
mgage
added a commit
that referenced
this pull request
Sep 7, 2012
One line change to PGbasicmacros.pl to enable CodeMirror
mgage
added a commit
that referenced
this pull request
Sep 7, 2012
grab knowls updates provided by John Jones
goehle
pushed a commit
that referenced
this pull request
Aug 22, 2013
Alex-Jordan
pushed a commit
that referenced
this pull request
Jan 15, 2021
Clean up remnant references to PGnumericalmacros.pl
pstaabp
added a commit
that referenced
this pull request
Jul 20, 2021
* Playing with github actions * More playing with github actions. * More changes to github action * Another update to github action. * Fixed branch name for github action * Another try for the github action * Another try! * more changes * More Changes! * Another change * Yet another change * more changes * one more change * install more perl packages * another try * more perl packages * Another try * another try * another try * another try * cp conf files * more troubleshooting * one more go round! * another try * another try * another try * make absolute paths * update to use ubuntu packages * fixed a yaml error * apt-get error * another try * remove sudo * another go! * again * add "apt-get update" * let's try again * last one? * change version * what perl am I running? * what perl version? * updated version * another go * one more * remove perl-modules * another one * one more * reverting to a working version * trying fabians code * switch back again * added new tests * added new tests * updated mathobject tests * add modules and PG_ROOT env * no-testing of cpanm * fix pg_root * trimming some unneed modules from dockerfile * standalone docker container job (#4) * add action using pg-unit-testing dockerimage * remove path from full docker job * test environment by adding pwd and ls commands to workflow * add job to explore the environment * check environment variables * cd into webwork_ROOT * ls in WEBWORK_ROOT * overwrite PG_ROOT * overwrite PG_ROOT in full-docker job * adapt path for prove command * add verbosity to output * create symlink * fix creation of symbolic link * small fixes * run all tests in the t/macros directory * added modules * Test::Exception addition * add further modules * update docker file and name change. Co-authored-by: Fabian Gabel <[email protected]> Co-authored-by: Fabian Gabel <[email protected]>
drgrice1
pushed a commit
to drgrice1/pg
that referenced
this pull request
Jan 28, 2022
* add action using pg-unit-testing dockerimage * remove path from full docker job * test environment by adding pwd and ls commands to workflow * add job to explore the environment * check environment variables * cd into webwork_ROOT * ls in WEBWORK_ROOT * overwrite PG_ROOT * overwrite PG_ROOT in full-docker job * adapt path for prove command * add verbosity to output
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.
No description provided.