-
Notifications
You must be signed in to change notification settings - Fork 26
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
Various refactoring #562
Merged
Merged
Various refactoring #562
Commits on Nov 1, 2024
-
- refactor $LET variable handling for easier addition of new presets and exposing internal values to the currently compiling program - exposed DEPENDENCY_SOCKETS for conditional compiling of net helper functions in auto-include afterlastline.bm - added DEBUG_IS_ACTIVE variable indicating program is compiling with $DEBUG features, closes #29
Configuration menu - View commit details
-
Copy full SHA for ca43881 - Browse repository at this point
Copy the full SHA ca43881View commit details -
- no longer requires HTTP support to be enabled by $UNSTABLE:HTTP flag, instead libcurl is always pulled together with DEPENDENCY_SOCKETS - adapted helper function WhatisMyIP$ to use libcurl features which are always available now - deleted unneeded $UNSTABLE http tests and revoved the flag from the remaining http tests
Configuration menu - View commit details
-
Copy full SHA for c506682 - Browse repository at this point
Copy the full SHA c506682View commit details -
- removes some unreliable commented code sections (updating) - guess we won't ever go to reactivate and fix this anyway
Configuration menu - View commit details
-
Copy full SHA for e67a9b8 - Browse repository at this point
Copy the full SHA e67a9b8View commit details
Commits on Nov 2, 2024
-
- reworked to run through the new auto-include logic, rather than by faking a real $INCLUDE internally - added error messages in case someone is trying to use both color sets in the same program - for the rare case someone really needs both, the $COLOR:0 constants are also added to $COLOR:32, but "z" prefixed
Configuration menu - View commit details
-
Copy full SHA for 1082246 - Browse repository at this point
Copy the full SHA 1082246View commit details -
- tests to prove the files are auto-included as expected - testing the exposed $DEBUG state flag - cleaning the dependency system - final adjustments
Configuration menu - View commit details
-
Copy full SHA for 28367bd - Browse repository at this point
Copy the full SHA 28367bdView commit details
Commits on Nov 3, 2024
-
- adapting all source files to use the new constants provided through auto-include beforefirstline.bi - removed the old constants from global/constants.bi - some formatting
Configuration menu - View commit details
-
Copy full SHA for 67fd607 - Browse repository at this point
Copy the full SHA 67fd607View commit details -
- updating the bootstrap compiler to work under the new conditions
Configuration menu - View commit details
-
Copy full SHA for 428bc16 - Browse repository at this point
Copy the full SHA 428bc16View commit details -
- this is ridiculous, just because line numbers have changed it fails - somebody should rethink that test system - meantime we more fixing the tests, than errors in the source they shall unveil
Configuration menu - View commit details
-
Copy full SHA for df436b1 - Browse repository at this point
Copy the full SHA df436b1View commit details
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.