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

Filenames implement #1173

Merged
merged 14 commits into from
Mar 7, 2021
Merged

Filenames implement #1173

merged 14 commits into from
Mar 7, 2021

Conversation

mmatera
Copy link
Contributor

@mmatera mmatera commented Mar 4, 2021

This PR adds FileNames, a symbol required in the FeynCalc package (see #1169)

'URLSave[url_String, OptionsPattern[URLSave]]'
return self.apply_2(url, None, evaluation, **options)

def apply_2(self, url, filename, evaluation, **options):
Copy link
Member

@rocky rocky Mar 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something to think about for the future. I know the convention we've been using is apply with a number afterwards, but I think things would be more meaningful if put something more descriptive in there like apply_with_filename_parameter()

Copy link
Member

@rocky rocky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - you can do the merge when you are ready.

After that is in I'll look over in Windows and rebase the windows-compatibility branch off of this, looking to see if there is anything that got fixed.

@mmatera mmatera merged commit ebe0ba4 into master Mar 7, 2021
@mmatera mmatera deleted the filenames-implement branch March 7, 2021 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants