-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fixed Issue with macOS build using 'd:lto' flag + Added support for *.nim.cfg
and *.nims
files to specify compiler flags. + Amended the README see #52
#55
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e1b3a0d - Browse repository at this point
Copy the full SHA e1b3a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for df0deb3 - Browse repository at this point
Copy the full SHA df0deb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef2a47 - Browse repository at this point
Copy the full SHA 6ef2a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed39e0 - Browse repository at this point
Copy the full SHA 0ed39e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f034e16 - Browse repository at this point
Copy the full SHA f034e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b704c3 - Browse repository at this point
Copy the full SHA 5b704c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8403447 - Browse repository at this point
Copy the full SHA 8403447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8665e - Browse repository at this point
Copy the full SHA 7a8665eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a46554f - Browse repository at this point
Copy the full SHA a46554fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef3c51 - Browse repository at this point
Copy the full SHA 3ef3c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e142bb - Browse repository at this point
Copy the full SHA 8e142bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f9940 - Browse repository at this point
Copy the full SHA 29f9940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d7ac2 - Browse repository at this point
Copy the full SHA 62d7ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 887c265 - Browse repository at this point
Copy the full SHA 887c265View commit details -
Added has_nim_config() method to check for the presence of '.nim.cfg'…
… and 'nims' file.
Configuration menu - View commit details
-
Copy full SHA for 187ac0c - Browse repository at this point
Copy the full SHA 187ac0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844d9ae - Browse repository at this point
Copy the full SHA 844d9aeView commit details
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 36e2775 - Browse repository at this point
Copy the full SHA 36e2775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cce9e5 - Browse repository at this point
Copy the full SHA 3cce9e5View commit details -
Parametrized tests to mae sure both '.nim.cfg' and '.nims' files are …
…correctly detected.
Configuration menu - View commit details
-
Copy full SHA for 7ea88c1 - Browse repository at this point
Copy the full SHA 7ea88c1View commit details -
Parametrized tests to make sure both '.nim.cfg' and '.nims' files are…
… correctly detected.
Configuration menu - View commit details
-
Copy full SHA for bb5efc6 - Browse repository at this point
Copy the full SHA bb5efc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e539d - Browse repository at this point
Copy the full SHA 97e539dView commit details -
Updated documentation to remove switches.py references and add instea…
…d references to `*.nim.cfg` or `*.nims`.
Configuration menu - View commit details
-
Copy full SHA for 0f52eb6 - Browse repository at this point
Copy the full SHA 0f52eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb5ea7a - Browse repository at this point
Copy the full SHA fb5ea7aView commit details -
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # tests/test_distribution.py
Configuration menu - View commit details
-
Copy full SHA for 6bea40a - Browse repository at this point
Copy the full SHA 6bea40aView commit details -
Remoevd nim 1.5 from matrix for now as there is a bug with jiro4989/s…
…etup-nim-action@v1.3.
Configuration menu - View commit details
-
Copy full SHA for bd10648 - Browse repository at this point
Copy the full SHA bd10648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c28d32 - Browse repository at this point
Copy the full SHA 7c28d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4714280 - Browse repository at this point
Copy the full SHA 4714280View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7bc4bb - Browse repository at this point
Copy the full SHA d7bc4bbView commit details
Commits on Nov 3, 2021
-
Refactored NimCompiler.compile_nim_extension() and NimCompiler.compil…
…e_nim_code(). + Added docstrings for all the new methods.
Configuration menu - View commit details
-
Copy full SHA for 3fc7645 - Browse repository at this point
Copy the full SHA 3fc7645View commit details -
Fixed documentation to clarify how to ensure chosenim_install is inst…
…alled at build time. See issue #52.
Configuration menu - View commit details
-
Copy full SHA for 9555ad9 - Browse repository at this point
Copy the full SHA 9555ad9View commit details -
Renamed requirements.txt to requirements_dev.txt to conform to naming…
… conventions. + Amended documentation to reflect the change.
Configuration menu - View commit details
-
Copy full SHA for 0ad75a5 - Browse repository at this point
Copy the full SHA 0ad75a5View commit details -
Added '.rstrip()' to comparison to fix "AssertionError: assert 'Hello…
… World!\n' == 'Hello World!\r\n'" when using the latest version of pytest.
Configuration menu - View commit details
-
Copy full SHA for f143675 - Browse repository at this point
Copy the full SHA f143675View commit details -
Added pyproject.toml with full PEP compliance.
Uses poetry as a build backend and mypy as a type checker.
Configuration menu - View commit details
-
Copy full SHA for ee1948c - Browse repository at this point
Copy the full SHA ee1948cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfff572 - Browse repository at this point
Copy the full SHA bfff572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a1064 - Browse repository at this point
Copy the full SHA 96a1064View commit details -
Renamed requirements.txt to requirements_dev.txt to conform to naming…
… conventions. + Amended documentation to reflect the change.
Configuration menu - View commit details
-
Copy full SHA for 227653f - Browse repository at this point
Copy the full SHA 227653fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad30f66 - Browse repository at this point
Copy the full SHA ad30f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd84f94 - Browse repository at this point
Copy the full SHA bd84f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 602aa25 - Browse repository at this point
Copy the full SHA 602aa25View commit details -
Added # type: ignore[assignment, operator] to allow for reassignment …
…of values from 'str' to 'Path' and vice versa.
Configuration menu - View commit details
-
Copy full SHA for c77447a - Browse repository at this point
Copy the full SHA c77447aView commit details -
Added # type: ignore[attr-defined] to allow import of NimCompiler, Ni…
…mporter from same directory.
Configuration menu - View commit details
-
Copy full SHA for cbe13c1 - Browse repository at this point
Copy the full SHA cbe13c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f51cb4 - Browse repository at this point
Copy the full SHA 2f51cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e25e85 - Browse repository at this point
Copy the full SHA 5e25e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9680b2 - Browse repository at this point
Copy the full SHA b9680b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1cabd8 - Browse repository at this point
Copy the full SHA b1cabd8View commit details