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

stop polluting --path #11

Open
fowlmouth opened this issue Feb 27, 2015 · 2 comments
Open

stop polluting --path #11

fowlmouth opened this issue Feb 27, 2015 · 2 comments

Comments

@fowlmouth
Copy link

I want to remove all those extra --paths and --passC:"-I.."s.
from particle.nim: import urhomain, ui, stringHash, variant, octree, renderer, component, color, text, uielement, resourcecache, scene, node, vector3, camera, view, input, context, ptrs, drawable2d, graphics, particleemitter2d, particleeffect2d, engine it is not obvious where a module is in the directory heirarchy. The result would be import vector3 is now import math/vector3, creating a prelude module that imports and exports everything might not be a bad idea too.
I would also fix all header pragmas and #includes so that the only path needed is ../Urho3D-1.32/Source/Engine
Should I proceed?

@Araq
Copy link
Contributor

Araq commented Mar 1, 2015

I don't like it. Note that we didn't patch the headers at all except for a minor issue.

@fowlmouth
Copy link
Author

I care more about the modules than the headers.

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

No branches or pull requests

2 participants