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

SharpDevelop leaves out huge swaths of code for unknown reasons. #16

Open
4 tasks
Poikilos opened this issue Jul 28, 2022 · 1 comment
Open
4 tasks
Labels

Comments

@Poikilos
Copy link
Collaborator

Poikilos commented Jul 28, 2022

  • This only applies to the old SharpDevelop based on NRefactory.

  • Remove SharpDevelop from instructions or add a note regarding this issue and remove it from requirements.

  • Fork csharp-to-python to improve it, such as:

    • # / should be # for cases of ///
    • Ensure block comments are handled cleanly (If nothing is on the line before /*, use ''' as the comment style)
@Poikilos
Copy link
Collaborator Author

SharpDevelop 4.4 doesn't change much (See the first large commit in https://github.com/poikilos/mapdicer for an example). Known changes:

  • Use 4 spaces instead of hard tabs.
  • Add # instead of # for blank comments (when nothing follows it).

@Poikilos Poikilos changed the title Fix instructions since SharpDevelop leaves out huge swaths of code for unknown reasons. SharpDevelop leaves out huge swaths of code for unknown reasons. Jul 28, 2022
@Poikilos Poikilos added the bug label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant