Skip to content
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

Resync #184

Merged
merged 52 commits into from Nov 13, 2021
Merged

Resync #184

merged 52 commits into from Nov 13, 2021

Conversation

tiborauer
Copy link
Owner

No description provided.

tiborauer and others added 30 commits November 8, 2021 08:47
Fixes bug, the strtok gives unexpected results when the path contains a dot somewhere, which is a valid character in a directory name
Instead of passing through each character separately, check the full chararray. Only do indexing if the content of the field is a structarray or cellarray
Use elseif where possible, to reduce nesting/indent

Also, consistent use of spaces around = and , characters. And use of braces with if and switch
With wildcards, colon is now allowed when allowcolon is true, instead of when allowcolon is false

Without wildcards, colon is now only allowed when allowcolon is actually true
Bugfixes related to Getting started
Fix aas_checkpath allowcolon input effect
tidy aamod_coreg_extended_2_epi.xml
tiborauer and others added 22 commits November 9, 2021 21:16
Escape backslash characters in the windows paths, to prevent them from being interpreted as special character identifiers in printf functions

Fixes for issue #276
The path separator is platform dependent. Also, on Windows more character values are allowed, to allow drive letters in paths

Fix issue #277
Fixes to be able to run example helloworld on windows
@tiborauer tiborauer merged commit fcf01fc into tiborauer:master Nov 13, 2021
@tiborauer tiborauer deleted the resync branch November 13, 2021 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants