Skip to content

add makensis#5242

Merged
faho merged 3 commits into
fish-shell:masterfrom
idleberg:patch-1
Oct 14, 2018
Merged

add makensis#5242
faho merged 3 commits into
fish-shell:masterfrom
idleberg:patch-1

Conversation

@idleberg
Copy link
Copy Markdown
Contributor

@idleberg idleberg commented Oct 9, 2018

Description

Talk about your changes here.

Fixes issue #

TODOs:

  • Changes to fish usage are reflected in user documentation/manpages.
  • Tests have been added for regressions fixed
  • User-visible changes noted in CHANGELOG.md

Comment thread makensis.fish
# System to create Windows installers
# See: https://nsis.sourceforce.io

complete -c makensis -o CMDHELP -d 'Prints out help for a specific command, or lists all commands'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

So this is used as makensis -CMDHELP, with one "-"?

Comment thread makensis.fish Outdated
complete -c makensis -o V2 -d 'Verbosity: no info'
complete -c makensis -o V3 -d 'Verbosity: no script'
complete -c makensis -o V4 -d 'Verbosity: all'
complete -c makensis -o V4 -d 'Verbosity: all'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This line is duplicated.

Comment thread makensis.fish
complete -c makensis -o P2 -d 'Sets the compiler process priority to normal'
complete -c makensis -o P3 -d 'Sets the compiler process priority to above normal'
complete -c makensis -o P4 -d 'Sets the compiler process priority to high'
complete -c makensis -o P5 -d 'Sets the compiler process priority to realtime'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Below you have "Verbosity: all", why not say "compiler process priority: realtime" here?

@faho faho added this to the fish-3.0 milestone Oct 9, 2018
Comment thread makensis.fish Outdated
@@ -0,0 +1,26 @@
# System to create Windows installers
# See: https://nsis.sourceforce.io
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This link seems broken to me?

@faho faho merged commit 36d3714 into fish-shell:master Oct 14, 2018
@faho
Copy link
Copy Markdown
Member

faho commented Oct 14, 2018

Merged, thanks!

@mqudsi
Copy link
Copy Markdown
Contributor

mqudsi commented Oct 16, 2018

Am I missing something? Why is makensis.fish in the root?

mqudsi added a commit that referenced this pull request Oct 16, 2018
@faho
Copy link
Copy Markdown
Member

faho commented Oct 16, 2018

@mqudsi: Terribly sorry, I did not expect that!

@mqudsi
Copy link
Copy Markdown
Contributor

mqudsi commented Oct 17, 2018

No harm done :)

ridiculousfish pushed a commit to ridiculousfish/fish-shell that referenced this pull request Nov 24, 2018
* add makensis

* remove duplicate line

* fix typo
ridiculousfish pushed a commit to ridiculousfish/fish-shell that referenced this pull request Nov 24, 2018
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants