-
Notifications
You must be signed in to change notification settings - Fork 203
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
Typos #1
Merged
Merged
Typos #1
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
boegel
pushed a commit
that referenced
this pull request
Aug 18, 2012
correct naming of classes for Python packages nose, numpy and scipy
stdweird
added a commit
that referenced
this pull request
Nov 4, 2012
style and bug fixes in variables module, added initial unit test
This was referenced Nov 26, 2012
boegel
pushed a commit
that referenced
this pull request
Dec 17, 2013
fix test_descr unit test w.r.t. 'Description: ' prefix that was added for Lmod
boegel
pushed a commit
that referenced
this pull request
May 7, 2014
add additional unit tests, fix bugs in GitRepository and SvnRepository, code cleanup
boegel
pushed a commit
that referenced
this pull request
Jul 4, 2014
fix minor remarks w.r.t. style & code organization
boegel
pushed a commit
that referenced
this pull request
Aug 1, 2014
reorganize changes in intelfftw.py, also parametrize compiler suffix for fftw wrapper libs
boegel
pushed a commit
that referenced
this pull request
Oct 10, 2014
versionprefix is not always available, only use it when it's defined
boegel
pushed a commit
that referenced
this pull request
Dec 10, 2014
code cleanup in toolchain/mpi.py
rjeschmi
referenced
this pull request
in rjeschmi/easybuild-framework
Mar 19, 2015
Bug fixes round #1
boegel
pushed a commit
that referenced
this pull request
Mar 26, 2015
fix value type of --download-timeout in options.py + enhanced unit test
boegel
pushed a commit
that referenced
this pull request
Apr 2, 2015
sync Lua mod files PR with current develop
boegel
pushed a commit
that referenced
this pull request
Apr 29, 2015
fix broken tests w.r.t. tweak_one changes
boegel
pushed a commit
that referenced
this pull request
Jul 2, 2015
kickstart tests for quote_str/dump
boegel
pushed a commit
that referenced
this pull request
Jul 11, 2015
boegel
pushed a commit
that referenced
this pull request
Nov 9, 2015
sync with develop & resolve conflict
boegel
pushed a commit
that referenced
this pull request
Nov 25, 2015
add unit test to check whether running commands that get killed are being handled correctly
boegel
pushed a commit
that referenced
this pull request
May 17, 2016
sync with develop + fix remarks for support for CrayPGI toolchain
boegel
pushed a commit
that referenced
this pull request
May 23, 2016
add/enhance tests to verify expanding of ~
boegel
pushed a commit
that referenced
this pull request
Nov 5, 2016
make sure 'ieee' toolchain option is picked up, enhance test for precision options to also check for 'ieee'
boegel
pushed a commit
that referenced
this pull request
Mar 24, 2017
rename filetools.readlink to filetools.resolve_path, use os.path.realpath, enhance test for symlink & resolve_path
boegel
pushed a commit
that referenced
this pull request
Jun 2, 2017
enhance test for copy_file to check for gracefully handling copying file to itself
boegel
pushed a commit
that referenced
this pull request
Dec 10, 2017
enhance test to catch fixed bug + re-instate injection of $ORIGIN/../lib and $ORIGIN/../lib64
boegel
pushed a commit
that referenced
this pull request
Mar 13, 2018
extend enhanced `--inject-checksums` to extensions + enhance test
boegel
pushed a commit
that referenced
this pull request
Jul 5, 2018
sync with develop + restore use of 'build_option' to determine container type
boegel
pushed a commit
that referenced
this pull request
Sep 17, 2018
prefer templates with shortest 'key' in case of duplicate template values in EasyConfig.dump
boegel
pushed a commit
that referenced
this pull request
Nov 6, 2018
use https in source_urls in gzip test easyconfigs Thanks @boegel
boegel
pushed a commit
that referenced
this pull request
Oct 30, 2019
enhance test for --new-pr to make sure that repo is cloned from working copy rather than copied (so unstaged files are ignored)
migueldiascosta
pushed a commit
that referenced
this pull request
Nov 26, 2019
add tests for curr_module_paths + check_module_path
boegel
pushed a commit
that referenced
this pull request
Mar 25, 2020
minor fix + enhanced test for skipped extensions
boegel
pushed a commit
that referenced
this pull request
May 25, 2020
enhance test to check that there's no 'javaminver' template if there is no minor version
boegel
pushed a commit
that referenced
this pull request
Jul 3, 2020
also consider builddependencies when config passed to template_constant_dict is not an EasyConfig instance yet + add comments to clarify what's going on
boegel
pushed a commit
that referenced
this pull request
Sep 11, 2021
make Rich dependency optional + add easybuild.tools.output module
boegel
pushed a commit
that referenced
this pull request
Feb 9, 2022
Also update docker container recipes
jfgrimm
pushed a commit
that referenced
this pull request
Nov 5, 2022
Update r8 toolchain test for lists
boegel
pushed a commit
that referenced
this pull request
Feb 14, 2023
restore environment before processing an easystack entry in process_easystack
boegel
pushed a commit
that referenced
this pull request
Aug 11, 2023
clean up passing of data produced by prepare_main into main
boegel
pushed a commit
that referenced
this pull request
Sep 18, 2024
Add lexming changes about how to manage exit codes
boegel
pushed a commit
that referenced
this pull request
Sep 19, 2024
implement test for `copy_file` to copy read-only file with extended attributes
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.
There were a couple of typos in the index.html page. I've just fixed them.
Other than that, it looks really cool.