Skip to content
Eray Özkural edited this page Feb 16, 2017 · 9 revisions

./build/lib/pisi/init.py:# FIXME: can't do this due to name clashes in config and other singletons booo ./build/lib/pisi/actionsapi/autotools.py: #FIXME: Only one package uses this until now, hmmm ./build/lib/pisi/actionsapi/get.py: # FIXME: Currently it behave same as HOST, ./build/lib/pisi/actionsapi/pisitools.py: #FIXME: In-place filtering is disabled when standard input is read ./build/lib/pisi/actionsapi/pisitoolsfunctions.py: # FIXME: use an internal install routine for these ./build/lib/pisi/actionsapi/shelltools.py:# FIXME: instead of passing a sym parameter, split copy and copytree into 4 different function ./build/lib/pisi/api.py: # FIXME: we need a full package info here! ./build/lib/pisi/api.py: #FIXME: get it from sourcedb if available ./build/lib/pisi/atomicoperations.py: # FIXME: let pkg.packageURI be stored as URI type rather than string ./build/lib/pisi/atomicoperations.py: #FIXME: consider REPOSITORY instead of DISTRIBUTION -- exa ./build/lib/pisi/atomicoperations.py:# FIXME: Here and elsewhere pkg_location must be a URI ./build/lib/pisi/atomicoperations.py: #FIXME: why is this not implemented? -- exa ./build/lib/pisi/build.py: #FIXME: this class and every other class must use URLs as paths! ./build/lib/pisi/build.py: #FIXME: don't use dirname to work on URLs ./build/lib/pisi/build.py: specuri = URI(os.path.realpath(specuri.get_uri())) # FIXME: doesn't work for file:// ./build/lib/pisi/build.py: # FIXME: find a better way to deal with the summary and description constants. ./build/lib/pisi/build.py: # FIXME: find a better way to deal with the summary and description constants. ./build/lib/pisi/build.py: # FIXME: We need to expand globs before trying to calculate hashes ./build/lib/pisi/build.py: # FIXME: material collisions after expanding globs could be ./build/lib/pisi/build.py: # FIXME: TAKE INTO ACCOUNT MINOR CHANGES IN METADATA ./build/lib/pisi/cli/commands.py: #FIXME: not called from anywhere? ./build/lib/pisi/cli/commands.py: path = path.lstrip('/') #FIXME: this shouldn't be necessary :/ ./build/lib/pisi/cli/commands.py: #FIXME: this linear search thing is not working well -- exa ./build/lib/pisi/component.py:#FIXME: recursive declarations do not work! ./build/lib/pisi/component.py: #FIXME: we might need a database per repo in the future ./build/lib/pisi/constants.py: # FIXME: these seem redundant ./build/lib/pisi/context.py:# FIXME: Maybe we can create a simple rollback mechanism. There are other ./build/lib/pisi/context.py:#FIXME: remove this redundancy, and move all this stuff to database.py ./build/lib/pisi/fetcher.py: if self.percent == 100: #FIXME: will be superseded by a ./build/lib/pisi/files.py: # FIXME: Why should we assign path attribute manually ./build/lib/pisi/index.py: # FIXME: the name "absolute_uris" does not seem to fit below :/ ./build/lib/pisi/installdb.py: # FIXME: it might be more appropriate to pass date ./build/lib/pisi/metadata.py: self.package.source = self.source # FIXME: I know that replication sucks here, but this is the easiest for now-- exa ./build/lib/pisi/metadata.py: # FIXME: no need to copy full history with comments ./build/lib/pisi/metadata.py: # FIXME: right way to do it? ./build/lib/pisi/operations.py: # FIXME: this function name "install" makes impossible to import ./build/lib/pisi/operations.py: A = [str(x) for x in A] #FIXME: why do we still get unicode input here? :/ -- exa ./build/lib/pisi/operations.py: # FIXME: Errr... order_build changes type conditionally and this ./build/lib/pisi/operations.py: # FIXME: take a look at the fixme above :(, we have to be sure ./build/lib/pisi/package.py: # FIXME: exists is not enough, also sha1sum check needed ./build/lib/pisi/pxml/autoxml.py: # FIXME: check for dups and 'en' ./build/lib/pisi/pxml/autoxml.py: #FIXME: maybe more appropriate for pisi.util ./build/lib/pisi/pxml/autoxml.py: #FIXME: check if all entries are unicode ./build/lib/pisi/pxml/autoxml.py: #FIXME: factor out these common routines ./build/lib/pisi/pxml/autoxml.py: #FIXME: this doesn't look pretty ./build/lib/pisi/pxml/autoxml.py: #FIXME: this doesn't look pretty ./build/lib/pisi/pxml/xmlextcdom.py: return node #FIXME: is this correct!?!? ./build/lib/pisi/pxml/xmlextmdom.py: return node #FIXME: is this correct!?!? ./build/lib/pisi/pxml/xmlextpiks.py: return node #FIXME: is this correct!?!? ./build/lib/pisi/pxml/xmlfilecdom.py: #FIXME: this doesn't work ./build/lib/pisi/pxml/xmlfilemdom.py: #FIXME: this doesn't work ./build/lib/pisi/specfile.py: #FIXME: what's the cleanest way to give a default value for reading level? ./build/lib/pisi/specfile.py: # FIXME: descriptive enough? ./build/lib/pisi/specfile.py: # FIXME: needed in build process, to distinguish dynamically generated debug packages. ./build/lib/pisi/specfile.py: # FIXME: copy only needed information ./build/lib/pisi/ui.py: #FIXME: merge this with info, this just means "important message" ./build/lib/pisi/util.py:# FIXME: this should be done in a much much simpler way ./build/lib/pisi/util.py: # FIXME: I'm regular expr. idiot, so one can convert this to python... ./build/lib/pisi/util.py: # FIXME: warn for TEXTREL ./build/scripts-2.7/repostats.py:# FIXME: This check should be in specfile ./build/scripts-2.7/repostats.py: # FIXME: this check also belongs to specfile ./build/scripts-2.7/repostats.py: # FIXME: check version/release match too? ./pisi/init.py:# FIXME: can't do this due to name clashes in config and other singletons booo ./pisi/actionsapi/autotools.py: #FIXME: Only one package uses this until now, hmmm ./pisi/actionsapi/get.py: # FIXME: Currently it behave same as HOST, ./pisi/actionsapi/pisitools.py: #FIXME: In-place filtering is disabled when standard input is read ./pisi/actionsapi/pisitoolsfunctions.py: # FIXME: use an internal install routine for these ./pisi/actionsapi/shelltools.py:# FIXME: instead of passing a sym parameter, split copy and copytree into 4 different function ./pisi/api.py: # FIXME: we need a full package info here! ./pisi/api.py: #FIXME: get it from sourcedb if available ./pisi/atomicoperations.py: # FIXME: let pkg.packageURI be stored as URI type rather than string ./pisi/atomicoperations.py: #FIXME: consider REPOSITORY instead of DISTRIBUTION -- exa ./pisi/atomicoperations.py:# FIXME: Here and elsewhere pkg_location must be a URI ./pisi/atomicoperations.py: #FIXME: why is this not implemented? -- exa ./pisi/build.py: #FIXME: this class and every other class must use URLs as paths! ./pisi/build.py: #FIXME: don't use dirname to work on URLs ./pisi/build.py: specuri = URI(os.path.realpath(specuri.get_uri())) # FIXME: doesn't work for file:// ./pisi/build.py: # FIXME: find a better way to deal with the summary and description constants. ./pisi/build.py: # FIXME: find a better way to deal with the summary and description constants. ./pisi/build.py: # FIXME: We need to expand globs before trying to calculate hashes ./pisi/build.py: # FIXME: material collisions after expanding globs could be ./pisi/build.py: # FIXME: TAKE INTO ACCOUNT MINOR CHANGES IN METADATA ./pisi/cli/commands.py: #FIXME: not called from anywhere? ./pisi/cli/commands.py: path = path.lstrip('/') #FIXME: this shouldn't be necessary :/ ./pisi/cli/commands.py: #FIXME: this linear search thing is not working well -- exa ./pisi/component.py:#FIXME: recursive declarations do not work! ./pisi/component.py: #FIXME: we might need a database per repo in the future ./pisi/constants.py: # FIXME: these seem redundant ./pisi/context.py:# FIXME: Maybe we can create a simple rollback mechanism. There are other ./pisi/context.py:#FIXME: remove this redundancy, and move all this stuff to database.py ./pisi/fetcher.py: if self.percent == 100: #FIXME: will be superseded by a ./pisi/files.py: # FIXME: Why should we assign path attribute manually ./pisi/index.py: # FIXME: the name "absolute_uris" does not seem to fit below :/ ./pisi/installdb.py: # FIXME: it might be more appropriate to pass date ./pisi/metadata.py: self.package.source = self.source # FIXME: I know that replication sucks here, but this is the easiest for now-- exa ./pisi/metadata.py: # FIXME: no need to copy full history with comments ./pisi/metadata.py: # FIXME: right way to do it? ./pisi/operations.py: # FIXME: this function name "install" makes impossible to import ./pisi/operations.py: A = [str(x) for x in A] #FIXME: why do we still get unicode input here? :/ -- exa ./pisi/operations.py: # FIXME: Errr... order_build changes type conditionally and this ./pisi/operations.py: # FIXME: take a look at the fixme above :(, we have to be sure ./pisi/package.py: # FIXME: exists is not enough, also sha1sum check needed ./pisi/pxml/autoxml.py: # FIXME: check for dups and 'en' ./pisi/pxml/autoxml.py: #FIXME: maybe more appropriate for pisi.util ./pisi/pxml/autoxml.py: #FIXME: check if all entries are unicode ./pisi/pxml/autoxml.py: #FIXME: factor out these common routines ./pisi/pxml/autoxml.py: #FIXME: this doesn't look pretty ./pisi/pxml/autoxml.py: #FIXME: this doesn't look pretty ./pisi/pxml/xmlextcdom.py: return node #FIXME: is this correct!?!? ./pisi/pxml/xmlextmdom.py: return node #FIXME: is this correct!?!? ./pisi/pxml/xmlextpiks.py: return node #FIXME: is this correct!?!? ./pisi/pxml/xmlfilecdom.py: #FIXME: this doesn't work ./pisi/pxml/xmlfilemdom.py: #FIXME: this doesn't work ./pisi/specfile.py: #FIXME: what's the cleanest way to give a default value for reading level? ./pisi/specfile.py: # FIXME: descriptive enough? ./pisi/specfile.py: # FIXME: needed in build process, to distinguish dynamically generated debug packages. ./pisi/specfile.py: # FIXME: copy only needed information ./pisi/ui.py: #FIXME: merge this with info, this just means "important message" ./pisi/util.py:# FIXME: this should be done in a much much simpler way ./pisi/util.py: # FIXME: I'm regular expr. idiot, so one can convert this to python... ./pisi/util.py: # FIXME: warn for TEXTREL ./scripts/repostats.py:# FIXME: This check should be in specfile ./scripts/repostats.py: # FIXME: this check also belongs to specfile ./scripts/repostats.py: # FIXME: check version/release match too? ./tests/actionsapitests.py: #FIXME: test incomplete ./tests/actionsapitests.py: #FIXME: test incomplete ./tools/pygettext.py: extractall = 0 # FIXME: currently this option has no effect at all.

Clone this wiki locally